]> git.ipfire.org Git - thirdparty/systemd.git/blame - 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
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@
4f552cc7 11systemdutildir=@rootlibexecdir@
8c6db833 12systemdsystemunitdir=@systemunitdir@
a1d41e17 13systemdsystempresetdir=@systempresetdir@
d19c883d 14systemduserunitdir=@userunitdir@
a1d41e17 15systemduserpresetdir=@userpresetdir@
8c6db833 16systemdsystemconfdir=@pkgsysconfdir@/system
8a9ef77c 17systemduserconfdir=@pkgsysconfdir@/user
9d648202
LP
18systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
19systemduserunitpath=${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
d267e69d
ZJS
20systemdsystemgeneratordir=@systemgeneratordir@
21systemdusergeneratordir=@usergeneratordir@
d4e85aac
LP
22systemdsleepdir=@systemsleepdir@
23systemdshutdowndir=@systemshutdowndir@
24tmpfilesdir=@tmpfilesdir@
25sysusersdir=@sysusersdir@
26sysctldir=@sysctldir@
27binfmtdir=@binfmtdir@
28modulesloaddir=@modulesloaddir@
d267e69d 29catalogdir=@catalogdir@
f7dc3ab9
LP
30systemuidmax=@systemuidmax@
31systemgidmax=@systemgidmax@
87d5e4f2
LP
32dynamicuidmin=@dynamicuidmin@
33dynamicuidmax=@dynamicuidmax@
34containeruidbasemin=@containeruidbasemin@
35containeruidbasemax=@containeruidbasemax@
8c6db833
LP
36
37Name: systemd
af2d49f7 38Description: systemd System and Service Manager
8c6db833
LP
39URL: @PACKAGE_URL@
40Version: @PACKAGE_VERSION@