https://github.com/dimitri4788/daemonizeme
:ghost: Creating a daemon process; daemon-izing a process in a Unix based system.
https://github.com/dimitri4788/daemonizeme
cplusplus cpp daemon-process
Last synced: 11 days ago
JSON representation
:ghost: Creating a daemon process; daemon-izing a process in a Unix based system.
- Host: GitHub
- URL: https://github.com/dimitri4788/daemonizeme
- Owner: dimitri4788
- Created: 2017-04-05T03:31:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T15:51:21.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T07:46:20.363Z (about 1 year ago)
- Topics: cplusplus, cpp, daemon-process
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daemon-izing a Process
This example application shows how to create a daemon process.