my127 / workspace

Development environment tooling
MIT License
16 stars 13 forks source link

Fix global services not starting on macOS Sonoma #163

Closed kierenevans closed 9 months ago

kierenevans commented 9 months ago

My gut feeling is that macOS Sonoma does not like files named something.service.

When calling ws global service proxy restart for example, the output is nothing, the exit code is 0, it just does nothing!

When experimenting, copying the file to a different name let it execute, however as the code referred to ws.service for launching services, we couldn't get things fully working. It may also be the way the home directory folder gets installed, so this may not be the issue.

Let's test this out for people that are having this issue.

Also fixed an issue with #149 on my system where variables_order=GPCS instead of variables_order=EGPCS in the system php.ini.

andytson-inviqa commented 9 months ago

what's strange though is it works fine for me on MacOS Sonoma, although aws it uses my host aws

dash is definitely more standard for cli plugin systems though