Lucian Corduneanu
Results
1
comments of
Lucian Corduneanu
You can use a process control system like http://supervisord.org/ This is how I configure it ``` [program:my_program] command = /path/to/command.sh directory = /path/to/dir user = my_username autostart = true autorestart...