djustments for CentOS

This commit is contained in:
Tobias Herre 2023-10-29 20:14:15 +01:00
parent cdeabb3a19
commit bcfa88cdd4
1 changed files with 5 additions and 3 deletions

View File

@ -28,11 +28,11 @@ vars:
"var_lib_dir" string => "/var/lib/sympa";
"share_dir" string => "/usr/share/sympa";
"conf_dir" string => "/etc/sympa";
"sympa_conf" string => "$(conf_dir)/sympa/sympa.conf";
"sympa_conf" string => "$(conf_dir)/sympa.conf";
"service_name" string => "sympa";
"wwservice_name" string => "wwsympa";
"wwsympa_socket" string => "/var/run/sympa/wwsympa.socket";
"sympa_pl_cmd" string => "/usr/bin/sympa";
"sympa_pl_cmd" string => "/usr/sbin/sympa.pl";
"pkgs" slist => {
"sympa"
@ -243,7 +243,9 @@ vars:
"db_name":"$(cfg[db_settings][db_name])",
"db_host":"$(cfg[db_settings][db_host])",
"db_passwd":"$(cfg[db_settings][db_pass])",
"db_user":"$(cfg[db_settings][db_user])"
"db_user":"$(cfg[db_settings][db_user])",
"css_url":"/css-sympa",
"static_content_url":"/static-sympa"
}';