1
0
Fork 0
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:
Yalh 2019-01-19 10:50:12 +01:00
parent 5a14c57e53
commit 61c562cda8
3 changed files with 3 additions and 3 deletions

View file

@ -350,4 +350,4 @@ fi
systemctl reload nginx
systemctl enable "$app"
systemctl start "$app"
systemctl restart "$app"

View file

@ -139,5 +139,5 @@ ynh_restore_file "/etc/logrotate.d/$app"
#systemctl reload php5-fpm
systemctl reload nginx
systemctl start "$app"
systemctl restart "$app"

View file

@ -166,4 +166,4 @@ fi
#=================================================
systemctl reload nginx
systemctl start "$app"
systemctl restart "$app"