install bath

This commit is contained in:
2025-05-01 22:40:30 +08:00
parent 6e66dd9fa6
commit aa1a229261
3 changed files with 72 additions and 1 deletions

11
softether.service Normal file
View File

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