linuxOS_PX30_CAR/yocto/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service
2026-01-20 14:00:13 +08:00

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