1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: node-daemon
Standards-Version: 4.7.2
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Laszlo Boszormenyi (GCS) <gcs@debian.org>,
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.
|