initial commit

This commit is contained in:
Tun Win Naing 2016-02-15 13:44:18 +06:30
commit 67f27f7446
5 changed files with 106 additions and 0 deletions

View file

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