search for: systemdutildir

Displaying 1 result from an estimated 1 matches for "systemdutildir".

Did you mean: systemdunitdir
2017 Apr 13
0
[PATCH] Detect correct systemdsystemshutdowndir
...s not valid: - Executable helpers are installed to ${libexecdir}, which is different from ${libdir} on bi-arch systems. - Even if nut will use ${libexecdir}, it could be different from systemd libexecdir. That is why it is better to check systemd.pc for the correct path. That path is stored as systemdutildir. In older systemd versions, systemdutildir does not exist yet, and we need to use systemdsystemunitdir can be used. Signed-off-by: Stanislav Brabec <sbrabec at suse.cz> --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac ind...