diff --git a/conf/systemd.service b/conf/systemd.service index dc1e7de..e769067 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/scripts/install b/scripts/install index 982934a..f371fc8 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================