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

[Service]
Type=oneshot
ExecStart=/usr/bin/cleanup-storage.sh
m4_ifdef(`SMACK_LABEL',
SmackProcessLabel=system-plugin-common::script
)m4_dnl

[Install]
WantedBy=basic.target