Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Contents

### Startup ###

The startup order of scripts in this image is as follows:

1. `/usr/local/sbin/image_init.sh` - To be replaced by descendant images, if necessary
1. `/usr/local/sbin/pod_init.sh` - To be replaced by descendant images, if necessary
1. `/usr/local/sbin/image_post_init.sh` - To be replaced by descendant images, if necessary
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.