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

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

[Install]
WantedBy=multi-user.target