smartd: run smartd daemon using the given search path to improve readability of ps output
svn path=/nixos/trunk/; revision=30569
This commit is contained in:
parent
ef932017fc
commit
0cd9ff9fcc
|
@ -77,7 +77,9 @@ in
|
|||
|
||||
startOn = "started syslogd";
|
||||
|
||||
exec = "${pkgs.smartmontools}/sbin/smartd --no-fork --pidfile=/var/run/smartd.pid ${smartdFlags}";
|
||||
path = [ pkgs.smartmontools ];
|
||||
|
||||
exec = "smartd --no-fork --pidfile=/var/run/smartd.pid ${smartdFlags}";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue