forked from mirrors/nixpkgs
sw-raid: rename mdadmShutdown
See aac666e302
I've forgotten to add the change.
This commit is contained in:
parent
aac666e302
commit
1111f73dde
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue