Accepting request 953116 from home:fbonazzi:branches:server:irc
- Fix bitlbee runtime directory (bsc#1193230) * create service runtime directory with correct SELinux context Modified: * bitlbee.service-suse.in OBS-URL: https://build.opensuse.org/request/show/953116 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=46
This commit is contained in:
parent
6cbfe26960
commit
c2ef74a20f
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 10 09:16:15 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
- Fix bitlbee runtime directory (bsc#1193230)
|
||||||
|
* create service runtime directory with correct SELinux context
|
||||||
|
Modified:
|
||||||
|
* bitlbee.service-suse.in
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 08:20:54 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Wed Aug 25 08:20:54 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,8 +28,7 @@ ProtectControlGroups=true
|
|||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
# end of automatic additions
|
# end of automatic additions
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStartPre=/usr/bin/mkdir -p /run/bitlbee
|
RuntimeDirectory=bitlbee
|
||||||
ExecStartPre=/usr/bin/chown bitlbee.bitlbee /run/bitlbee
|
|
||||||
ExecStart=/usr/sbin/bitlbee -F -u bitlbee
|
ExecStart=/usr/sbin/bitlbee -F -u bitlbee
|
||||||
PIDFile=/run/bitlbee/bitlbee.pid
|
PIDFile=/run/bitlbee/bitlbee.pid
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
Loading…
Reference in New Issue
Block a user