]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/systemd.pc.in
pkgconf: add full generator paths
[thirdparty/systemd.git] / src / core / systemd.pc.in
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
a3723b97
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
a3723b97
LP
8# (at your option) any later version.
9
8c6db833 10prefix=@prefix@
23bdba61 11rootprefix=@rootprefix_noslash@
1c2c7c6c
ZJS
12sysconfdir=@sysconfdir@
13systemdutildir=${rootprefix}/lib/systemd
14systemdsystemunitdir=${rootprefix}/lib/systemd/system
15systemdsystempresetdir=${rootprefix}/lib/systemd/system-preset
16systemduserunitdir=${prefix}/lib/systemd/user
17systemduserpresetdir=${prefix}/lib/systemd/user-preset
18systemdsystemconfdir=${sysconfdir}/systemd/system
19systemduserconfdir=${sysconfdir}/systemd/user
9d648202
LP
20systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
21systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemduserunitdir}:/usr/lib/systemd/user:/usr/share/systemd/user
1c2c7c6c
ZJS
22systemdsystemgeneratordir=${rootprefix}/lib/systemd/system-generators
23systemdusergeneratordir=${prefix}/lib/systemd/user-generators
fc57f105
SD
24systemdsystemgeneratorpath=/run/systemd/system-generators:/etc/systemd/system-generators:/usr/local/lib/systemd/system-generators:${systemdsystemgeneratordir}
25systemdusergeneratorpath=/run/systemd/user-generators:/etc/systemd/user-generators:/usr/local/lib/systemd/user-generators:${systemdusergeneratordir}
1c2c7c6c
ZJS
26systemdsleepdir=${rootprefix}/lib/systemd/system-sleep
27systemdshutdowndir=${rootprefix}/lib/systemd/system-shutdown
28tmpfilesdir=${prefix}/lib/tmpfiles.d
29sysusersdir=${prefix}/lib/sysusers.d
30sysctldir=${prefix}/lib/sysctl.d
31binfmtdir=${prefix}/lib/binfmt.d
32modulesloaddir=${prefix}/lib/modules-load.d
33catalogdir=${prefix}/lib/systemd/catalog
f7dc3ab9
LP
34systemuidmax=@systemuidmax@
35systemgidmax=@systemgidmax@
87d5e4f2
LP
36dynamicuidmin=@dynamicuidmin@
37dynamicuidmax=@dynamicuidmax@
38containeruidbasemin=@containeruidbasemin@
39containeruidbasemax=@containeruidbasemax@
8c6db833
LP
40
41Name: systemd
af2d49f7 42Description: systemd System and Service Manager
a67c318d
ZJS
43URL: @PROJECT_URL@
44Version: @PROJECT_VERSION@