1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-23 07:22:57 +03:00

install_easy: daemon-reload before enable

This commit is contained in:
bolvan 2019-05-05 14:44:31 +03:00
parent 75cb65306d
commit 47cbfdbb19

@ -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