I wrote a console app, MacOS, and want it to run in the background like a service. I demonized it but it still opens the terminal window when starting. How do I make it silent? Thanks!
Hi @William_OKeefe,
Check this guide from Apple for creating this kind of services:
The section you’re looking for is probably this one:
Thanks Ricardo! I will investigate those references.
1 Like