initial commit
This commit is contained in:
commit
67f27f7446
5 changed files with 106 additions and 0 deletions
11
softethervpn-client.service
Normal file
11
softethervpn-client.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=SoftEther VPN Client daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/vpnclient start
|
||||
ExecReload=/usr/bin/vpnclient stop
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue