mdegat01 / addon-promtail

Promtail for Home Assistant
MIT License
15 stars 18 forks source link

Fix permissions for s6 v3 and remove fix-attrs.d #201

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

s6 v3 requires all service scripts to be correctly marked as executable, ensure that is so. It has also deprecated fix-attrs.d in favor of setting permissions correctly in the Dockerfile so attempting to do that.