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
2020-12-25 14:39:16 +01:00

16 lines
248 B
Desktop File

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