You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if you would be able to include the UNIX commands for "Running Pat as a background service" on Mac. I've figured out that the UNIX command is lunchctl, but the command "sudo launchctl start gui/$UID/pat" doesn't give a new pat process under ps the way the command "pat http" does.
The text was updated successfully, but these errors were encountered:
Every Unix handles this different (though most still use BSD's init in some form, AFAIK). LaunchCtl is a special, unique creature that has a lot of quirks owing to macOS' tighter sandboxing and security requirements.
The solution here would be providing the necessary launchDaemon files, either in package or via documentation.
It'd be great if you would be able to include the UNIX commands for "Running Pat as a background service" on Mac. I've figured out that the UNIX command is lunchctl, but the command "sudo launchctl start gui/$UID/pat" doesn't give a new pat process under ps the way the command "pat http" does.
The text was updated successfully, but these errors were encountered: