diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2014-05-03 22:02:33 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 01:21:46 +0200 |
commit | d74318f9694b7b852fc3189fff3866408fc0ccd0 (patch) | |
tree | 1c597d872fdb79c02bbb1c37ca3c949ffb8056ad /package/quagga | |
parent | 1eb27178b7018e3be77d69a280c52321ff560846 (diff) |
automatic dæmonising of services
Diffstat (limited to 'package/quagga')
-rw-r--r-- | package/quagga/files/quagga.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/quagga/files/quagga.init b/package/quagga/files/quagga.init index 498287051..b5147b7bc 100644 --- a/package/quagga/files/quagga.init +++ b/package/quagga/files/quagga.init @@ -111,6 +111,7 @@ esac case ${COMMAND} in autostart) test x"${quagga:-NO}" = x"NO" && exit 0 + test x"$quagga" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start exec sh $0 start ;; start|restart|watchrestart) |