summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-02-17 15:01:29 +0100
committerDirkjan Ochtman <djc@gentoo.org>2016-02-17 21:33:20 +0100
commitc7c80deec9e3adf001a7a47dafada47afef3ff04 (patch)
treea2612033e99653e5f7d6324076f79c92f1dfd2cf /net-p2p/syncthing/files/syncthing.confd
parentnet-p2p/syncthing: add myself as maintainer (diff)
downloadgentoo-c7c80deec9e3adf001a7a47dafada47afef3ff04.tar.gz
gentoo-c7c80deec9e3adf001a7a47dafada47afef3ff04.tar.bz2
gentoo-c7c80deec9e3adf001a7a47dafada47afef3ff04.zip
net-p2p/syncthing: add init script, man, logrotate
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-p2p/syncthing/files/syncthing.confd')
-rw-r--r--net-p2p/syncthing/files/syncthing.confd24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-p2p/syncthing/files/syncthing.confd b/net-p2p/syncthing/files/syncthing.confd
new file mode 100644
index 000000000000..da3ac4d2bbf5
--- /dev/null
+++ b/net-p2p/syncthing/files/syncthing.confd
@@ -0,0 +1,24 @@
+# /etc/conf.d/syncthing: config file for /etc/init.d/syncthing
+
+# User and group as which to run
+#SYNCTHING_USER="syncthing"
+#SYNCTHING_GROUP="syncthing"
+
+# Configuration directory
+#SYNCTHING_HOMEDIR="/var/lib/syncthing"
+
+# Log file location
+#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
+
+# umask used to create files
+# The default allows group access
+#SYNCTHING_UMASK=007
+
+# I/O nice level of syncthing
+#SYNCTHING_IONICE="0"
+
+# Nice level of syncthing
+#SYNCTHING_NICE="0"
+
+# Extra options for syncthing
+#SYNCTHING_OPTS=""