diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-02-21 14:01:01 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-02-21 14:01:01 +0000 |
commit | 66491723d9dbb7be2a7fb9da2e0ca01457a63603 (patch) | |
tree | 44c03665c65abdfade67a96c309a18f565b74527 /encap | |
parent | c4ca31e04c604a0d3428faabd0ee443d17ecc7e7 (diff) | |
download | bcfg2-66491723d9dbb7be2a7fb9da2e0ca01457a63603.tar.gz bcfg2-66491723d9dbb7be2a7fb9da2e0ca01457a63603.tar.bz2 bcfg2-66491723d9dbb7be2a7fb9da2e0ca01457a63603.zip |
...
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2862 ce84e21b-d406-0410-9b95-82705330c041
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" |