1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00
facette_ynh/conf/systemd.service
2020-11-06 11:22:18 +01:00

15 lines
306 B
Desktop File

[Unit]
Description=Facette: Time series data visualization software
After=remote-fs.target network.target
[Install]
WantedBy=multi-user.target
[Service]
Type=simple
User=__APP__
Group=__APP__
ExecStart=__FINAL_PATH__/facette -c path/to/facette.yaml
TimeoutStopSec=20
KillMode=process
Restart=on-failure