Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2 closed enhancement (fixed)

Enhance start-stop-daemon

Reported by: Christian Illy Owned by: Christian Illy
Priority: major Component:
Keywords: Cc:

Description (last modified by Christian Illy)

Get http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c

  • Verify existing functionality
  • Enhance with the required extras:
    • --status: get status of specified daemon
    • --chdir <dir>: change working directory
    • --no-close: Do not close stdout/errout on --background -> allow to redirect output (see #3)
  • Rename and ship with scripts

Change History (6)

comment:1 by Christian Illy, 11 years ago

Component: Tools

comment:2 by Christian Illy, 11 years ago

Description: modified (diff)

comment:3 by alloc, 11 years ago

In 2:

Refs #2

comment:4 by Christian Illy, 11 years ago

Directly took the one from Debian's dpkg package as Debian based the current one on http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c and extended it. Just had to remove a lot of ifdef-stuff, we only want to run it on Linux systems anyway.

comment:5 by alloc, 11 years ago

Resolution: fixed
Status: newclosed

In 9:

Fix #1, #2, #3, #5; Refs #4, #6: WD works for save path, not for some logs

comment:6 by Christian Illy, 11 years ago

version: 1
Note: See TracTickets for help on using tickets.