1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
dispatch_ynh/conf/systemd.service
ericgaspar e6f1aca41d fix
2021-07-08 11:53:42 +02:00

17 lines
309 B
Desktop File

[Unit]
Description=Dispatch IRC client
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/dispatch -a 0.0.0.0 -p __PORT__
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target