aboutsummaryrefslogtreecommitdiffstats
path: root/community/seatd/seatd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/seatd/seatd.confd')
-rw-r--r--community/seatd/seatd.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/seatd/seatd.confd b/community/seatd/seatd.confd
new file mode 100644
index 00000000000..8eac7d11e5b
--- /dev/null
+++ b/community/seatd/seatd.confd
@@ -0,0 +1,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"