Merge pull request #1076 from euspectre/load-patches-before-network

kpatch.service: make sure it starts before networking services
This commit is contained in:
Joe Lawrence 2020-03-03 14:40:26 -05:00 committed by GitHub
commit 2bf36a9a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
[Unit]
Description="Apply kpatch kernel patches"
ConditionKernelCommandLine=!kpatch.enable=0
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot