Accepting request 357960 from home:dirkmueller:branches:network:utilities

- nbd-server.service: implement reload

OBS-URL: https://build.opensuse.org/request/show/357960
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=39
This commit is contained in:
Martin Pluskal 2016-02-05 18:49:20 +00:00 committed by Git OBS Bridge
parent 9ab3394b6f
commit e01cc9c330
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@ After=syslog.target network.target
Type=forking
EnvironmentFile=/etc/sysconfig/nbd-server
ExecStart=/usr/bin/nbd-server $OPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
PIDFile=/run/nbd-server.pid
[Install]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 5 17:11:09 UTC 2016 - dmueller@suse.com
- nbd-server.service: implement reload
-------------------------------------------------------------------
Sat Jan 23 16:59:39 UTC 2016 - mpluskal@suse.com