kpatch/contrib/kpatch.service

10 lines
149 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Apply kpatch kernel patches"
[Service]
Type=oneshot
ExecStart=/usr/sbin/kpatch load --all
[Install]
WantedBy=multi-user.target