diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-22 11:54:24 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-22 11:54:24 -0500 |
commit | 792e7d658c899db7356afd6ebc532458dfb9da4b (patch) | |
tree | 222dc3788220d0084bc1a76dc8b1e2ba8b5825a5 /init | |
parent | efccfcbc5dc39ef1944ef5d2e3739909831f353b (diff) | |
download | initscripts-792e7d658c899db7356afd6ebc532458dfb9da4b.tar initscripts-792e7d658c899db7356afd6ebc532458dfb9da4b.tar.gz initscripts-792e7d658c899db7356afd6ebc532458dfb9da4b.tar.bz2 initscripts-792e7d658c899db7356afd6ebc532458dfb9da4b.tar.xz initscripts-792e7d658c899db7356afd6ebc532458dfb9da4b.zip |
Don't HUP init when messagebus starts (#557791)
It drops the event queue, breaking other events. We need to find a
better way to do this.
Diffstat (limited to 'init')
-rw-r--r-- | init/reload-init.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/reload-init.conf b/init/reload-init.conf deleted file mode 100644 index b5a299fb..00000000 --- a/init/reload-init.conf +++ /dev/null @@ -1,4 +0,0 @@ -start on started messagebus - -task -exec /bin/kill -HUP 1 |