summarylogtreecommitdiffstats
path: root/softethervpn-client.service
blob: b6c674c199c0f38a9ac5fc648fed5d392cfc0369 (plain)
1
2
3
4
5
6
7
8
9
10
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