From 1c2fd33d84f5e86b5eaafa8dbb0406cdf3eb47f2 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 3 Aug 2020 12:51:25 +0200 Subject: [PATCH] units: Move user tmpfiles clean service into background.slice --- units/user/systemd-tmpfiles-clean.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/user/systemd-tmpfiles-clean.service b/units/user/systemd-tmpfiles-clean.service index 3be0de5f7dd..b989d413732 100644 --- a/units/user/systemd-tmpfiles-clean.service +++ b/units/user/systemd-tmpfiles-clean.service @@ -19,3 +19,4 @@ Type=oneshot ExecStart=systemd-tmpfiles --user --clean SuccessExitStatus=DATAERR IOSchedulingClass=idle +Slice=background.slice