From: Benjamin Berg Date: Mon, 3 Aug 2020 10:51:25 +0000 (+0200) Subject: units: Move user tmpfiles clean service into background.slice X-Git-Tag: v247-rc2~5^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c2fd33d84f5e86b5eaafa8dbb0406cdf3eb47f2;p=thirdparty%2Fsystemd.git units: Move user tmpfiles clean service into background.slice --- 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