Remove redundant exec

This commit is contained in:
Alex D. 2023-05-11 09:38:23 +00:00
parent 9fe36415a9
commit 26a7f0e457
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE 8021q
exec /usr/libexec/nnd/s6/rmmod
/usr/libexec/nnd/s6/rmmod

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE 8021q
exec /usr/libexec/nnd/s6/modprobe
/usr/libexec/nnd/s6/modprobe

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE dummy
exec /usr/libexec/nnd/s6/rmmod
/usr/libexec/nnd/s6/rmmod

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE dummy
exec /usr/libexec/nnd/s6/modprobe
/usr/libexec/nnd/s6/modprobe

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vfio
exec /usr/libexec/nnd/s6/rmmod
/usr/libexec/nnd/s6/rmmod

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vfio
exec /usr/libexec/nnd/s6/modprobe
/usr/libexec/nnd/s6/modprobe

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vhost_net
exec /usr/libexec/nnd/s6/rmmod
/usr/libexec/nnd/s6/rmmod

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vhost_net
exec /usr/libexec/nnd/s6/modprobe
/usr/libexec/nnd/s6/modprobe

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vrf
exec /usr/libexec/nnd/s6/rmmod
/usr/libexec/nnd/s6/rmmod

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export MODULE vrf
exec /usr/libexec/nnd/s6/modprobe
/usr/libexec/nnd/s6/modprobe