Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yggdrasill cannot start on LMDE (Linux mint debian edition based on debian buster) #4

Open
qw09xu opened this issue Jul 13, 2021 · 0 comments

Comments

@qw09xu
Copy link

qw09xu commented Jul 13, 2021

yggdrasill cannot start on LMDE (Linux mint debian edition based on debian buster)

fix yggdrasil.service

[Unit]
Description=yggdrasil
-Wants=network.target
+Wants=networking.target
Wants=yggdrasil-default-config.service
-Wants=network.target
+After=networking.target
After=yggdrasil-default-config.service

[Service]
Group=yggdrasil
ProtectHome=true
ProtectSystem=true
SyslogIdentifier=yggdrasil
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
ExecStartPre=+-/sbin/modprobe tun
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
TimeoutStopSec=5

[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant