diff --git a/runners.conf.example b/runners.conf.example index 8ee4186..40ce734 100644 --- a/runners.conf.example +++ b/runners.conf.example @@ -46,6 +46,13 @@ # memory — Docker memory limit (e.g. 2g, 512m). Ignored for native. # Empty = no limit. # +# boot — enum: true, false (default: false). Native runners only. +# "true" = install launchd plist to /Library/LaunchDaemons/ +# (starts at boot before login, requires sudo for install). +# "false" = install to ~/Library/LaunchAgents/ +# (starts at login, no sudo needed). +# Ignored for docker runners. +# # STARTER ENTRIES (uncomment and edit): #[unraid-runner] @@ -80,3 +87,4 @@ #capacity = 1 #cpu = #memory = +#boot = false