]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/systemd.pc.in
build-sys: make the dynamic UID range, and the container UID range configurable
[thirdparty/systemd.git] / src / core / systemd.pc.in
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # systemd is free software; you can redistribute it and/or modify it
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
8 # (at your option) any later version.
9
10 prefix=@prefix@
11 systemdutildir=@rootlibexecdir@
12 systemdsystemunitdir=@systemunitdir@
13 systemdsystempresetdir=@systempresetdir@
14 systemduserunitdir=@userunitdir@
15 systemduserpresetdir=@userpresetdir@
16 systemdsystemconfdir=@pkgsysconfdir@/system
17 systemduserconfdir=@pkgsysconfdir@/user
18 systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
19 systemduserunitpath=${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
20 systemdsystemgeneratordir=@systemgeneratordir@
21 systemdusergeneratordir=@usergeneratordir@
22 systemdsleepdir=@systemsleepdir@
23 systemdshutdowndir=@systemshutdowndir@
24 tmpfilesdir=@tmpfilesdir@
25 sysusersdir=@sysusersdir@
26 sysctldir=@sysctldir@
27 binfmtdir=@binfmtdir@
28 modulesloaddir=@modulesloaddir@
29 catalogdir=@catalogdir@
30 systemuidmax=@systemuidmax@
31 systemgidmax=@systemgidmax@
32 dynamicuidmin=@dynamicuidmin@
33 dynamicuidmax=@dynamicuidmax@
34 containeruidbasemin=@containeruidbasemin@
35 containeruidbasemax=@containeruidbasemax@
36
37 Name: systemd
38 Description: systemd System and Service Manager
39 URL: @PACKAGE_URL@
40 Version: @PACKAGE_VERSION@