summaryrefslogtreecommitdiff
path: root/baserock_ostree/etc/systemd/system/ostree-update-summary-cache.service
blob: c48916f891b3fc839954d3a82a5e93d6016d0a57 (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=multi-user.target