summaryrefslogtreecommitdiff
path: root/units/cleanup-storage.service
blob: 426a02d41a5b584800c05c5d9a4ac874f9ef1ec8 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Cleanup Storage
DefaultDependencies=no

[Service]
Type=oneshot
ExecStart=/usr/bin/cleanup-storage.sh

[Install]
WantedBy=basic.target