Revert "Add tiny legacy s6 disable script" (#204)

This reverts commit f19e7f3334.
This commit is contained in:
Franck Nijhof 2022-12-10 14:51:22 +01:00 committed by GitHub
parent f19e7f3334
commit 48bd318d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +0,0 @@
#!/bin/bash
# ==============================================================================
# Home Assistant Community Add-on: Base Images
# Really tiny command, that can be used by other images to remove legacy S6
# Overlay files. This makes startup for those add-ons a tiny bit cleaner.
# ==============================================================================
rm -fr \
/package/admin/s6-overlay/etc/s6-rc/sources/base/contents.d/legacy-cont-init \
/package/admin/s6-overlay/etc/s6-rc/sources/top/contents.d/legacy-services \
/package/admin/s6-overlay/etc/s6-rc/sources/legacy-cont-init \
/package/admin/s6-overlay/etc/s6-rc/sources/legacy-services