File: crtmpserver.default

package info (click to toggle)
crtmpserver 1.0~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,336 kB
  • sloc: cpp: 56,354; sh: 411; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Defaults for rtmpd initscript
# sourced by /etc/init.d/crtmpserver

# Enable crtmpserver start: "yes" or "no"
ENABLED="yes"

# Daemon user
DAEMON_USER="root"

# Additional options that are passed to the daemon.
DAEMON_ARGS="--daemon"

# Main configuration script for daemon
DAEMON_CONF="/etc/crtmpserver/crtmpserver.lua"