Initial commit

This commit is contained in:
2026-04-08 18:44:34 -05:00
commit 91c920f442
6 changed files with 213 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# daemon
## Description
Resources and information about creating a daemon process.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
- [x] Code Skeleton
## Usage
## Credits / Resources
[Unix Network Programming](https://en.wikipedia.org/wiki/UNIX_Network_Programming)<br>
[ Advanced Programming in the Unix Environment ](https://en.wikipedia.org/wiki/Advanced_Programming_in_the_Unix_Environment)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.