]>
Commit | Line | Data |
---|---|---|
a7e8ffec GI |
1 | [Unit] |
2 | Description=Self Monitoring and Reporting Technology (SMART) Daemon | |
d2e702cf | 3 | Documentation=man:smartd(8) man:smartd.conf(5) |
a7e8ffec GI |
4 | After=syslog.target |
5 | ||
6 | [Service] | |
f4e463df | 7 | EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools |
a7e8ffec | 8 | ExecStart=/usr/local/sbin/smartd -n $smartd_opts |
f4e463df GI |
9 | ExecReload=/bin/kill -HUP $MAINPID |
10 | StandardOutput=syslog | |
a7e8ffec GI |
11 | |
12 | [Install] | |
13 | WantedBy=multi-user.target |