mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
services: bitlbee: Read the PID file.
* gnu/services/networking.scm (bitlbee-shepherd-service): Pass #:pid-file to 'make-forkexec-constructor'.
This commit is contained in:
parent
f2c66fbe1f
commit
b9a5efa596
1 changed files with 2 additions and 1 deletions
|
@ -629,7 +629,8 @@ (define bitlbee-shepherd-service
|
||||||
(requirement '(user-processes loopback))
|
(requirement '(user-processes loopback))
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list (string-append #$bitlbee "/sbin/bitlbee")
|
(list (string-append #$bitlbee "/sbin/bitlbee")
|
||||||
"-n" "-F" "-u" "bitlbee" "-c" #$conf)))
|
"-n" "-F" "-u" "bitlbee" "-c" #$conf)
|
||||||
|
#:pid-file "/var/run/bitlbee.pid"))
|
||||||
(stop #~(make-kill-destructor))))))))
|
(stop #~(make-kill-destructor))))))))
|
||||||
|
|
||||||
(define %bitlbee-accounts
|
(define %bitlbee-accounts
|
||||||
|
|
Loading…
Reference in a new issue