add a workaround for self-killing init scripts on restart (#1023)
SVN-Revision: 5876
This commit is contained in:
@@ -18,6 +18,7 @@ reload() {
|
||||
}
|
||||
|
||||
restart() {
|
||||
trap '' TERM
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user