ynh-vpnclient.service 235 B

123456789101112
  1. [Unit]
  2. Description=YunoHost VPN Client.
  3. Requires=network.target
  4. After=network.target
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/usr/local/bin/ynh-vpnclient start
  8. ExecStop=/usr/local/bin/ynh-vpnclient stop
  9. [Install]
  10. WantedBy=multi-user.target