We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
yggdrasill cannot start on LMDE (Linux mint debian edition based on debian buster)
fix yggdrasil.service
The text was updated successfully, but these errors were encountered: