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