File: control

package info (click to toggle)
node-daemon 1.1.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 100 kB
  • sloc: javascript: 106; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: node-daemon
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
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.