mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
tmpfiles: move binary to /bin to make it publicly available
This commit is contained in:
parent
fba6e68723
commit
74ce487daf
@ -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 \
|
||||
|
@ -15,5 +15,5 @@ ConditionPathExists=/etc/tmpfiles.d
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=@rootlibexecdir@/systemd-tmpfiles --clean
|
||||
ExecStart=@rootbindir@/systemd-tmpfiles --clean
|
||||
IOSchedulingClass=idle
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user