added logging to inn

This commit is contained in:
kitzman 2021-11-16 00:21:58 +02:00
parent 88749b4ce6
commit 0c95165824
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@ sleep 3s
innd_pid=$(cat /var/run/inn/innd.pid)
tail -f --pid=$innd_pid /dev/null
tail -f --pid=$innd_pid /var/log/inn/news &
tail -f --pid=$innd_pid /var/log/inn/errlog