blob: f3db946c81222251c54461f5eee47f0e6a95035e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[Unit]
2Description=Self Monitoring and Reporting Technology (SMART) Daemon
3After=syslog.target
4
5[Service]
6EnvironmentFile=-@SYSCONFDIR@/smartmontools
7ExecStart=@SBINDIR@/smartd -n $smart_opts
8ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
9StandardOutput=syslog
10
11[Install]
12WantedBy=multi-user.target