Browse Source

install_easy.sh : sysv init check script exists in /etc/init.d

pull/81/head
bol-van 4 years ago
parent
commit
fbd30ba5e1
  1. 3
      install_easy.sh

3
install_easy.sh

@ -977,13 +977,14 @@ install_openrc_init()
service_start_sysv() service_start_sysv()
{ {
[ -x "$INIT_SCRIPT" ] && {
echo \* starting zapret service echo \* starting zapret service
"$INIT_SCRIPT" start || { "$INIT_SCRIPT" start || {
echo could not start zapret service echo could not start zapret service
exitp 30 exitp 30
} }
} }
}
service_stop_sysv() service_stop_sysv()
{ {

Loading…
Cancel
Save