summaryrefslogtreecommitdiff
path: root/baserock_ostree/etc/systemd/system/ostree-update-summary-cache.service
blob: 70f4e70882af02ed8d5cece8edd5cfa960ab4aee (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description = Update OSTree summary files for 'cache' repo

[Service]
Type = oneshot
ExecStart = /usr/bin/ostree --repo=/srv/ostree/cache/ summary -u
User = ostree
Group = ostree

[Install]
WantedBy=default.target