no need to keep bash process running

This commit is contained in:
casperklein 2024-03-09 23:28:13 +01:00
parent f8f4faed93
commit 43b6078d0e
1 changed files with 1 additions and 3 deletions

View File

@ -201,6 +201,4 @@ _start_daemons
_log 'info' "${HOSTNAME} is up and running"
touch /var/log/mail/mail.log
tail -Fn 0 /var/log/mail/mail.log
exit 0
exec tail -Fn 0 /var/log/mail/mail.log