mirror of
https://github.com/dynup/kpatch
synced 2025-02-09 05:26:53 +00:00
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
|