1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shellinabox_ynh.git synced 2024-09-03 20:26:12 +02:00

systemctl daemon-reload

This commit is contained in:
Maniack Crudelis 2018-03-08 00:51:15 +01:00
parent da26c309eb
commit 49dd8bd677
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@ ynh_replace_string "__PORT__" "$port" "/etc/default/shellinabox"
# Allow the service to log in syslog
ynh_replace_string " -- -q --background" " -- --background" "/etc/init.d/shellinabox"
systemctl daemon-reload
systemctl restart shellinabox

View file

@ -56,6 +56,7 @@ ynh_restore_file "/etc/default/shellinabox"
# Allow the service to log in syslog
ynh_replace_string " -- -q --background" " -- --background" "/etc/init.d/shellinabox"
systemctl daemon-reload
systemctl restart shellinabox