Skip to content

Commit e520192

Browse files
Merge pull request #92 from opensciencegrid/matyasselmeci-patch-092324
Fix out-of-date README
2 parents 4d8f9b1 + 53fcc37 commit e520192

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 runtime initialization tasks.

0 commit comments

Comments
 (0)