diff options
Diffstat (limited to 'rootfs/var')
-rwxr-xr-x | rootfs/var/service/httpd/run | 2 | ||||
-rwxr-xr-x | rootfs/var/service/ifplugd/run | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/rootfs/var/service/httpd/run b/rootfs/var/service/httpd/run new file mode 100755 index 0000000..477041c --- /dev/null +++ b/rootfs/var/service/httpd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec httpd -f diff --git a/rootfs/var/service/ifplugd/run b/rootfs/var/service/ifplugd/run new file mode 100755 index 0000000..cef959a --- /dev/null +++ b/rootfs/var/service/ifplugd/run @@ -0,0 +1,3 @@ +#!/bin/sh +# automatically link hot-plugged ethernet connections +exec ifplugd -n |