summaryrefslogtreecommitdiff
path: root/units/cleanup-storage.service.m4
diff options
context:
space:
mode:
Diffstat (limited to 'units/cleanup-storage.service.m4')
-rw-r--r--units/cleanup-storage.service.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/units/cleanup-storage.service.m4 b/units/cleanup-storage.service.m4
new file mode 100644
index 0000000..1f908bd
--- /dev/null
+++ b/units/cleanup-storage.service.m4
@@ -0,0 +1,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