]> Pileus Git - mkinit/blobdiff - services.mk
Add mdadm and smart monitoring
[mkinit] / 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