]> git.stg.codes - stg.git/blob - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf
Configuration files translated into english
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_files.conf
1 # Option - the name of the module without 'mod_' at the beginning and '.so' 
2 # in the end ie full name of the module mod_store_files.so
3 <StoreModule store_files>
4
5     # Working server directory, provides data on tariffs, users, administrators.
6     # Parameter: required
7     # Value: directory path
8     WorkDir = /var/stargazer
9
10     # Owner, group and permissions of the files of user statistics (stat)
11     # Parameter: required
12     # Values: any, supported by OS
13     ConfOwner = root
14     ConfGroup = stargazer
15     ConfMode = 600
16
17     # Owner, group and permissions on user configuration files (conf)
18     # Parameter: required
19     # Values: any, supported by OS
20     StatOwner = root
21     StatGroup = stargazer
22     StatMode = 640
23
24     # Owner, group and permissions for user log files (log)
25     # Parameter: required
26     # Values: any, supported by OS
27     UserLogOwner = root
28     UserLogGroup = stargazer
29     UserLogMode = 640
30
31 </StoreModule>