Benutzer-Werkzeuge

Webseiten-Werkzeuge


faq_1:softether:start

Softether

Startup Script for vpnserver

(to activate: „sudo systemctl enable vpn“ to start once: „sudo systemctl start vpn“)

sudo nano /etc/systemd/system/vpn.service

[Unit]
Description=SoftEther VPN Server daemon
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/vpnserver start
ExecStop=/usr/bin/vpnserver stop

[Install]
WantedBy=multi-user.target
faq_1/softether/start.txt · Zuletzt geändert: von admin

DokuWiki Appliance - Powered by TurnKey Linux