]> git.stg.codes - stg.git/blobdiff - 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
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 (file)
index 0000000..e9c5bc5
--- /dev/null
@@ -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
+<StoreModule store_files>
+
+    # 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
+
+</StoreModule>