Skip to content

Commit 09f3ebf

Browse files
Fix out-of-date README
1 parent 538f043 commit 09f3ebf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Contents
1212

1313
### Startup ###
1414

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
15+
Any shell files matching `/etc/osg/image-init.d/*.sh` will be sourced
16+
on startup, in lexicographic order, before starting Supervisor.
17+
Descendant images should add files there to perform initialization tasks.

0 commit comments

Comments
 (0)