Replies: 2 comments
-
Hi, did you ever figure this out? I have the same question - how do I auto start this bot on mac? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am able to just open the Java app, goto my mac settings and add it to the
login items. Pulls up the GUI but does work as expected
…On Sun, Jul 2, 2023 at 11:10 PM linkx2252 ***@***.***> wrote:
Hi, did you ever figure this out? I have the same question - how do I auto
start this bot on mac?
—
Reply to this email directly, view it on GitHub
<#1167 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHJZCHJWLEMNAIUGON6LVDXOIZYXANCNFSM5VDTEAFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
Hi,
I currently host the bot on macos on a mac mini with m1. If I double click on the jar or use a bash script to start up the java executable in a command line, the bot works perfectly fine. My idea was to automate the bot starting so that I wouldn't have to manually start the bot whenever my computer restarts.
To solve this, I attempted to use launch agents. When I start up the bot using the shell script wrapped in a LaunchAgent, the bot gives terrible preformance so I have to restart the launch agent. My launch agent gives the app executable permissions so it should have the full resources.
I don't really expect the main project to handle this kind of use case. I'm moreso just baffled on why my launch agent doesn't work on startup and/or if any of the community has a better idea to start up the bot on mac.
Beta Was this translation helpful? Give feedback.
All reactions