mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
Changed in V2: Change the title to eliminate confused. Add systemd unit files for edac-utils. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
230 B
Desktop File
12 lines
230 B
Desktop File
[Unit]
|
|
Description=Initialize EDAC Drivers For Machine Hardware
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@SBINDIR@/edac-ctl --register-labels
|
|
ExecStop=@SBINDIR@/edac-ctl --unload
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|