Skip to content

shabarin/daemonizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

daemonizer

Run any command in a loop as if it's a daemon, correctly forwarding SIGTERM to it

This script executes given command in a loop and forwards SIGTERM to it.

It can be used to run php scripts in 'daemonized' way and control execution via tools like supervisord.

Usage: daemonizer <sleep> <command>

About

Run any command in a loop as if it was a daemon, correctly forwarding SIGTERM to it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages