Add auto_reboot setting (#5)

Add an auto_reboot setting that determines whether the server will automatically reboot when the inventory changes (e.g., when the config notecard or handler scripts are updated).
This commit is contained in:
Anna Puddles
2023-05-19 10:41:48 -04:00
committed by GitHub
parent 6e4d14c1f3
commit 796dee0251
2 changed files with 10 additions and 4 deletions

View File

@@ -16,6 +16,9 @@ status_update_interval = 1
# Whether to automatically start the server, or wait for another script to start it.
auto_start = 1
# Whether to automatically reboot the server when the inventory changes.
auto_reboot = 0
# Whether any hover text will be displayed
text_enabled = 1