smartd: convert service to systemd
This commit is contained in:
parent
a139fa14b1
commit
5ef71c6d22
@ -75,7 +75,8 @@ in
|
|||||||
|
|
||||||
environment.TZ = config.time.timeZone;
|
environment.TZ = config.time.timeZone;
|
||||||
|
|
||||||
startOn = "started syslogd";
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
partOf = [ "multi-user.target" ];
|
||||||
|
|
||||||
path = [ pkgs.smartmontools ];
|
path = [ pkgs.smartmontools ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user