mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
smartd: convert service to systemd
This commit is contained in:
parent
a139fa14b1
commit
5ef71c6d22
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ in
|
|||
|
||||
environment.TZ = config.time.timeZone;
|
||||
|
||||
startOn = "started syslogd";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
partOf = [ "multi-user.target" ];
|
||||
|
||||
path = [ pkgs.smartmontools ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue