diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:41:32 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:41:32 +0100 |
commit | b02e98ad03bfdf37cb17b56034168d4ad8638823 (patch) | |
tree | 0f8527b388eb9b3260743234199b7f4da704a034 /rootfs/var | |
parent | b9dfdaaa1ae0148dd8a3e78508c636636e7396a6 (diff) |
fix init systemend
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 |