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.
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 ofvariables_order=EGPCS
in the system php.ini.