man destar (Administration système) - run the destar webserver interface
NAME
destar - run the destar webserver interface
SYNOPSIS
destar [-d|--daemonize] [-p|--pid=PIDFILE]
destar -h|--help
destar -v|--version
DESCRIPTION
destar is a daemon for configuring and controling Asterisk.
destar is a web-based interface for configuring and controlling Asterisk(8). It will also use the Flash-Operator Panel (op-panel(8), if installed.
OPTIONS
-d --daemonize Run as daemon: fork into background, set userid to asterisk and redirect standard output and standard error to /var/log/asterisk/destar.log and /var/log/asterisk/destar.log respectively.
-v --version Print version information and exit
-p --pid PIDFILE When running as daemon, write the pid of the process to PIDFILE instead of the default /var/run/destar.pid
-h --help Print help text and exit.
ENVIRONMENT
CONFIGLETS_DIR The directory where all the configlets reside. Set by the wrapper script to /usr/share/destar/python , unless already set in the environment.
STATICPAGES_DIR The directory where the CSS stylesheet and images reside. Set by the wrapper script to /usr/share/destar/static , unless already set in the environment.
FILES
/usr/share/destar/static The static pages (the CSS files, images etc).
/var/run/destar.pid Default location for the PID file. Only applicable in daemon mode.
/var/log/asterisk/destar.log Standard output of daemon when in daemon mode.
/var/log/asterisk/destar.err Standard error of daemon when in daemon mode.
SEE ALSO
AUTHOR
destar was written by Holger Schurig.
This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com>.