Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Self Monitoring and Reporting Technology (SMART) Daemon | ||||
3 | After=syslog.target | ||||
4 | |||||
5 | [Service] | ||||
6 | EnvironmentFile=-@SYSCONFDIR@/smartmontools | ||||
7 | ExecStart=@SBINDIR@/smartd -n $smart_opts | ||||
8 | ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID | ||||
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | |
10 | [Install] | ||||
11 | WantedBy=multi-user.target |