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: 2 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T16:54:06.000Z (over 11 years ago)
- Last Synced: 2025-03-11T02:06:09.242Z (2 months ago)
- Language: C
- Size: 145 KB
- Stars: 0
- Watchers: 1
- 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/.