smartmontools/smartmontools-6.0-service.patch
2014-01-14 01:41:31 -05:00

13 lines
421 B
Diff

--- smartd.service.in.orig 2013-02-24 14:39:27.022465107 +0000
+++ smartd.service.in 2013-02-24 14:39:38.414465568 +0000
@@ -3,8 +3,8 @@
After=syslog.target
[Service]
-EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools
-ExecStart=/usr/local/sbin/smartd -n $smartd_opts
+EnvironmentFile=/etc/sysconfig/smartd
+ExecStart=/usr/sbin/smartd -n $smartd_opt
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=syslog