Source: node-daemon Standards-Version: 4.7.2 Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) , Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13), Vcs-Browser: https://salsa.debian.org/js-team/node-daemon Vcs-Git: https://salsa.debian.org/js-team/node-daemon.git Homepage: https://github.com/indexzero/daemon.node Rules-Requires-Root: no Package: node-daemon Architecture: all Depends: ${misc:Depends}, nodejs, 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.