(define-module (tw services) #:use-module (guix gexp)) (define-public %httpd-cert-deploy-hook (program-file "httpd-cert-deploy-hook" #~(kill (call-with-input-file "/var/run/httpd" read) SIGHUP)))