diff options
Diffstat (limited to 'net-misc/lldpd/files')
-rw-r--r-- | net-misc/lldpd/files/lldpd-initd-5 | 20 | ||||
-rw-r--r-- | net-misc/lldpd/files/tmpfilesd | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/lldpd/files/lldpd-initd-5 b/net-misc/lldpd/files/lldpd-initd-5 new file mode 100644 index 00000000000..5d59f2c78d0 --- /dev/null +++ b/net-misc/lldpd/files/lldpd-initd-5 @@ -0,0 +1,20 @@ +#!/sbin/openrc-run +# Copyright 1999-2016 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 -o lldpd -m 0700 +} + +# vim:ft=gentoo-init-d:noet:ts=4:sts=4:sw=4: diff --git a/net-misc/lldpd/files/tmpfilesd b/net-misc/lldpd/files/tmpfilesd new file mode 100644 index 00000000000..5e3af548a58 --- /dev/null +++ b/net-misc/lldpd/files/tmpfilesd @@ -0,0 +1 @@ +d /run/lldpd 0700 lldpd lldpd - |