diff options
Diffstat (limited to 'encap')
-rw-r--r-- | encap/src/encap-profiles/runit-1.7.2.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/encap/src/encap-profiles/runit-1.7.2.ep b/encap/src/encap-profiles/runit-1.7.2.ep index d2765f657..b1c8bd450 100644 --- a/encap/src/encap-profiles/runit-1.7.2.ep +++ b/encap/src/encap-profiles/runit-1.7.2.ep @@ -160,6 +160,7 @@ fi if [ -d /etc/event.d ]; then printf "Installing to /etc/event.d/SV (Upstart) ...\n" cd ${ENCAP_SOURCE}/${ENCAP_PKGNAME} && cp upstart.boot /etc/event.d/SV + kill -HUP 1 fi printf "Finished runit postinstall script.\n" ]]></include_file> @@ -176,6 +177,7 @@ if [ -d /etc/event.d ]; then if [ -f /etc/event.d/SV ]; then printf "Removing /etc/event.d/SV (Upstart) ...\n" rm /etc/event.d/SV + kill -HUP 1 fi fi printf "Finished runit preremove script.\n" |