smartd: convert service to systemd

This commit is contained in:
Peter Simons 2012-09-23 00:07:59 +02:00 committed by Eelco Dolstra
parent a139fa14b1
commit 5ef71c6d22

View file

@ -75,7 +75,8 @@ in
environment.TZ = config.time.timeZone;
startOn = "started syslogd";
wantedBy = [ "multi-user.target" ];
partOf = [ "multi-user.target" ];
path = [ pkgs.smartmontools ];