mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 07:39:50 +00:00
The purpose of this patch as below.
1. upgrade openvpn to 2.3.6 in order to fix CVE-2014-8104
2. enable systemd
3. provide new packages named ${PN}-sample to help user create config file
easily and check whether is openvpn work.
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
335 B
Desktop File
13 lines
335 B
Desktop File
[Unit]
|
|
Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
Type=forking
|
|
PIDFile=/var/run/openvpn/%i.pid
|
|
ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|