From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/conf.d/syncthing | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etc/conf.d/syncthing (limited to 'etc/conf.d/syncthing') diff --git a/etc/conf.d/syncthing b/etc/conf.d/syncthing new file mode 100644 index 0000000..5c1f338 --- /dev/null +++ b/etc/conf.d/syncthing @@ -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="3" + +# Nice level of syncthing +SYNCTHING_NICE="3" + +# Extra options for syncthing +#SYNCTHING_OPTS="" -- cgit 1.4.1