Browse Source

install_easy: daemon-reload before enable

pull/33/head
bolvan 6 years ago
parent
commit
47cbfdbb19
  1. 1
      install_easy.sh

1
install_easy.sh

@ -155,6 +155,7 @@ fi
echo \* registering init script ...
"$SYSTEMCTL" daemon-reload
"$SYSTEMCTL" enable zapret || {
echo could not register $INIT_SCRIPT with systemd
exitp 20

Loading…
Cancel
Save