The membarrier check is no longer done by the logmonitor.

This commit is contained in:
Jocelyn Le Sage 2023-01-04 20:38:16 -05:00
parent 071fb903b0
commit e4c8628bf9
7 changed files with 22 additions and 33 deletions

View file

@ -101,11 +101,6 @@ RUN \
# del-pkg build-dependencies && \
# rm -rf /tmp/* /tmp/.[!.]*
# Enable log monitoring.
RUN \
sed-patch 's|LOG_FILES=|LOG_FILES=/config/log/firefox/error.log|' /etc/logmonitor/logmonitor.conf && \
sed-patch 's|STATUS_FILES=|STATUS_FILES=/tmp/.firefox_shm_check,/tmp/.firefox_membarrier_check|' /etc/logmonitor/logmonitor.conf
# Generate and install favicons.
RUN \
APP_ICON_URL=https://github.com/jlesage/docker-templates/raw/master/jlesage/images/firefox-icon.png && \