vpnclient_ynh/conf/ynh-vpnclient.service
2015-05-13 01:25:38 +02:00

16 lines
332 B
Desktop File

[Unit]
Description=YunoHost VPN Client.
Requires=network.target
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/ynh-vpnclient start
ExecRestart=/usr/local/bin/ynh-vpnclient restart
ExecStop=/usr/local/bin/ynh-vpnclient stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Alias=ynh-vpnclient.service