Skip to content
Snippets Groups Projects
Unverified Commit f6f49d0f authored by micah's avatar micah :speech_balloon:
Browse files

Harmonize flags.

The udp service was not passing the same arguments as the tcp one, this fixes
the missing --syslog flag
parent 12527da2
No related branches found
No related tags found
No related merge requests found
Pipeline #109478 failed
#!/bin/sh #!/bin/sh
echo "Starting openvpn: udp" echo "Starting openvpn: udp"
exec /usr/sbin/openvpn --cd /etc/openvpn --config /etc/openvpn/udp.conf exec /usr/sbin/openvpn --syslog ovpn-udp-server --cd /etc/openvpn --config /etc/openvpn/udp.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment