File: default

package info (click to toggle)
twms 0.03e-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: python: 1,527; sh: 111; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Defaults for twms initscript
# sourced by /etc/init.d/twms
# installed at /etc/default/twms by the maintainer scripts

# Change this to "yes" to enable twms
RUN="no"

PORT="8080"

# Additional options that are passed to the Daemon.
DAEMON_OPTS=""