/
lib
/
systemd
/
system
/
up file
home
[Unit] Description="Apply kpatch kernel patches" [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/sbin/kpatch load --all ExecStop=/usr/sbin/kpatch unload --all [Install] WantedBy=multi-user.target