Files
softether/softether.service
2025-05-01 22:40:30 +08:00

11 lines
194 B
Desktop File

[Unit]
Description=SoftEther VPN Server
After=network.target
[Service]
Type=forking
ExecStart=/softether/vpnserver start
ExecStop=/softether/vpnserver stop
[Install]
WantedBy=multi-user.target