commit d50c89c58151a436f2d1e592d31303d076b32251
parent 905fceeac4e7039c282032cfaa1aac3e7922b116
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 23 Aug 2025 05:43:53 +0200
fix after targets for systemd service files
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/challenger-httpd.service b/debian/challenger-httpd.service
@@ -1,5 +1,6 @@
[Unit]
Description=Challenger backend
+After=postgresql.service network.target
[Service]
User=challenger-httpd
@@ -10,7 +11,6 @@ RestartSec=1s
RestartPreventExitStatus=2 3 4 5 6 9
RuntimeMaxSec=3600s
ExecStart=/usr/bin/challenger-httpd -c /etc/challenger/challenger.conf -L INFO
-
StandardOutput=journal
StandardError=journal