File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
classic/etc/s6-overlay/s6-rc.d Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
echo " STARTING - $( date) "
3
-
4
- # Set the limit to the same value Docker has been using in earlier version.
5
- ulimit -n 1048576
Original file line number Diff line number Diff line change 1
1
#!/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
+
2
6
echo "Starting dbus"
3
7
exec s6-notifyoncheck dbus-daemon --system --nofork --nopidfile
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
echo " STARTING - $( date) "
3
-
4
- # Set the limit to the same value Docker has been using in earlier version.
5
- ulimit -n 1048576
Original file line number Diff line number Diff line change 1
1
#!/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
+
2
6
echo "Starting dbus"
3
7
exec s6-notifyoncheck dbus-daemon --system --nofork --nopidfile
You can’t perform that action at this time.
0 commit comments