sw-raid: rename mdadmShutdown

See aac666e302
I've forgotten to add the change.
This commit is contained in:
Nikolay Amiantov 2016-03-09 21:06:27 +03:00
parent aac666e302
commit 1111f73dde

View File

@ -12,7 +12,7 @@
cp -v ${pkgs.mdadm}/lib/udev/rules.d/*.rules $out/
'';
systemd.services.mdadmShutdown = {
systemd.services.mdadm-shutdown = {
wantedBy = [ "final.target"];
after = [ "umount.target" ];