mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-20 05:28:23 +00:00
14 lines
234 B
Desktop File
14 lines
234 B
Desktop File
[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
|