smartd: Remove unnecessary PartOf dependency
This commit is contained in:
parent
da32722ade
commit
74bae63135
@ -87,7 +87,6 @@ in
|
|||||||
environment.TZ = config.time.timeZone;
|
environment.TZ = config.time.timeZone;
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
partOf = [ "multi-user.target" ];
|
|
||||||
|
|
||||||
serviceConfig.ExecStart = "${pkgs.smartmontools}/sbin/smartd --no-fork ${smartdFlags}";
|
serviceConfig.ExecStart = "${pkgs.smartmontools}/sbin/smartd --no-fork ${smartdFlags}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user