aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBung <535670947@qq.com>2018-08-27 01:59:33 +0800
committerDominik Picheta <dominikpicheta@googlemail.com>2018-08-26 18:59:33 +0100
commit80bfc1b82d3b2e83dc2bd7082229ed9e85eca1d7 (patch)
tree20722e2412e0624ebbd841361f49e1f4e271d245
parentef839d0c4b8464ae80747ae79c34c171f8af194d (diff)
downloadpackages-80bfc1b82d3b2e83dc2bd7082229ed9e85eca1d7.tar.gz
packages-80bfc1b82d3b2e83dc2bd7082229ed9e85eca1d7.zip
Add package daemonim (#842)
* Added package daemonim * Update packages.json
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0e8aa93..f18b92e 100644
--- a/packages.json
+++ b/packages.json
@@ -10505,5 +10505,17 @@
"description": "OpenStreetMap Overpass API Lib",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-overpass"
+ },
+ {
+ "name": "daemonim",
+ "url": "https://github.com/bung87/daemon",
+ "method": "git",
+ "tags": [
+ "unix",
+ "library"
+ ],
+ "description": "daemonizer for Unix, Linux and OS X",
+ "license": "MIT",
+ "web": "https://github.com/bung87/daemon"
}
]