aboutsummaryrefslogtreecommitdiff
path: root/tw/services.scm
blob: 2ef1129873aa8d8ce068c0912dfd6ef0c45c8e3e (about) (plain)
1
2
3
4
5
6
(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)))