aports/testing/pgqd/pgqd.ini.dist.patch
2026-01-28 14:54:39 +01:00

19 lines
348 B
Diff

pgqd logs to syslog by default, so logfile is unnecessary.
We don't want pgqd daemonize itself, so pidfile is unnecessary.
--- a/pgqd.ini.dist
+++ b/pgqd.ini.dist
@@ -1,10 +1,7 @@
[pgqd]
-# where to log
-logfile = ~/log/pgqd.log
-
-# pidfile
-pidfile = ~/pid/pgqd.pid
+# file path where to write logs
+#logfile =
## optional parameters ##