summaryrefslogtreecommitdiff
path: root/net-proxy/http-replicator/files/http-replicator-3.0.init
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:45:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:45:37 +0100
commita1392efe64137262023d92492396ca9156d22396 (patch)
treede438b2711c7697c4597fb04f07e988586f34233 /net-proxy/http-replicator/files/http-replicator-3.0.init
parente3cf2c86fca1750343c1885311f857f185ee4f2d (diff)
gentoo resync : 13.09.2019
Diffstat (limited to 'net-proxy/http-replicator/files/http-replicator-3.0.init')
-rw-r--r--net-proxy/http-replicator/files/http-replicator-3.0.init20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-proxy/http-replicator/files/http-replicator-3.0.init b/net-proxy/http-replicator/files/http-replicator-3.0.init
deleted file mode 100644
index 7fc3d5e108da..000000000000
--- a/net-proxy/http-replicator/files/http-replicator-3.0.init
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting Http-Replicator"
- start-stop-daemon --start --pidfile /var/run/http-replicator.pid --name http-replicator \
- --exec /usr/bin/http-replicator -- -s -f --pid /var/run/http-replicator.pid --daemon $DAEMON_OPTS
- eend $? "Failed to start Http-Replicator"
-}
-
-stop() {
- ebegin "Stopping Http-Replicator"
- start-stop-daemon --stop --pidfile /var/run/http-replicator.pid --name http-replicator --signal 2
- eend $? "Failed to stop Http-Replicator"
-}