1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-10-18 03:05:12 -04:00

Fix scheduling for docker-compose-updater@.service

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-09-26 19:20:35 -07:00
parent 74acd37ef2
commit 46f5a8070d
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -140,9 +140,10 @@ systemd:
contents: |
[Unit]
Description=Docker Compose Updater for /srv/%I
Requires=network-online.target
Requires=gvisor-updater.service
After=network-online.target
After=docker.service
Requires=docker.service
After=gvisor-updater.service
[Service]
Type=oneshot