summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/lldpd/files/lldpd-initd-4')
-rw-r--r--net-misc/lldpd/files/lldpd-initd-420
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/lldpd/files/lldpd-initd-4 b/net-misc/lldpd/files/lldpd-initd-4
deleted file mode 100644
index 2cd3fe1eeb74..000000000000
--- a/net-misc/lldpd/files/lldpd-initd-4
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-name=lldpd
-pidfile=/run/lldpd.pid
-command=/usr/sbin/lldpd
-retry="TERM/10/KILL/5"
-command_args="${LLDPD_OPTS}"
-
-depend() {
- use net
-}
-
-start_pre() {
- checkpath --directory /run/lldpd
-}
-
-# vim:ft=gentoo-init-d:noet:ts=4:sts=4:sw=4: