diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-25 12:48:15 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-25 12:48:15 +0800 |
| commit | 0b386ca2ee22bb0ed2d60c0a358b67cddd4420df (patch) | |
| tree | 8777068bcb1db7627ad60037b94af9a566cd03a1 /repos/core/busybox/inetd.run | |
| parent | 3db891211c9380fde90c770a1f9e089edb826d0c (diff) | |
| download | alicelinux-0b386ca2ee22bb0ed2d60c0a358b67cddd4420df.tar.gz alicelinux-0b386ca2ee22bb0ed2d60c0a358b67cddd4420df.zip | |
busybox: updated to 1.37.0
Diffstat (limited to 'repos/core/busybox/inetd.run')
| -rwxr-xr-x | repos/core/busybox/inetd.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repos/core/busybox/inetd.run b/repos/core/busybox/inetd.run new file mode 100755 index 00000000..7c902fc1 --- /dev/null +++ b/repos/core/busybox/inetd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec inetd -f 2>&1 |