summaryrefslogtreecommitdiff
path: root/user/seatd/seatd.confd
blob: 8eac7d11e5b68ec3c2d3784339a351e6bcc7cdfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration for /etc/init.d/seatd

# Sets the seatd log level; one of: silent, error, info, or debug.
# Defaults to "error".
#loglevel=

# Log messages are redirected to syslog, unless `loglevel=silent`.
# Set to empty string to disable.
#error_logger="logger -t seatd -p daemon.$loglevel >/dev/null 2>&1"

# Uncomment to run with process supervisor.
# supervisor="supervise-daemon"