From: Felix Fietkau Date: Wed, 20 Dec 2006 05:26:39 +0000 (+0000) Subject: add a workaround for self-killing init scripts on restart (#1023) X-Git-Tag: reboot~30209 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4bef6e13c29575235f074d1c9333d30e251dc500;p=openwrt%2Fstaging%2Fxback.git add a workaround for self-killing init scripts on restart (#1023) SVN-Revision: 5876 --- diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common index 1e6c5e912b..5d9ee8666f 100755 --- a/package/base-files/files/etc/rc.common +++ b/package/base-files/files/etc/rc.common @@ -18,6 +18,7 @@ reload() { } restart() { + trap '' TERM stop start }