Correct Restart in init.d/S95*

pull/106/head
p0isk 2021-12-14 10:40:37 +03:00
parent 04b390e5c8
commit 25dd8561db
11 changed files with 11 additions and 11 deletions

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -57,7 +57,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -56,7 +56,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -56,7 +56,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -60,7 +60,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {

View File

@ -74,7 +74,7 @@ stop() {
restart() {
stop
sleep 1
start
reload
}
reload() {