add a workaround for self-killing init scripts on restart (#1023)
SVN-Revision: 5876
This commit is contained in:
parent
e90a752d4d
commit
4bef6e13c2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ reload() {
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
|
trap '' TERM
|
||||||
stop
|
stop
|
||||||
start
|
start
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue