1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/conf/systemd.service
liberodark ca6836181e update
2019-04-11 11:27:10 +02:00

16 lines
250 B
Desktop File

[Unit]
Description=opentracker
After=network.target
[Service]
WorkingDirectory=/opt/opentracker
User=admin
Group=users
Type=simple
UMask=000
ExecStart=/opt/opentracker/opentracker &
RestartSec=15
Restart=always
[Install]
WantedBy=multi-user.target