mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-01 19:42:19 +00:00
Fix edac-utils systemd service file so that `systemctl stop edac' doesn't fail. Remove the ExecStop line as there's no '--unload' option for edac-ctl. Also, disable edac service by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
193 B
Desktop File
11 lines
193 B
Desktop File
[Unit]
|
|
Description=Initialize EDAC Drivers For Machine Hardware
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@SBINDIR@/edac-ctl --register-labels
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|