Add lldpd
This commit is contained in:
parent
111440216a
commit
5563c36938
@ -3,8 +3,8 @@
|
||||
. ../../APKBUILD.template
|
||||
|
||||
pkgname=nnd-s6-services
|
||||
pkgver=2.60
|
||||
pkgrel=3
|
||||
pkgver=2.61
|
||||
pkgrel=2
|
||||
pkgdesc="Base services for s6"
|
||||
depends="s6-rc s6-portable-utils s6-linux-utils"
|
||||
builddir="$srcdir/"
|
||||
|
1
main/nnd-s6-services/rc/dir.run-lldpd/type
Normal file
1
main/nnd-s6-services/rc/dir.run-lldpd/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
4
main/nnd-s6-services/rc/dir.run-lldpd/up
Normal file
4
main/nnd-s6-services/rc/dir.run-lldpd/up
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export DIR /run/lldpd
|
||||
|
||||
/usr/libexec/nnd/s6/dir
|
1
main/nnd-s6-services/rc/lldpd/producer-for
Normal file
1
main/nnd-s6-services/rc/lldpd/producer-for
Normal file
@ -0,0 +1 @@
|
||||
logger.lldpd
|
7
main/nnd-s6-services/rc/lldpd/run
Executable file
7
main/nnd-s6-services/rc/lldpd/run
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/execlineb -P
|
||||
s6-envdir -i /etc/s6/env/path
|
||||
emptyenv -p
|
||||
|
||||
fdmove -c 2 1
|
||||
|
||||
lldpd -d
|
1
main/nnd-s6-services/rc/lldpd/type
Normal file
1
main/nnd-s6-services/rc/lldpd/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
1
main/nnd-s6-services/rc/logger.lldpd/consumer-for
Normal file
1
main/nnd-s6-services/rc/logger.lldpd/consumer-for
Normal file
@ -0,0 +1 @@
|
||||
lldpd
|
1
main/nnd-s6-services/rc/logger.lldpd/notification-fd
Normal file
1
main/nnd-s6-services/rc/logger.lldpd/notification-fd
Normal file
@ -0,0 +1 @@
|
||||
3
|
4
main/nnd-s6-services/rc/logger.lldpd/run
Executable file
4
main/nnd-s6-services/rc/logger.lldpd/run
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export NAME lldpd
|
||||
|
||||
/usr/libexec/nnd/s6/logger
|
1
main/nnd-s6-services/rc/logger.lldpd/type
Normal file
1
main/nnd-s6-services/rc/logger.lldpd/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
Loading…
Reference in New Issue
Block a user