diff options
Diffstat (limited to 'xi/s6/rc.local')
-rw-r--r-- | xi/s6/rc.local | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xi/s6/rc.local b/xi/s6/rc.local new file mode 100644 index 0000000..c266bff --- /dev/null +++ b/xi/s6/rc.local @@ -0,0 +1,6 @@ +#!/bin/sh +# +# Enter custom commands here. By default, they will be executed on startup with the +# "boot" bundle before running services. If you need these commands to wait on certain +# services being up, you can edit the /etc/s6/sv/rc-local/dependencies file and then +# recompile the database. |