Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Github Actions on OSX results in "Could not find domain for port (Aqua)"

I've followed the directions here, but when I run ./svc.sh run, I receive the following error:

Could not find domain for port (Aqua)

I'm SSH-ing into a box to run this command, it seems to work fine when I'm not in a headless session, but I need this to be headless and as a background service. Anyone else run into this?

like image 336
futbolpal Avatar asked Feb 25 '20 04:02

futbolpal


1 Answers

I was able to resolve this, addressed here

sudo cp {/Users/xxx/Library/LaunchAgents,/Library/LaunchDaemons}/your.plist

I was able to reboot my machine without logging in and see the runner active

like image 185
futbolpal Avatar answered Nov 15 '22 23:11

futbolpal