Merge pull request #1688 from felixonmars/arch-config

Add a path configuration for Arch Linux
pull/1640/merge
Serg G. Brester 2017-06-06 10:55:13 +02:00 committed by GitHub
commit d56554ecf3
2 changed files with 33 additions and 0 deletions

View File

@ -147,6 +147,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