18 lines
465 B
INI
18 lines
465 B
INI
[Unit]
|
|
Description=nymea-remoteproxy - Proxy server for the nymea remote connection
|
|
Documentation=https://gitlab.nymea.io/cloud/nymea-remoteproxy
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=QT_LOGGING_CONF=/etc/nymea/nymea-remoteproxy-logging.conf
|
|
ExecStart=/usr/bin/nymea-remoteproxy -c /etc/nymea/nymea-remoteproxy.conf
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|