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