From 450e582342a12a7de9451b9c523bd49c7b6707fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Dec 2006 05:26:39 +0000 Subject: [PATCH] add a workaround for self-killing init scripts on restart (#1023) SVN-Revision: 5876 --- package/base-files/files/etc/rc.common | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.30.2