Update systemd overrides for bootc service and timer
This commit is contained in:
+4
-2
@@ -53,13 +53,15 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
|
|||||||
# COPY erstellt die Zielpfade automatisch, falls sie noch nicht existieren.
|
# COPY erstellt die Zielpfade automatisch, falls sie noch nicht existieren.
|
||||||
COPY configs/bootc-fix.conf /etc/tmpfiles.d/
|
COPY configs/bootc-fix.conf /etc/tmpfiles.d/
|
||||||
|
|
||||||
# 2. Kopiere den Systemd-Override (mit der neuen Update-Logik)
|
# 2. Kopiere den Systemd-Overrides (Update-Timer und -Service)
|
||||||
COPY configs/bootc-override.conf /etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf
|
COPY configs/bootc-timer-override.conf /etc/systemd/system/bootc-fetch-apply-updates.timer.d/override.conf
|
||||||
|
COPY configs/bootc-service-override.conf /etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf
|
||||||
|
|
||||||
# 3. Kopiere das Benachrichtigungs-Skript
|
# 3. Kopiere das Benachrichtigungs-Skript
|
||||||
# Wichtig: Das Skript muss auf deinem Host bereits mit 'chmod +x' markiert sein!
|
# Wichtig: Das Skript muss auf deinem Host bereits mit 'chmod +x' markiert sein!
|
||||||
COPY scripts/notify-bootc-user.sh /usr/bin/
|
COPY scripts/notify-bootc-user.sh /usr/bin/
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# LINTING
|
# LINTING
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user