11 lines
194 B
Desktop File
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 |