Skip to content

Commit aade1b3

Browse files
committed
Move the ulimit -n call from 01-startup/script.sh to the 02-dbus/run
1 parent 0d96857 commit aade1b3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#!/bin/sh
22
echo "STARTING - $(date)"
3-
4-
# Set the limit to the same value Docker has been using in earlier version.
5-
ulimit -n 1048576
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/command/with-contenv sh
2+
3+
# Set the limit to the same value Docker has been using in earlier version.
4+
ulimit -n 1048576
5+
26
echo "Starting dbus"
37
exec s6-notifyoncheck dbus-daemon --system --nofork --nopidfile
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#!/bin/sh
22
echo "STARTING - $(date)"
3-
4-
# Set the limit to the same value Docker has been using in earlier version.
5-
ulimit -n 1048576
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/command/with-contenv sh
2+
3+
# Set the limit to the same value Docker has been using in earlier version.
4+
ulimit -n 1048576
5+
26
echo "Starting dbus"
37
exec s6-notifyoncheck dbus-daemon --system --nofork --nopidfile

0 commit comments

Comments
 (0)