Accepting request 561794 from home:jsjhb:branches:network:dhcp

- add PIDFile= setting to dhcrelay.service, without this systemd
  stops the service immediately after starting

OBS-URL: https://build.opensuse.org/request/show/561794
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=184
This commit is contained in:
Nirmoy Das 2018-02-15 12:29:40 +00:00 committed by Git OBS Bridge
parent fabf7e7364
commit 5a5d3d032e
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,12 @@ Tue Jan 16 16:15:45 CET 2018 - ndas@suse.de
- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144)
[ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]
-------------------------------------------------------------------
Fri Jan 5 07:30:46 UTC 2018 - obs@botter.cc
- add PIDFile= setting to dhcrelay.service, without this systemd
stops the service immediately after starting
-------------------------------------------------------------------
Wed Dec 13 15:52:25 UTC 2017 - mchandras@suse.de

View File

@ -8,6 +8,7 @@ Type=forking
Restart=on-abort
ExecStart=/usr/lib/dhcp/dhcrelay -4 start
ExecStop=/usr/lib/dhcp/dhcrelay -4 stop
PIDFile=/var/run/dhcrelay.pid
[Install]
WantedBy=multi-user.target