|
|
|
|
|
by ThinkBeat
1657 days ago
|
|
How do you handle if it goes down?
How are you executing it, or with what? At the very basic level you can SSH, and type in the command.
Bobs your uncle.
Then unless you something it shuts down when you end your session. You can just set it to execute in the background with basic sh
or something like tmux. Or do you set it up in systemd to be watched and restarted if something goes wrong? |
|