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

16 lines
273 B
SYSTEMD
Raw Normal View History

2019-11-19 13:17:04 +01:00
[Unit]
Description=Run __APP__
After=network.target
[Service]
Type=oneshot
2021-08-23 11:55:13 +02:00
User=__APP__
Group=__APP__
2023-12-11 12:37:28 +01:00
WorkingDirectory=__INSTALL_DIR__
ExecStart=__INSTALL_DIR__/yunomonitor.py -c __INSTALL_DIR__/conf/__APP__.yml
2019-11-19 13:17:04 +01:00
User=root
Group=root
[Install]
WantedBy=multi-user.target