mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
changing start of the app to restart
This commit is contained in:
parent
5a14c57e53
commit
61c562cda8
3 changed files with 3 additions and 3 deletions
|
@ -350,4 +350,4 @@ fi
|
||||||
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
systemctl enable "$app"
|
systemctl enable "$app"
|
||||||
systemctl start "$app"
|
systemctl restart "$app"
|
||||||
|
|
|
@ -139,5 +139,5 @@ ynh_restore_file "/etc/logrotate.d/$app"
|
||||||
|
|
||||||
#systemctl reload php5-fpm
|
#systemctl reload php5-fpm
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
systemctl start "$app"
|
systemctl restart "$app"
|
||||||
|
|
||||||
|
|
|
@ -166,4 +166,4 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
systemctl start "$app"
|
systemctl restart "$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue