Skip to content

Add systemd startup script

zorun requested to merge init_script into master

Note that the "-d" option ("detach") should not be used with systemd, because it expects the managed process to stay in the foreground.

This startup script was originally added in Debian: https://salsa.debian.org/debian/l2tpns/-/blob/master/debian/l2tpns.service (albeit with the -d option)

Merge request reports