Support defining a custom reboot command

This commit is contained in:
Phil Bolduc
2024-03-03 16:52:31 -08:00
parent f175716339
commit 0b94640930
5 changed files with 8 additions and 0 deletions

View File

@@ -160,6 +160,10 @@ custom_registries_yaml: |
username: yourusername
password: yourpassword
# On some distros like Diet Pi, there is no dbus installed. dbus required by the default reboot command.
# Uncomment if you need a custom reboot command
# custom_reboot_command: /usr/sbin/shutdown -r now
# Only enable and configure these if you access the internet through a proxy
# proxy_env:
# HTTP_PROXY: "http://proxy.domain.local:3128"