blob: f3db946c81222251c54461f5eee47f0e6a95035e [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001[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