summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/opd/files/opd.conf')
-rw-r--r--net-wireless/opd/files/opd.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-wireless/opd/files/opd.conf b/net-wireless/opd/files/opd.conf
new file mode 100644
index 000000000000..2fa03db27e04
--- /dev/null
+++ b/net-wireless/opd/files/opd.conf
@@ -0,0 +1,17 @@
+# Gentoo configuration file for OBEX Push Daemon
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# By default, opd runs as root, which is not safe. Set another user here.
+# The syntax is "user" or "user:group"
+OPD_USER="nobody"
+#OPD_USER="john:users"
+
+# Path where received files will be saved
+OPD_PATH="/tmp"
+
+# RFCOMM channel to listen on
+OPD_CHANNEL="5"
+
+# Daemon mode - run `opd` without arguments to see possible values
+OPD_MODE="OBEX"