summaryrefslogtreecommitdiff
path: root/www-misc/pglogd/files/pglogd.init
Unidiff
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() {
9 9
10start() { 10start() {
11 ebegin "Starting pglogd" 11 ebegin "Starting pglogd"
12 start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pglogd.pid --exec /usr/sbin/pglogd -- -c /etc/pglogd.conf 12 start-stop-daemon --background --start --quiet --make-pidfile --pidfile /var/run/pglogd.pid --exec /usr/sbin/pglogd -- -c /etc/pglogd.conf -f
13 eend $? 13 eend $?
14} 14}
15 15