1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
[Unit] Description=SoftEther VPN Bridge After=network.target [Service] Type=forking ExecStart=/usr/bin/vpnbridge start ExecStop=/usr/bin/vpnbridge stop Restart=on-failure # Hardening PrivateTmp=yes ProtectHome=yes ProtectSystem=full ReadOnlyDirectories=/ ReadWriteDirectories=-/usr/lib/softethervpn/vpnbridge [Install] WantedBy=multi-user.target