Replies: 1 comment
-
Did you find the answers ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for how to disable the wireguard kernel module from loading at boot time. As has been mentioned in other threads, the module must be re-compiled after every DSM update / Kernel upgrade. So, if the wg module loads at boot if not at first being upgraded after one of these things occurs, bad things happen.
Ideally, I'l like the kernel module to never load at boot and always have to be manually loaded. Via
modprobe
maybe? I'm not sure how that would happen either.So, the 4 things I'm looking for specifically are:
command
to disable autoloading the wg kernel module forevercommand
to disable the wg service from auto starting forevercommand
to manually load the wg kernel modulecommand
to manually start the wg serviceBeta Was this translation helpful? Give feedback.
All reactions