mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-05 22:19:32 +01:00
add a workaround for self-killing init scripts on restart (#1023)
SVN-Revision: 5876
This commit is contained in:
parent
e90a752d4d
commit
4bef6e13c2
@ -18,6 +18,7 @@ reload() {
|
||||
}
|
||||
|
||||
restart() {
|
||||
trap '' TERM
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user