1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-19 19:10:25 +02:00

Use tail for logs instead of rsyslog

This commit is contained in:
Pierre Jaury 2016-06-19 21:56:05 +02:00
parent 215ba74275
commit b5e68a41cb
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
$ModLoad imuxsock
$template noTimestampFormat,"%syslogtag%%msg%\n"
$ActionFileDefaultTemplate noTimestampFormat
*.*;auth,authpriv.none /dev/stdout

View File

@ -1,4 +1,4 @@
#!/bin/sh
rspamd -i
rsyslogd -n
tail -f /var/log/rspamd/rspamd.log