summaryrefslogtreecommitdiff
path: root/src/delete-snapshots@.service
blob: 7e36bf7e99a834af00ef7f09e7c279ef3fc783d9 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description = Delete what would not be retained by retain-snapshots
ConditionUser = root

[Service]
ExecStart = retain-snapshots --delete %I

[Install]
WantedBy=default.target