Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/ftp/fastdfs/files/patch-conf-tracker.conf
18160 views
1
--- conf/tracker.conf.orig 2019-12-30 23:36:03 UTC
2
+++ conf/tracker.conf
3
@@ -20,7 +20,7 @@ connect_timeout = 5
4
network_timeout = 60
5
6
# the base path to store data and log files
7
-base_path = /home/yuqing/fastdfs
8
+base_path = /var/db/fastdfs/tracker
9
10
# max concurrent connections this server support
11
# you should set this parameter larger, eg. 10240
12
@@ -97,11 +97,11 @@ log_level = info
13
14
#unix group name to run this program,
15
#not set (empty) means run by the group of current user
16
-run_by_group=
17
+run_by_group=_fastdfs
18
19
#unix username to run this program,
20
#not set (empty) means run by current user
21
-run_by_user =
22
+run_by_user = _fastdfs
23
24
# allow_hosts can ocur more than once, host can be hostname or ip address,
25
# "*" (only one asterisk) means match all ip addresses
26
27