mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 10:52:03 +02:00
19 lines
348 B
Diff
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 ##
|
|
|