mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-29 17:28:58 +00:00
14 lines
234 B
SYSTEMD
14 lines
234 B
SYSTEMD
|
[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
|