12 lines
274 B
Desktop File
12 lines
274 B
Desktop File
[Unit]
|
|
Description=Self Monitoring and Reporting Technology (SMART) Daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-@SYSCONFDIR@/smartmontools
|
|
ExecStart=@SBINDIR@/smartd -n $smart_opts
|
|
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|