example upstart config for dbuscron daemon
authorKonstantin Stepanov <kstep@p-nut.info>
Sun, 12 Dec 2010 11:42:32 +0000 (13:42 +0200)
committerKonstantin Stepanov <kstep@p-nut.info>
Sun, 12 Dec 2010 11:42:32 +0000 (13:42 +0200)
event.d/dbuscron [new file with mode: 0644]

diff --git a/event.d/dbuscron b/event.d/dbuscron
new file mode 100644 (file)
index 0000000..f3ed32d
--- /dev/null
@@ -0,0 +1,9 @@
+author "Konstantin Stepanov"
+description "dbuscron - cron-like DBUS events handler"
+
+start on started hildon-desktop
+stop on stopping dbus
+console output
+respawn
+exec /usr/bin/dbuscron -f
+