aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2009-02-11 14:45:09 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2009-02-11 14:45:09 +0000
commitff14c4cb3f382c68868e80077d9c6bb75eeb5935 (patch)
tree1ad61cc17b43f8eab5be5acabe364bd5e0eb82e3
parentb9c8892751fd8306f8f00293ed3714df19ea2ba0 (diff)
downloadaports-ff14c4cb3f382c68868e80077d9c6bb75eeb5935.tar.bz2
aports-ff14c4cb3f382c68868e80077d9c6bb75eeb5935.tar.xz
3dm2: removed pidfile from init and use exec option.
-rw-r--r--3dm2/3dm2.initd2
1 files changed, 0 insertions, 2 deletions
diff --git a/3dm2/3dm2.initd b/3dm2/3dm2.initd
index 891ecae81f..bf09e9754d 100644
--- a/3dm2/3dm2.initd
+++ b/3dm2/3dm2.initd
@@ -10,7 +10,6 @@ depend() {
start() {
ebegin "Starting ${NAME}"
start-stop-daemon --start --quiet --background \
- --make-pidfile --pidfile /var/run/${NAME}.pid \
--exec ${DAEMON} -- ${OPTS}
eend $?
}
@@ -19,6 +18,5 @@ stop() {
ebegin "Stopping ${NAME}"
start-stop-daemon --stop --quiet \
--exec ${DAEMON} \
- --pidfile /var/run/${NAME}.pid \
eend $?
}