Skip to content
Snippets Groups Projects
Unverified Commit b9a5efa5 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

services: bitlbee: Read the PID file.

* gnu/services/networking.scm (bitlbee-shepherd-service): Pass
  #:pid-file to 'make-forkexec-constructor'.
parent f2c66fbe
No related branches found
No related tags found
No related merge requests found
...@@ -629,7 +629,8 @@ (define bitlbee-shepherd-service ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment