]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_files.conf
index b69ad45e97af3edd49c0864b746fcb1c91c75689..f7e0f23da47773ae6c059338726ea44b41fd8970 100644 (file)
@@ -1,5 +1,4 @@
-# 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
+# Enables plain file backend.
 <StoreModule store_files>
 
     # Working server directory, provides data on tariffs, users, administrators.
     # Parameter: required
     # Values: any, supported by OS
     ConfOwner = root
-    ConfGroup = stargazer
-    ConfMode = 600
+    ConfGroup = root
+    ConfMode = 640
 
     # Owner, group and permissions on user configuration files (conf)
     # Parameter: required
     # Values: any, supported by OS
     StatOwner = root
-    StatGroup = stargazer
+    StatGroup = root
     StatMode = 640
 
     # Owner, group and permissions for user log files (log)
     # Parameter: required
     # Values: any, supported by OS
     UserLogOwner = root
-    UserLogGroup = stargazer
+    UserLogGroup = root
     UserLogMode = 640
 
-</StoreModule>
\ No newline at end of file
+</StoreModule>