From 5f6b68f1d187afe568c4af760f8c6c22dabfb036 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 21 Feb 2007 00:35:18 +0000 Subject: www-misc/pglogd --- (limited to 'www-misc/pglogd/files/pglogd.init') diff --git a/www-misc/pglogd/files/pglogd.init b/www-misc/pglogd/files/pglogd.init new file mode 100644 index 0000000..ce7108f --- a/dev/null +++ b/www-misc/pglogd/files/pglogd.init @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/pglogd/files/pglogd.init,v 1.1 2005/05/10 05:07:57 nakano Exp $ + +depend() { + before apache apache2 +} + +start() { + ebegin "Starting pglogd" + start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pglogd.pid --exec /usr/sbin/pglogd -- -c /etc/pglogd.conf + eend $? +} + +stop() { + ebegin "Stopping pglogd" + start-stop-daemon --stop --quiet --pidfile /var/run/pglogd.pid + eend $? +} -- cgit v0.9.0.2