created preentry script to help with local development
This commit is contained in:
parent
919d139b6b
commit
4ef67d6071
4 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
# run preentry script to install any local depencencies / file mods
|
||||
/opt/netbox/preentry.sh
|
||||
|
||||
SECONDS=${HOUSEKEEPING_INTERVAL:=86400}
|
||||
echo "Interval set to ${SECONDS} seconds"
|
||||
while true; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue