OpenMTC/openmtc-gevent/etc/systemd/system/openmtc-gateway.service

14 lines
234 B
SYSTEMD
Raw Normal View History

2017-11-07 13:41:38 +00:00
[Unit]
Description=OpenMTC Gateway
Documentation=http://www.openmtc.org
Wants=ntp.service
[Service]
User=openmtc
Group=openmtc
Environment=PYTHONUNBUFFERED=true
ExecStart=/usr/local/bin/run-gateway
[Install]
WantedBy=network.target