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

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

[Install]
WantedBy=default.target