]> Pileus Git - mkinit/commitdiff
Add mdadm and smart monitoring
authorAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:49:43 +0000 (04:49 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:49:43 +0000 (04:49 +0000)
services.mk

index 363d796d6e26e5ca348a8e5b531b87c5a6122f54..1542efc07be2212d8b24c705197aa431a7d6a60c 100644 (file)
@@ -164,6 +164,12 @@ hddtemp-stop_cmd=pkill hddtemp
 hwclock-start_cmd=hwclock --hctosys --utc
 hwclock-stop_cmd=hwclock --systohc --utc
 
+mdadm-start_cmd=mdadm --monitor --scan --daemonize
+mdadm-stop_cmd=pkill mdadm
+
+smartd-start_cmd=smartd
+smartd-stop_cmd=pkill smartd
+
 sshd-start_cmd=/usr/sbin/sshd
 sshd-stop_cmd=pkill sshd