1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00
yunomonitor_ynh/conf/systemd.service
2019-11-19 20:17:03 +01:00

13 lines
240 B
Desktop File

[Unit]
Description=Run __APP__
After=network.target
[Service]
Type=oneshot
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/yunomonitor.py -c __FINALPATH__/conf/__APP__.yml
User=root
Group=root
[Install]
WantedBy=multi-user.target