Monitor service directories for changes
authorColin Walters <walters@verbum.org>
Thu, 18 Feb 2010 20:33:28 +0000 (15:33 -0500)
committerColin Walters <walters@verbum.org>
Thu, 18 Feb 2010 20:33:28 +0000 (15:33 -0500)
commit9c90fcd2dc4b1b7d818a35ef43d4686052902f59
tree52a6fb77f71a419756c4458f9c66ec08c8dac756
parent8ca10fd4ded0383e597b17ec315b955515e19a78
Monitor service directories for changes

It's not expected to have to manually SIGHUP the bus after installing
a new .service file.  Since our directory monitoring is already set
up to queue a full reload which includes service activation, simply
monitor the servicedirs too.

https://bugs.freedesktop.org/show_bug.cgi?id=23846
bus/bus.c
bus/dir-watch-inotify.c
bus/dir-watch-kqueue.c