diff options
Diffstat (limited to 'units/systemd-tmpfiles-clean.service.in')
-rw-r--r-- | units/systemd-tmpfiles-clean.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in index 9d05135438..002daf661b 100644 --- a/units/systemd-tmpfiles-clean.service.in +++ b/units/systemd-tmpfiles-clean.service.in @@ -15,5 +15,5 @@ ConditionPathExists=/etc/tmpfiles.d [Service] Type=oneshot -ExecStart=@rootlibexecdir@/systemd-tmpfiles --clean +ExecStart=@rootbindir@/systemd-tmpfiles --clean IOSchedulingClass=idle |