11 lines
193 B
SYSTEMD
11 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=Initialize EDAC Drivers For Machine Hardware
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=@SBINDIR@/edac-ctl --register-labels
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|