You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
284 B
13 lines
284 B
2 years ago
|
[Unit]
|
||
|
Description=Load CPU microcode update
|
||
|
After=basic.target
|
||
|
ConditionVirtualization=false
|
||
|
ConditionPathExists=/sys/devices/system/cpu/microcode/reload
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
ExecStart=/usr/libexec/microcode_ctl/reload_microcode
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|