aboutsummaryrefslogtreecommitdiffstats
path: root/community/svxlink/svxlink.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/svxlink/svxlink.confd')
-rw-r--r--community/svxlink/svxlink.confd21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/svxlink/svxlink.confd b/community/svxlink/svxlink.confd
new file mode 100644
index 00000000000..27bab4260f4
--- /dev/null
+++ b/community/svxlink/svxlink.confd
@@ -0,0 +1,21 @@
+#############################################################################
+#
+# Configuration file for the SvxLink startup script /etc/init.d/svxlink
+#
+#############################################################################
+
+# The log file to use
+LOGFILE=/var/log/svxlink
+
+# The PID file to use
+PIDFILE=/run/svxlink.pid
+
+# The user to run the SvxLink server as
+RUNASUSER=svxlink
+
+# Specify which configuration file to use
+CFGFILE=/etc/svxlink/svxlink.conf
+
+# Environment variables to set up. Separate variables with a space.
+ENV="ASYNC_AUDIO_NOTRIGGER=1"
+