mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +00:00
4f27b9ae31
Organize the files functionally: - kmod/core: core kmod source - kmod/patch: patch kmod source - kpatch: kpatch script - kpatch-build: kpatch build script and supporting tools - contrib: distro-related files
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
|