tmpfiles: move binary to /bin to make it publicly available

This commit is contained in:
Lennart Poettering 2011-02-13 14:04:57 +01:00
parent fba6e68723
commit 74ce487daf
3 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -15,5 +15,5 @@ ConditionPathExists=/etc/tmpfiles.d
[Service]
Type=oneshot
ExecStart=@rootlibexecdir@/systemd-tmpfiles --clean
ExecStart=@rootbindir@/systemd-tmpfiles --clean
IOSchedulingClass=idle

View file

@ -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