Add a path configuration for Arch Linux

pull/1688/head
Felix Yan 2017-02-14 18:12:06 +08:00
parent ac7be38dbe
commit 68d829c1dd
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
2 changed files with 33 additions and 0 deletions

View File

@ -148,6 +148,7 @@ config/filter.d/webmin-auth.conf
config/filter.d/wuftpd.conf
config/filter.d/xinetd-fail.conf
config/jail.conf
config/paths-arch.conf
config/paths-common.conf
config/paths-debian.conf
config/paths-fedora.conf

32
config/paths-arch.conf Normal file
View File

@ -0,0 +1,32 @@
# Arch
[INCLUDES]
before = paths-common.conf
after = paths-overrides.local
[DEFAULT]
apache_error_log = /var/log/httpd/*error_log
apache_access_log = /var/log/httpd/*access_log
exim_main_log = /var/log/exim/main.log
mysql_log = /var/log/mariadb/mariadb.log
/var/log/mysqld.log
roundcube_errors_log = /var/log/roundcubemail/errors
# These services will log to the journal via syslog, so use the journal by
# default.
syslog_backend = systemd
sshd_backend = systemd
dropbear_backend = systemd
proftpd_backend = systemd
pureftpd_backend = systemd
wuftpd_backend = systemd
postfix_backend = systemd
dovecot_backend = systemd