finalprog =
quietrollback = yes
diff --git a/smgl/smgl-upstart/upstart-init/native/README
b/smgl/smgl-upstart/upstart-init/native/README
index e35c15d..7359d10 100644
--- a/smgl/smgl-upstart/upstart-init/native/README
+++ b/smgl/smgl-upstart/upstart-init/native/README
@@ -3,7 +3,7 @@ Some useful things to know about upstart on smgl
- The jobs upstart knows about are in the *.conf files, one file per
service/daemon/task/job
- The jobs MAY NOT FAIL, or the entire boot process is halted...
- use a script in the scripts dir and a job pointing to it when a job can
fail and make sure the script exits cleanly
-- daemons shouldn't disassociate themselves from the invoking tty if upstart
it to track them
+- if a job needs to emit a signal, name it <jobname>-start or <jobname>-stop
for consistency
feel free to post bugs with additional jobs on http://bugs.sourcemage.org
and assign them to abouter AT sourcemage.org
I'll get to them eventually, or just put them in the spell yourself if you
have git access ;)
diff --git a/smgl/smgl-upstart/upstart-init/native/alsa.conf
b/smgl/smgl-upstart/upstart-init/native/alsa.conf
index e044a98..def66bf 100644
--- a/smgl/smgl-upstart/upstart-init/native/alsa.conf
+++ b/smgl/smgl-upstart/upstart-init/native/alsa.conf
@@ -5,7 +5,7 @@
description "Restore alsa settings"
author "Arjan Bouter <abouter AT sourcemage.org>"
-start on started mount_all
+start on mount_all-start
stop on shutdown