We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f043 commit 09f3ebfCopy full SHA for 09f3ebf
README.md
@@ -12,9 +12,6 @@ Contents
12
13
### Startup ###
14
15
-The startup order of scripts in this image is as follows:
16
-
17
-1. `/usr/local/sbin/image_init.sh` - To be replaced by descendant images, if necessary
18
-1. `/usr/local/sbin/pod_init.sh` - To be replaced by descendant images, if necessary
19
-1. `/usr/local/sbin/image_post_init.sh` - To be replaced by descendant images, if necessary
20
-1. Supervisor
+Any shell files matching `/etc/osg/image-init.d/*.sh` will be sourced
+on startup, in lexicographic order, before starting Supervisor.
+Descendant images should add files there to perform initialization tasks.
0 commit comments