]> git.pld-linux.org Git - packages/openvpn.git/commitdiff
- add --suppress-timestamps when systemd logs data auto/th/openvpn-2.4.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Nov 2017 11:02:27 +0000 (12:02 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Nov 2017 11:02:27 +0000 (12:02 +0100)
openvpn@.service

index a76da7f56f027727853566116d9079c55a7eb816..c44558073db20fe97bd0ee7be4cd253edc50f56e 100644 (file)
@@ -12,7 +12,7 @@ Type=notify
 PrivateTmp=true
 EnvironmentFile=-/etc/sysconfig/openvpn
 PIDFile=/var/run/openvpn/%i.pid
-ExecStart=/usr/sbin/openvpn --writepid /var/run/openvpn/%i.pid --config /etc/openvpn/%i.conf --cd /etc/openvpn $OPENVPN_OPT
+ExecStart=/usr/sbin/openvpn --suppress-timestamps --writepid /var/run/openvpn/%i.pid --config /etc/openvpn/%i.conf --cd /etc/openvpn $OPENVPN_OPT
 ExecReload=/bin/kill -HUP $MAINPID
 CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE
 LimitNPROC=10
This page took 0.320459 seconds and 4 git commands to generate.