~ruther/guix-local

b9a5efa59673dc9061714a9b0b15b43696bfd38c — Ludovic Courtès 9 years ago f2c66fb
services: bitlbee: Read the PID file.

* gnu/services/networking.scm (bitlbee-shepherd-service): Pass
  #:pid-file to 'make-forkexec-constructor'.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/services/networking.scm
M gnu/services/networking.scm => gnu/services/networking.scm +2 -1
@@ 629,7 629,8 @@ project's documentation} for more information."
              (requirement '(user-processes loopback))
              (start #~(make-forkexec-constructor
                        (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))))))))

(define %bitlbee-accounts