mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 06:02:05 +00:00
743f70f002
Signed-off-by: Seth Jennings <sjenning@redhat.com>
12 lines
212 B
Desktop File
12 lines
212 B
Desktop File
[Unit]
|
|
Description="Apply kpatch kernel patches"
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=PREFIX/sbin/kpatch load --all
|
|
ExecStop=PREFIX/sbin/kpatch unload --all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|