Quantcast
Channel: Active questions tagged openvpn - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 823

systemd service for openvpn vs networkmanager-openvpn

$
0
0

I am using Yocto for a rpi4 target. I was using a systemd service to activate my VPN over openvpn at boot:

[Unit]Description=OpenVPN connection to .ovpn fileAfter=network.target[Service]Type=forkingExecStart=/usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn-client/%i.status 10 -cd /etc/openvpn/client/ --config /etc/openvpn/client/%i.ovpnExecReload=/bin/kill -HUP $MAINPIDyWorkingDirectory=/etc/openvpn/client[Install]WantedBy=multi-user.target

I was using, Networkmanager + Openvpn package in yocto. Lately, I discovered the package Networkmanager-openvpn. What is the purpose of this package ? How to use it ?


Viewing all articles
Browse latest Browse all 823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>