Skip to content

A script for rebooting a list of processes that eneded for any reason

License

Notifications You must be signed in to change notification settings

Mirai-Miki/proc-reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

proc-reboot

A python script for unix based systems that runs a list of processes and restarts them when they end for any reason.

PROC - is the list of process Paths. Add any processes you wish to run to this list.

CMD - is the list of commands. Must be in the same order as the path for the process. eg a python scrip needs "python" in the CMD list in the same index as the path for the script.

running the script with stdout piped into a log file is the ideal way to run. eg "$ python proc-reboot > log.txt 2>1&"

About

A script for rebooting a list of processes that eneded for any reason

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages