* Make sure the stop script gets executed on shutdown.
svn path=/nixos/trunk/; revision=8126
This commit is contained in:
parent
ba56551986
commit
fb2a9d91a1
@ -13,7 +13,7 @@ in
|
|||||||
start on hardware-scan
|
start on hardware-scan
|
||||||
stop on shutdown
|
stop on shutdown
|
||||||
|
|
||||||
script
|
start script
|
||||||
|
|
||||||
# Load some additional modules.
|
# Load some additional modules.
|
||||||
export MODULE_DIR=${kernel}/lib/modules/
|
export MODULE_DIR=${kernel}/lib/modules/
|
||||||
@ -26,6 +26,8 @@ script
|
|||||||
|
|
||||||
end script
|
end script
|
||||||
|
|
||||||
|
respawn sleep 1000000 # !!! hack
|
||||||
|
|
||||||
stop script
|
stop script
|
||||||
|
|
||||||
# Save the sound state.
|
# Save the sound state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user