diff options
author | Mans Rullgard <mans@mansr.com> | 2012-04-25 12:08:54 +0000 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-11-15 17:36:14 +0100 |
commit | ada51a334aeb1e378fe852c8b5eede9cbbd05f69 (patch) | |
tree | d541ae47107863e9987bb52507dc8ed6381d6db0 /doc/avserver.conf | |
parent | 9eded0fe412e610ee8944681d5c554b723463e96 (diff) | |
download | ffmpeg-ada51a334aeb1e378fe852c8b5eede9cbbd05f69.tar.gz |
avserver: remove daemon mode
This code spews a multitude of warnings with glibc (unchecked
return values), some of them possibly warranted. Furthermore,
the deamonisation is not suitable for use with typical startup
scripts as it does not provide the PID of the daemon in any way.
Users wishing to run avserver as a daemon can still do so using
start-stop-daemon or equivalent tools.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'doc/avserver.conf')
-rw-r--r-- | doc/avserver.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/avserver.conf b/doc/avserver.conf index e9724bbf99..e1cd9fb126 100644 --- a/doc/avserver.conf +++ b/doc/avserver.conf @@ -25,9 +25,6 @@ MaxBandwidth 1000 # '-' is the standard output. CustomLog - -# Suppress that if you want to launch avserver as a daemon. -NoDaemon - ################################################################## # Definition of the live feeds. Each live feed contains one video |