SHA256
1
0
forked from pool/openvpn

Accepting request 1057073 from network:vpn

- bsc#1123557: --suppress-timestamps isn't needed by default.

OBS-URL: https://build.opensuse.org/request/show/1057073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2023-01-10 13:59:28 +00:00 committed by Git OBS Bridge
commit 53c2799bf8
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 9 13:29:36 UTC 2023 - Reinhard Max <max@suse.com>
- bsc#1123557: --suppress-timestamps isn't needed by default.
-------------------------------------------------------------------
Fri Nov 18 21:40:05 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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

View File

@ -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