mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
f9f8904623
The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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
|