From 1644dc77dccf1b34e827fee43cf55ea32aedd3f3 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 21 Jul 2016 12:02:33 +0200 Subject: [PATCH] Fix name of cleanup service. --- systemd/.config/systemd/user/tmpfiles-cleanup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/tmpfiles-cleanup.service b/systemd/.config/systemd/user/tmpfiles-cleanup.service index 90add2b..ce73c28 100644 --- a/systemd/.config/systemd/user/tmpfiles-cleanup.service +++ b/systemd/.config/systemd/user/tmpfiles-cleanup.service @@ -1,5 +1,5 @@ [Unit] -Description=Cleanup of the XDG_CACHE_HOME directory +Description=Cleanup of temporary files [Service] Type=oneshot