monitoror
monitoror copied to clipboard
Exit the terminal without terminating monitoror
Sorry if this is so basic. I've tried a few options which you would normally do with bash scripts but couldn't get anything to work.
Hey!
I see two main possibilities:
- use
screen
: quick and dirty - create a daemon: robust solution
We will work on some guides to do that in the next few weeks :)
Great, screen -d -m ./monitoror
is good enough for me so I can automate this easily. Thanks.
Take a look to Raspberry pi Guide to setup auto start with systemd if you want ^^
Systemd is a linux standard to start daemon
Happy to ad a sample unit file if you tell me where to put it :)