[packages/openvpn] - add --suppress-timestamps when systemd logs data
arekm
arekm at pld-linux.org
Sun Nov 5 12:02:33 CET 2017
commit 80486563aa1fa3944f266b1a6d8e6bdbb587bc0f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Nov 5 12:02:27 2017 +0100
- add --suppress-timestamps when systemd logs data
openvpn at .service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openvpn at .service b/openvpn at .service
index a76da7f..c445580 100644
--- a/openvpn at .service
+++ b/openvpn at .service
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openvpn.git/commitdiff/80486563aa1fa3944f266b1a6d8e6bdbb587bc0f
More information about the pld-cvs-commit
mailing list