diff options
| author | Bruce Doan <rgv151@gmail.com> | 2015-10-06 15:20:48 +0700 |
|---|---|---|
| committer | Bruce Doan <rgv151@gmail.com> | 2015-10-06 15:20:48 +0700 |
| commit | 8e77913d739f086795235125840e970e0f5b8570 (patch) | |
| tree | 27d5b4f8c162f3f8557c9449acf8fb9a7702f347 | |
| parent | 9ecf36385f9629ed802971b01f5320b6fe527889 (diff) | |
| download | packages-8e77913d739f086795235125840e970e0f5b8570.tar.gz packages-8e77913d739f086795235125840e970e0f5b8570.zip | |
Added package daemonize
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5a0b014..bf6572e 100644 --- a/packages.json +++ b/packages.json @@ -3356,5 +3356,21 @@ "description": "Nim library for parsing PLS, M3U, and XSPF playlist files", "license": "MIT", "web": "https://github.com/achesak/nim-playlists" + }, + { + "name": "daemonize", + "url": "https://github.com/rgv151/daemonize.nim", + "method": "git", + "tags": [ + "daemonize", + "background", + "fork", + "unix", + "linux", + "process" + ], + "description": "This library makes your code run as a daemon process on Unix-like systems", + "license": "MIT", + "web": "https://github.com/rgv151/daemonize.nim" } ] |
