This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-remoteproxy/debian/nymea-remoteproxy.service
2018-08-16 19:55:06 +02:00

17 lines
395 B
Desktop File

[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
ExecStart=/usr/bin/nymea-remoteproxy -c /etc/nymea/nymea-remoteproxy.conf
StandardOutput=journal
StandardError=journal
Restart=on-failure
[Install]
WantedBy=multi-user.target