summary refs log tree commit diff
path: root/modules/system
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-11-03 02:14:57 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-11-03 02:14:57 +0000
commitaac71e8f95b47d0a8a34d63be283b708f57cda7c (patch)
tree67e5558da807e8c35576f0d12670e7c1b10470ef /modules/system
parent0309f02fc5310dbc28fb6e66197cb5e1c18158ad (diff)
downloadnixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar.gz
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar.bz2
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar.lz
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar.xz
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.tar.zst
nixpkgs-aac71e8f95b47d0a8a34d63be283b708f57cda7c.zip
* Add a module for DRBD.
svn path=/nixos/trunk/; revision=30202
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/activation/switch-to-configuration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/activation/switch-to-configuration.sh b/modules/system/activation/switch-to-configuration.sh
index 2586d492d9e..3be1b210d6a 100644
--- a/modules/system/activation/switch-to-configuration.sh
+++ b/modules/system/activation/switch-to-configuration.sh
@@ -114,7 +114,7 @@ EOF
 	# Xen domains unless we have to.
         # TODO: Jobs should be able to declare that they should not be
 	# auto-restarted.
-        if echo "$job" | grep -q "^shutdown$\|^control-alt-delete$\|^xserver$\|^dbus$\|^disnix$\|^emergency-shell$\|^xendomains$\|^udevtrigger$"; then continue; fi
+        if echo "$job" | grep -q "^shutdown$\|^control-alt-delete$\|^xserver$\|^dbus$\|^disnix$\|^emergency-shell$\|^xendomains$\|^udevtrigger$\|^drbd-down$"; then continue; fi
 
         if ! test -e "$oldJobs/$job.conf"; then
             echo "starting $job..."