File: default

package info (click to toggle)
ser2net 4.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: ansic: 10,349; sh: 4,865; python: 2,386; makefile: 57
file content (21 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Defaults for ser2net initscript
# sourced by /etc/init.d/ser2net

#
# This is a POSIX shell fragment
#

# System-wide ser2net conffile. The initscripts
# are triggered by the presence of this file.

CONFFILE="/etc/ser2net.yaml"

# Default options. These take precedence over anything
# configured by CONFFILE above, so if you like to have
# any of them specified in CONFFILE, remove them from
# the line below.
# OPTIONS=""

# Control port. If nonempty, ser2net will listen on the given
# tcp port for control connections
# CONTROLPORT=""