#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 )
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 , 11 years ago
Component: | Tools |
---|
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
comment:4 by , 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:6 by , 11 years ago
version: | → 1 |
---|
Note:
See TracTickets
for help on using tickets.
In 2: