X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/89047aa554682fcb31ee522bbcc24147a67a63d6..c1a020a6bf83da0186278491af2d0bfa8d917b44:/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf new file mode 100644 index 00000000..e9c5bc5d --- /dev/null +++ b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf @@ -0,0 +1,31 @@ +# Option - the name of the module without 'mod_' at the beginning and '.so' +# in the end ie full name of the module mod_store_files.so + + + # Working server directory, provides data on tariffs, users, administrators. + # Parameter: required + # Value: directory path + WorkDir = /var/stargazer + + # Owner, group and permissions of the files of user statistics (stat) + # Parameter: required + # Values: any, supported by OS + ConfOwner = root + ConfGroup = stargazer + ConfMode = 600 + + # Owner, group and permissions on user configuration files (conf) + # Parameter: required + # Values: any, supported by OS + StatOwner = root + StatGroup = stargazer + StatMode = 640 + + # Owner, group and permissions for user log files (log) + # Parameter: required + # Values: any, supported by OS + UserLogOwner = root + UserLogGroup = stargazer + UserLogMode = 640 + +