mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
caf48f2ea5
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
|