]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf
Fix group for file database
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_files.conf
index e9c5bc5d2a9b4691eab8e2980f8de958a73bb1a8..d3a09cc582343886fc413cf9545010e94d30f7bf 100644 (file)
@@ -1,4 +1,4 @@
-# Option - the name of the module without 'mod_' at the beginning and '.so' 
+# 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>
 
     # Parameter: required
     # Values: any, supported by OS
     ConfOwner = root
-    ConfGroup = stargazer
+    ConfGroup = root
     ConfMode = 600
 
     # 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>