From debf89971a9be0be06499338a31c5c25ef2f26d2 Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 08:24:54 -0500 Subject: [PATCH] feat: add boot option for native runners in configuration example --- runners.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) 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