aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/smartmontools/files/smartd.service
blob: f3db946c81222251c54461f5eee47f0e6a95035e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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