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:
parent
da26c309eb
commit
49dd8bd677
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue