From b532bdeae9b13fe93a54850f5e7f99c753bda6fa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Jun 2014 19:18:55 +0200 Subject: rpm: add RPM macros to apply sysusers, sysctl, and binfmt drop-ins With this in place RPMs can make sure that whatever they drop in is immeidately applied, and not delayed until next reboot. This also moves systemd-sysusers back to /usr/bin, since hardcoding the path to /usr/lib in the macros would mean compatibility breaks in future, should we turn sysusers into a command that is actually OK for people to call directly. And given that that is quite likely to happen (since it is useful to prepare images with its --root= switch), let's just prepare for it. --- units/systemd-sysusers.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-sysusers.service.in') diff --git a/units/systemd-sysusers.service.in b/units/systemd-sysusers.service.in index e123f398a4..a4c7714155 100644 --- a/units/systemd-sysusers.service.in +++ b/units/systemd-sysusers.service.in @@ -19,4 +19,4 @@ ConditionNeedsUpdate=/etc [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-sysusers +ExecStart=@rootbindir@/systemd-sysusers -- cgit v1.2.3-54-g00ecf