add a workaround for self-killing init scripts on restart (#1023)

SVN-Revision: 5876
This commit is contained in:
Felix Fietkau 2006-12-20 05:26:39 +00:00
parent e90a752d4d
commit 4bef6e13c2

View File

@ -18,6 +18,7 @@ reload() {
}
restart() {
trap '' TERM
stop
start
}