Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaionaro/execwsock
Creates unix socket, runs a programs and removes the socket after the program ends. It's a way to control the process status that may be used for init systems or for single-instance locking scripts.
https://github.com/xaionaro/execwsock
Last synced: 27 days ago
JSON representation
Creates unix socket, runs a programs and removes the socket after the program ends. It's a way to control the process status that may be used for init systems or for single-instance locking scripts.
- Host: GitHub
- URL: https://github.com/xaionaro/execwsock
- Owner: xaionaro
- License: bsd-2-clause
- Created: 2014-02-05T14:30:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T16:54:06.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T21:27:12.905Z (6 months ago)
- Language: C
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
execwsock
=========Creates unix socket, runs a programs and removes the socket after the program ends. It's a way to control the process status that may be used for init systems or for single-instance locking scripts.
Motivation
----------To make a supervisor for OpenRC. But the upstream didn't like this solution, so the utility is abandened, see https://github.com/xaionaro/sockrund/.