------------------------------------------------------------
revno: 1451
committer: James Hunt <[email protected]>
branch nick: upstart-file-bridge
timestamp: Fri 2013-03-15 12:51:25 +0000
message:
  * extra/conf/upstart-file-bridge.conf: Change start on condition
    to ensure all filesystems are mounted before it starts.
modified:
  ChangeLog
  extra/conf/upstart-file-bridge.conf


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2013-03-15 12:44:29 +0000
+++ ChangeLog	2013-03-15 12:51:25 +0000
@@ -8,6 +8,8 @@
 	  - modify_handler(): Call skip_slashes().
 	  - delete_handler(): Call skip_slashes().
 	  - watched_dir_new(): Special case watching the root directory.
+	* extra/conf/upstart-file-bridge.conf: Change start on condition
+	  to ensure all filesystems are mounted before it starts.
 
 2013-03-11  James Hunt  <[email protected]>
 

=== modified file 'extra/conf/upstart-file-bridge.conf'
--- extra/conf/upstart-file-bridge.conf	2013-03-11 20:02:18 +0000
+++ extra/conf/upstart-file-bridge.conf	2013-03-15 12:51:25 +0000
@@ -7,7 +7,10 @@
 
 emits file
 
-start on startup
+# the bridge does not currently handle dealing with mounts that overlay
+# already-watched directories.
+start on mounted
+
 stop on runlevel [!2345]
 
 expect daemon

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to