File: control

package info (click to toggle)
procserv 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,356 kB
  • sloc: sh: 4,154; cpp: 1,715; ansic: 1,417; python: 870; makefile: 65
file content (32 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: procserv
Section: utils
Priority: optional
Maintainer: Ralph Lange <ralph.lange@gmx.de>
Uploaders: Henrique F. Simoes <henriquesimoes@riseup.net>
Build-Depends: debhelper-compat (= 13),
               libtelnet-dev,
               asciidoc-dblatex <!nodoc>,
               docbook-xml <!nodoc>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/procserv.git
Vcs-Browser: https://salsa.debian.org/debian/procserv
Homepage: https://github.com/ralphlange/procServ
Rules-Requires-Root: no

Package: procserv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: telnet | telnet-client
Description: Process server with telnet console and log access
 procServ is a wrapper that starts an arbitrary command as a child process in
 the background, connecting its standard input and output to a TCP port for
 telnet access. It supports logging, child restart (manual or automatic on
 exit), and more.
 .
 procServ does not have the rich feature set of the screen utility,
 but is intended to provide running a command in a system service style,
 in a small, robust way.
 Handling multiple users, authorization, authentication, central logging
 is done best on a higher level, using a package like conserver.
 .
 For security reasons, procServ only accepts connections from localhost.