seashore wrote:
Process: 7011 ExecStartPre=/sbin/modprobe -q l2tp_ppp (code=exited, status=1/FAILURE)
I'm not a systemd guy, but it looks like the start script is failing because the modprobe command fails. This is probably because you are using the Linode kernel, which has most config options built in rather than loadable as modules. If this is the case, you will either have to switch to using another kernel (such as the one
provided by your distro), or change the start script so it does not try to run modprobe.