@barrowclift Following your wiregaurd tutorial for mac os. Thankyou so much for putting this together. Ive got it all configured correctly but the launchD isnt loading on reboot before the login window. it will load once logged in. Is this a security thing with ventura? i did confirm the plist is in the top most directory in /Library/LaunchDaemons

@CyberCory Huh, you know what, this is something I never really considered. I have my server set to automatically log in on reboots, so it never occurred to me to check if the daemon starts *prior to any user login*.

I don't think the instructions as written support this, however, it appears this should be possible with a few adjustments, check this out: https://stackoverflow.com/q/74664759

LaunchDaemon service on MacOS not running until user signs in

I have an app service I want to start at system startup with a plist file: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd&quo...

Stack Overflow
@CyberCory Once I have a free weekend I'll see if I can get this working in my own setup and update the guide to reflect the refined steps after I've confirmed it works. Thanks for reaching out about this!