Added package daemonize

This commit is contained in:
Bruce Doan 2015-10-06 15:20:48 +07:00
parent 9ecf36385f
commit 8e77913d73

View File

@ -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"
}
]