monitoror icon indicating copy to clipboard operation
monitoror copied to clipboard

Exit the terminal without terminating monitoror

Open oviliz opened this issue 4 years ago • 4 comments

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.

oviliz avatar Mar 12 '20 14:03 oviliz

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 :)

Alex-D avatar Mar 12 '20 14:03 Alex-D

Great, screen -d -m ./monitoror is good enough for me so I can automate this easily. Thanks.

oviliz avatar Mar 12 '20 14:03 oviliz

Take a look to Raspberry pi Guide to setup auto start with systemd if you want ^^

Systemd is a linux standard to start daemon

jsdidierlaurent avatar Mar 12 '20 14:03 jsdidierlaurent

Happy to ad a sample unit file if you tell me where to put it :)

taigrr avatar Apr 22 '20 02:04 taigrr