From b435ff833f4f1ad86f611131f1f754e364e96caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Wed, 9 Oct 2019 12:23:46 +0200 Subject: [PATCH] Updated Custom Startup Scripts (markdown) --- Custom-Startup-Scripts.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Custom-Startup-Scripts.md b/Custom-Startup-Scripts.md index f246fe1..c0e3064 100644 --- a/Custom-Startup-Scripts.md +++ b/Custom-Startup-Scripts.md @@ -24,6 +24,11 @@ if created: my_custom_field.obj_type.add(device_type) ``` +## Default Scripts + +There's a bunch of scripts that come pre-built with the Netbox Docker image. +The [wiki page "Initializers"](Initializers) explains how to use them. + ## Disable Startup Scripts -The execution of the startup scripts can be prevented by setting the environment variable `SKIP_STARTUP_SCRIPTS` to `true`, e.g. in the file `env/netbox.env`. +The execution of the startup scripts can be prevented by setting the environment variable `SKIP_STARTUP_SCRIPTS` to `true`, e.g. in the file `env/netbox.env`. \ No newline at end of file