Allow for custom user-supplied startup scripts

This commit is contained in:
cytopia
2018-12-24 13:20:52 +01:00
parent 4f1a054f8c
commit 023ad2af60
4 changed files with 67 additions and 1 deletions

View File

@@ -206,6 +206,12 @@ run "chmod 0755 /shared/httpd" "${DEBUG_LEVEL}"
update_ca_certificates "/ca" "${DEBUG_LEVEL}"
###
### Run custom user supplied scripts
###
execute_custom_scripts "/startup.d" "${DEBUG_LEVEL}"
###
### Startup
###