From 74ce487dafff196f657835672aae5ad1eb3a6daf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 13 Feb 2011 14:04:57 +0100 Subject: [PATCH] tmpfiles: move binary to /bin to make it publicly available --- Makefile.am | 4 ++-- units/systemd-tmpfiles-clean.service.in | 2 +- units/systemd-tmpfiles-setup.service.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 537050437..56fdfceda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,8 @@ rootbin_PROGRAMS = \ systemctl \ systemd-notify \ systemd-ask-password \ - systemd-tty-ask-password-agent + systemd-tty-ask-password-agent \ + systemd-tmpfiles bin_PROGRAMS = \ systemd-cgls @@ -121,7 +122,6 @@ rootlibexec_PROGRAMS = \ systemd-reply-password \ systemd-readahead-collect \ systemd-readahead-replay \ - systemd-tmpfiles \ systemd-user-sessions \ systemd-fsck \ systemd-quotacheck \ diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in index 9d0513543..002daf661 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 diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in index d9274edfa..b43f6f5a0 100644 --- a/units/systemd-tmpfiles-setup.service.in +++ b/units/systemd-tmpfiles-setup.service.in @@ -16,4 +16,4 @@ ConditionPathExists=/etc/tmpfiles.d [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-tmpfiles --create --remove +ExecStart=@rootbindir@/systemd-tmpfiles --create --remove -- 2.30.2