mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
Fix
This commit is contained in:
parent
2dbfd29914
commit
db0f0e367d
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue