mirror of
https://github.com/dynup/kpatch
synced 2024-12-25 23:02:02 +00:00
6ab1273021
Signed-off-by: Seth Jennings <sjenning@redhat.com>
10 lines
170 B
Desktop File
10 lines
170 B
Desktop File
[Unit]
|
|
Description=kpatch -- apply all enabled dynamic kernel patches
|
|
Before=
|
|
OnFailure=
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/kpatch load --all
|