Custom Query (126 matches)
Results (1 - 3 of 126)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1 | fixed | Move generic stuff to global file | ||
Description |
Move stuff like "is running" to a generic place (perhaps separate files?). Could be:
...? |
|||
#2 | fixed | Enhance start-stop-daemon | ||
Description |
Get http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c
|
|||
#3 | fixed | Remove screen dependency | ||
Description |
Instead of using screen to allow access to the console output write stdout/errout to log file:
Disadvantage: wine won't be stopped on ssd stop as it would only kill bash! Better:
Or, with --no-close:
Also see: Stack Overflow - How can I log the stdout of a process started by start-stop-daemon? |