mirror of https://github.com/dynup/kpatch
10 lines
170 B
SYSTEMD
10 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=kpatch -- apply all enabled dynamic kernel patches
|
||
|
Before=
|
||
|
OnFailure=
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/kpatch load --all
|