mirror of
https://github.com/YunoHost-Apps/facette_ynh.git
synced 2024-09-03 18:36:02 +02:00
15 lines
306 B
Desktop File
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
|