From 8e77913d739f086795235125840e970e0f5b8570 Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Tue, 6 Oct 2015 15:20:48 +0700 Subject: [PATCH] Added package daemonize --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]