Source: node-daemon Section: devel Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/indexzero/daemon.node Package: node-daemon Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.8.0) Description: Turn a node script into a daemon Daemon actually re-spawns the current application and runs it again. The only difference between the original and the fork is that the original will not execute past the daemon() call whereas the fork will.