summaryrefslogtreecommitdiff
path: root/www-misc/pglogd/files/pglogd.init
Side-by-side diff
Diffstat (limited to 'www-misc/pglogd/files/pglogd.init') (more/less context) (ignore whitespace changes)
-rw-r--r--www-misc/pglogd/files/pglogd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/pglogd/files/pglogd.init b/www-misc/pglogd/files/pglogd.init
index ce7108f..2fdc872 100644
--- a/www-misc/pglogd/files/pglogd.init
+++ b/www-misc/pglogd/files/pglogd.init
@@ -9,7 +9,7 @@ depend() {
start() {
ebegin "Starting pglogd"
- start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pglogd.pid --exec /usr/sbin/pglogd -- -c /etc/pglogd.conf
+ start-stop-daemon --background --start --quiet --make-pidfile --pidfile /var/run/pglogd.pid --exec /usr/sbin/pglogd -- -c /etc/pglogd.conf -f
eend $?
}