smartd: Remove unnecessary PartOf dependency

This commit is contained in:
Eelco Dolstra 2013-01-07 16:01:22 +01:00
parent da32722ade
commit 74bae63135

View file

@ -87,7 +87,6 @@ in
environment.TZ = config.time.timeZone;
wantedBy = [ "multi-user.target" ];
partOf = [ "multi-user.target" ];
serviceConfig.ExecStart = "${pkgs.smartmontools}/sbin/smartd --no-fork ${smartdFlags}";
};