summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-13 14:04:57 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-13 14:04:57 +0100
commit74ce487dafff196f657835672aae5ad1eb3a6daf (patch)
treeddeec1df245348e330206f241613cac05519216f
parentfba6e687234660739e5ea1f2fc9c010db893c253 (diff)
tmpfiles: move binary to /bin to make it publicly available
-rw-r--r--Makefile.am4
-rw-r--r--units/systemd-tmpfiles-clean.service.in2
-rw-r--r--units/systemd-tmpfiles-setup.service.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 537050437b..56fdfceda3 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 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
diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in
index d9274edfa3..b43f6f5a04 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