1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

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