Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/undead
Runs a command and re-runs it on occasional, uncontrollable failure exits.
https://github.com/motemen/undead
Last synced: 3 days ago
JSON representation
Runs a command and re-runs it on occasional, uncontrollable failure exits.
- Host: GitHub
- URL: https://github.com/motemen/undead
- Owner: motemen
- License: mit
- Created: 2013-08-13T06:37:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T03:50:33.000Z (over 11 years ago)
- Last Synced: 2024-11-30T21:11:36.722Z (2 months ago)
- Language: Perl
- Size: 262 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
undead
======DESCRIPTION
-----------`undead` runs a command and re-runs it on occasional, uncontrollable failure exits.
SYNOPSIS
--------undead [-n ] command args...
Rename/symlink `undead` to undead_prog_, to invoke _prog_ implicitly. eg.
undeadperl mayfail.pl
CONFIGURATION
-------------Place .undeadrc.pl in $PWD with content for example:
{
pattern => {
stderr => [
qr/^PhantomJS has crashed\./,
]
},
count => 20,
};