1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
ericgaspar 2021-07-08 11:15:15 +02:00
parent 2dbfd29914
commit db0f0e367d
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ After=network-online.target
[Service]
Type=simple
User=__APP__
Group=nogroup
Group=__APP__
ExecStart=__FINALPATH__/dispatch
Restart=on-failure
RestartSec=5

View file

@ -115,8 +115,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
#sleep 60
#=================================================
# SETUP SSOWAT
#=================================================