Cross-platform process daemonization library for Nim language
Go to file
Bruno Škvorc 6d097c04ac
Update README.md
2019-01-08 10:47:14 +01:00
tests Increase testing timeouts for CI. 2018-04-26 09:18:35 +03:00
.appveyor.yml appveyor: fix version check 2018-09-06 11:59:55 -06:00
.travis.yml update ci and readme - caching, license, badges 2018-09-04 21:43:13 -06:00
LICENSE-APACHEv2 Initial commit 2018-04-26 08:42:09 +03:00
LICENSE-MIT Initial commit 2018-04-26 08:42:09 +03:00
README.md Update README.md 2019-01-08 10:47:14 +01:00
daemon.nim Fix no pid-file on posix systems. 2018-07-06 08:48:14 +03:00
daemon.nimble Initial commit 2018-04-26 08:42:09 +03:00

README.md

Nim Daemonize

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental

Introduction

This closs-platform library is used to daemonize processes: that is, make them run in the background and independently of the terminal. The library is used to develop Unix daemons and background processes on Windows.

Installation

nimble install daemon

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.