avs_mtk_voice/meta/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service

13 lines
296 B
SYSTEMD
Raw Permalink Normal View History

2022-05-13 08:02:31 +00:00
[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
StandardOutput=syslog
[Install]
WantedBy=multi-user.target