services: ntp: Allow large adjustment by default.
[jackhill/guix/guix.git] / gnu / services / web.scm
index 35efddb..5697123 100644 (file)
@@ -682,7 +682,8 @@ of index files."
        (system* (string-append #$nginx "/sbin/nginx")
                 "-c" #$(or file
                            (default-nginx-config config))
-                  "-t"))))
+                "-p" #$run-directory
+                "-t"))))
 
 (define (nginx-shepherd-service config)
   (match-record config