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
@@ -6,13 +6,13 @@
6depend() { 6depend() {
7 before apache apache2 7 before apache apache2
8} 8}
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
16stop() { 16stop() {
17 ebegin "Stopping pglogd" 17 ebegin "Stopping pglogd"
18 start-stop-daemon --stop --quiet --pidfile /var/run/pglogd.pid 18 start-stop-daemon --stop --quiet --pidfile /var/run/pglogd.pid