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.
2 parents 4d8f9b1 + 53fcc37 commit e520192Copy full SHA for e520192
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 runtime initialization tasks.
0 commit comments