1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-16 12:44:42 -04:00

Update auto-updater.service

This commit is contained in:
Tommy 2021-11-04 03:06:41 -04:00 committed by GitHub
parent 890ce2e6fe
commit d96c43c20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ User=root
Group=root
WorkingDirectory=/path/to/docker-compose/directory
ExecStart=/usr/bin/git pull
ExecStart=/usr/bin/docker-compose pull
ExecStart=/usr/bin/docker-compose up -d
Type=oneshot