~upstart-devel/upstart/upstart-jobs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# upstart-file-bridge - Bridge file events into upstart
#
# This helper daemon receives inotify(7) events and
# emits equivalent Upstart events.

description	"Bridge file events into upstart"

emits file

# the bridge does not currently handle dealing with mounts that overlay
# already-watched directories.
start on filesystem

stop on runlevel [!2345]

expect daemon
respawn

exec upstart-file-bridge --daemon