mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-22 01:11:34 -05:00
Fix scheduling for docker-compose-updater@.service
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
74acd37ef2
commit
46f5a8070d
@ -140,9 +140,10 @@ systemd:
|
|||||||
contents: |
|
contents: |
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Compose Updater for /srv/%I
|
Description=Docker Compose Updater for /srv/%I
|
||||||
|
Requires=network-online.target
|
||||||
|
Requires=gvisor-updater.service
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
After=docker.service
|
After=gvisor-updater.service
|
||||||
Requires=docker.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user