Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | kill_all: change execl call to execlp | William Hubbs | |
2018-02-14 | kill_all: create strings with xasprintf | William Hubbs | |
2017-06-08 | kill_all: include limits.h for PATH_MAX | Jory A. Pratt | |
2017-05-19 | add kill_all helper | William Hubbs | |
This is similar to the sysvinit killall5 utility. It should only be used in service scripts, so it will not be installed in the path. This closes #129. |