]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
try sigint
authorPeter Palfrader <peter@palfrader.org>
Sun, 28 Feb 2010 20:19:09 +0000 (21:19 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 28 Feb 2010 20:19:09 +0000 (21:19 +0100)
modules/raidmpt/manifests/init.pp

index 975f56886d433eff025d13d740c323d8375ed54b..26e4d84c4bd05f7bf3c5482b409bd6550b6116fb 100644 (file)
@@ -11,7 +11,7 @@ class raidmpt {
     }
     exec {
         "mpt-statusd-stop":
-            command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --quiet --pidfile "$pidfile"; rm -f "$pidfile"',
+            command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --signal INT --quiet --pidfile "$pidfile"; rm -f "$pidfile"',
             refreshonly => true,
             ;
     }