Skip to content

Commit

Permalink
fix: use new way to start rsyslog
Browse files Browse the repository at this point in the history
new rsylog is started by systemd, and so, it's not compatible with docker
  • Loading branch information
bsuttor committed Jun 5, 2024
1 parent 2381ece commit 36aaf23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion teleservices/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ else
fi

echo "$prefix Restarting services : rsyslob, cron."
service rsyslog start
# new way to start rsyslog since bookworm
/usr/sbin/rsyslogd

service cron start

# Monkey patching chrono uwsgi.ini (cron jobs)
Expand Down

0 comments on commit 36aaf23

Please sign in to comment.