diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-13 14:04:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-13 14:04:57 +0100 |
commit | 74ce487dafff196f657835672aae5ad1eb3a6daf (patch) | |
tree | ddeec1df245348e330206f241613cac05519216f /units/systemd-tmpfiles-clean.service.in | |
parent | fba6e687234660739e5ea1f2fc9c010db893c253 (diff) |
tmpfiles: move binary to /bin to make it publicly available
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 |