diff --git a/openvpn.changes b/openvpn.changes index f789dd1..90c89fc 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 9 13:29:36 UTC 2023 - Reinhard Max + +- bsc#1123557: --suppress-timestamps isn't needed by default. + ------------------------------------------------------------------- Fri Nov 18 21:40:05 UTC 2022 - Dirk Müller diff --git a/openvpn.service b/openvpn.service index 895ebcb..45496d2 100644 --- a/openvpn.service +++ b/openvpn.service @@ -7,7 +7,7 @@ PartOf=openvpn.target Type=notify PrivateTmp=true PIDFile=/run/openvpn/%i.pid -ExecStart=/usr/sbin/openvpn --daemon openvpn@%i --suppress-timestamps --writepid /run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf +ExecStart=/usr/sbin/openvpn --daemon openvpn@%i --writepid /run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf # boo#1142830: "reload" does not work if openvpn drops root privileges after startup. ExecReload=/usr/bin/kill -HUP $MAINPID diff --git a/openvpn.spec b/openvpn.spec index 275812f..f41d393 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,7 +1,7 @@ # # spec file for package openvpn # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed