I am not in front of my mac at the moment to test but you should be able to use either of these commands to keep a process running while still closing the terminal:
yes > /dev/null & exit
OR
nohup yes > /dev/null &
Ill share my script to run it at startup when I get back in front of my mac
BUT you are right we shouldn't need workarounds to run $2K hardware
[doublepost=1502397608][/doublepost]I just tested this and it works as advertised. Here is a quick way to create a startup script to do this automatically at login:
start Automator.app
Select "Application"
click "Show library" in the toolbar (if hidden)
Add "Run shell script" (from the Actions/Utilities)
type in "yes > /dev/null &"
Save it somewhere(documents folder, or desktop or applications folder), as "something.command" (example "workaround.command")
Go to System Preferences -> Accounts -> Login items
Add this new app as a startup item under your user account
done
logout and log back in to test
yes > /dev/null & exit
OR
nohup yes > /dev/null &
Ill share my script to run it at startup when I get back in front of my mac
BUT you are right we shouldn't need workarounds to run $2K hardware
[doublepost=1502397608][/doublepost]I just tested this and it works as advertised. Here is a quick way to create a startup script to do this automatically at login:
start Automator.app
Select "Application"
click "Show library" in the toolbar (if hidden)
Add "Run shell script" (from the Actions/Utilities)
type in "yes > /dev/null &"
Save it somewhere(documents folder, or desktop or applications folder), as "something.command" (example "workaround.command")
Go to System Preferences -> Accounts -> Login items
Add this new app as a startup item under your user account
done
logout and log back in to test