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:
Peter Simons 2011-11-25 17:09:44 +00:00
parent ef932017fc
commit 0cd9ff9fcc

View file

@ -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}";
};
};