daemonize 0.2.1

Library that simplifies creation of daemons for GNU/Linux and services for Windows.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Gitter chat Build Status

daemonize

Cross-platform library for wrapping D applications into daemons (GNU/Linux) and services (Windows). Library API is designed to be as uniform and simple for use as possible.

API documentation

Warning

There are issues with GC deadlocks (GNU/Linux) with multi-threading.

Examples (can work on D2.066.1)

  1. Hello World
  2. Interfacing
  3. Daemonizing vibe.d

Use via dub

Add following to your dub.json:

"dependencies": {
  "daemonize": ">=0.1.0"
}

License

The MIT License (MIT)

Copyright (c) 2014 DSoftOut Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. 
Authors:
Dependencies:
none
Versions:
0.2.1 2019-Jan-30
0.2.0 2017-Nov-01
0.1.1 2017-Mar-29
0.1.0 2014-Aug-26
~master 2019-Jan-30
Show all 6 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 6237 downloads total

Score:
2.1
Short URL:
daemonize.dub.pm