Add vrf, 8021q, dummy modules
This commit is contained in:
parent
85180a63b8
commit
96fb8971dc
main/nnd-s6-services
@ -3,7 +3,7 @@
|
||||
. ../../APKBUILD.template
|
||||
|
||||
pkgname=nnd-s6-services
|
||||
pkgver=2.15
|
||||
pkgver=2.16
|
||||
pkgrel=0
|
||||
pkgdesc="Base services for s6"
|
||||
depends="s6-rc s6-portable-utils s6-linux-utils"
|
||||
|
4
main/nnd-s6-services/rc/module.8021q/down
Normal file
4
main/nnd-s6-services/rc/module.8021q/down
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE 8021q
|
||||
|
||||
exec /usr/libexec/nnd/s6/rmmod
|
0
main/nnd-s6-services/rc/module.8021q/flag-essential
Normal file
0
main/nnd-s6-services/rc/module.8021q/flag-essential
Normal file
1
main/nnd-s6-services/rc/module.8021q/type
Normal file
1
main/nnd-s6-services/rc/module.8021q/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
4
main/nnd-s6-services/rc/module.8021q/up
Normal file
4
main/nnd-s6-services/rc/module.8021q/up
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE 8021q
|
||||
|
||||
exec /usr/libexec/nnd/s6/modprobe
|
4
main/nnd-s6-services/rc/module.dummy/down
Normal file
4
main/nnd-s6-services/rc/module.dummy/down
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE dummy
|
||||
|
||||
exec /usr/libexec/nnd/s6/rmmod
|
0
main/nnd-s6-services/rc/module.dummy/flag-essential
Normal file
0
main/nnd-s6-services/rc/module.dummy/flag-essential
Normal file
1
main/nnd-s6-services/rc/module.dummy/type
Normal file
1
main/nnd-s6-services/rc/module.dummy/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
4
main/nnd-s6-services/rc/module.dummy/up
Normal file
4
main/nnd-s6-services/rc/module.dummy/up
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE dummy
|
||||
|
||||
exec /usr/libexec/nnd/s6/modprobe
|
4
main/nnd-s6-services/rc/module.vrf/down
Normal file
4
main/nnd-s6-services/rc/module.vrf/down
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE vrf
|
||||
|
||||
exec /usr/libexec/nnd/s6/rmmod
|
0
main/nnd-s6-services/rc/module.vrf/flag-essential
Normal file
0
main/nnd-s6-services/rc/module.vrf/flag-essential
Normal file
1
main/nnd-s6-services/rc/module.vrf/type
Normal file
1
main/nnd-s6-services/rc/module.vrf/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
4
main/nnd-s6-services/rc/module.vrf/up
Normal file
4
main/nnd-s6-services/rc/module.vrf/up
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export MODULE vrf
|
||||
|
||||
exec /usr/libexec/nnd/s6/modprobe
|
Loading…
Reference in New Issue
Block a user