Running tbot on MacOS with launchd #65192
webvictim
started this conversation in
Show and tell
Replies: 1 comment
-
|
See also https://goteleport.com/docs/ver/19.x/installation/macos/#running-teleport-services-on-macos |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To run tbot persistently on MacOS, you'll need to use
launchd.Following these instructions will automatically run
tbotwhen your Mac starts, no need to have a user log on.This assumes:
/var/lib/openclaw-tbot/var/lib/openclaw-tbot/logsudo mkdir -p /var/lib/openclaw-tbot/log/etc/tbot.yamlclaw/Library/LaunchDaemons/com.goteleport.tbot.plistwith these contents:If you need to stop the service again, use
sudo launchctl bootout system /Library/LaunchDaemons/com.goteleport.tbot.plistMy bot config is also listed here for posterity.
Beta Was this translation helpful? Give feedback.
All reactions