mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-08 11:21:33 -05:00
17 lines
312 B
Desktop File
17 lines
312 B
Desktop File
[Unit]
|
|
Description=Automatic Updater
|
|
After=docker.service
|
|
Wants=network-online.target
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/path/to/docker-compose/directory
|
|
ExecStart=/usr/bin/git pull
|
|
ExecStart=/usr/bin/docker-compose up -d
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|