mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
Notable changes - use supervisor - unify with upstream systemd services - specifies log formatting - remove outdated --logflags - use --log_file instead of _logs Closes: https://bugs.gentoo.org/966963 Signed-off-by: Filip Kobierski <fkobi@fsfe.org> Part-of: https://github.com/gentoo/gentoo/pull/45005 Closes: https://github.com/gentoo/gentoo/pull/45005 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
27 lines
696 B
Text
27 lines
696 B
Text
# /etc/conf.d/syncthing: config file for /etc/init.d/syncthing
|
|
|
|
# umask used to create files
|
|
# The default allows group access
|
|
#umask=007
|
|
|
|
# Nice level of syncthing
|
|
#SSD_NICELEVEL=0
|
|
|
|
# I/O nice level of syncthing
|
|
#SSD_IONICELEVEL=0
|
|
|
|
# User and group as which to run
|
|
#command_user="syncthing:syncthing"
|
|
|
|
# Configuration directory
|
|
#SYNCTHING_HOMEDIR="/var/lib/syncthing/.config/syncthing"
|
|
|
|
# Log file location
|
|
#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
|
|
|
|
# Where the syncthing GUI should listen. Can be a http(s) URI or a Unix domain socket
|
|
#SYNCTHING_GUI_ADDRESS="http://127.0.0.1:8384"
|
|
#SYNCTHING_GUI_ADDRESS="unix:/run/syncthing.sock"
|
|
|
|
# Extra options for syncthing
|
|
#SYNCTHING_OPTS=""
|