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

SVN-Revision: 5876
master
Felix Fietkau 18 years ago
parent e90a752d4d
commit 4bef6e13c2
  1. 1
      package/base-files/files/etc/rc.common

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

Loading…
Cancel
Save