]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/systemd.pc.in
Drop split-usr and unmerged-usr support
[thirdparty/systemd.git] / src / core / systemd.pc.in
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
d9215cd8 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
162392b7 10# Names with prefixes are preferred, and the run-together names should be
4908de44
ZJS
11# considered deprecated (though there is no plan to remove them). New names
12# shall have underscores.
13
b0d3095f
LB
14prefix={{PREFIX_NOSLASH}}
15root_prefix=${prefix}
16rootprefix=${prefix}
e11a25ca 17sysconf_dir={{SYSCONF_DIR}}
4908de44
ZJS
18sysconfdir=${sysconf_dir}
19
b0d3095f 20systemd_util_dir=${prefix}/lib/systemd
4908de44
ZJS
21systemdutildir=${systemd_util_dir}
22
b0d3095f 23systemd_system_unit_dir=${prefix}/lib/systemd/system
4908de44
ZJS
24systemdsystemunitdir=${systemd_system_unit_dir}
25
b0d3095f 26systemd_system_preset_dir=${prefix}/lib/systemd/system-preset
4908de44
ZJS
27systemdsystempresetdir=${systemd_system_preset_dir}
28
60bce7c6 29systemd_user_unit_dir=${prefix}/lib/systemd/user
4908de44
ZJS
30systemduserunitdir=${systemd_user_unit_dir}
31
60bce7c6 32systemd_user_preset_dir=${prefix}/lib/systemd/user-preset
4908de44
ZJS
33systemduserpresetdir=${systemd_user_preset_dir}
34
35systemd_system_conf_dir=${sysconfdir}/systemd/system
36systemdsystemconfdir=${systemd_system_conf_dir}
37
38systemd_user_conf_dir=${sysconfdir}/systemd/user
39systemduserconfdir=${systemd_user_conf_dir}
40
41systemd_system_unit_path=${systemd_system_conf_dir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemd_system_unit_dir}:/usr/lib/systemd/system:/lib/systemd/system
42systemdsystemunitpath=${systemd_system_unit_path}
43
44systemd_user_unit_path=${systemd_user_conf_dir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemd_user_unit_dir}:/usr/lib/systemd/user:/usr/share/systemd/user
45systemduserunitpath=${systemd_user_unit_path}
46
b0d3095f 47systemd_system_generator_dir=${prefix}/lib/systemd/system-generators
4908de44
ZJS
48systemdsystemgeneratordir=${systemd_system_generator_dir}
49
60bce7c6 50systemd_user_generator_dir=${prefix}/lib/systemd/user-generators
4908de44
ZJS
51systemdusergeneratordir=${systemd_user_generator_dir}
52
53systemd_system_generator_path=/run/systemd/system-generators:/etc/systemd/system-generators:/usr/local/lib/systemd/system-generators:${systemd_system_generator_dir}
54systemdsystemgeneratorpath=${systemd_system_generator_path}
55
56systemd_user_generator_path=/run/systemd/user-generators:/etc/systemd/user-generators:/usr/local/lib/systemd/user-generators:${systemd_user_generator_dir}
57systemdusergeneratorpath=${systemd_user_generator_path}
58
b0d3095f 59systemd_sleep_dir=${prefix}/lib/systemd/system-sleep
4908de44
ZJS
60systemdsleepdir=${systemd_sleep_dir}
61
b0d3095f 62systemd_shutdown_dir=${prefix}/lib/systemd/system-shutdown
4908de44
ZJS
63systemdshutdowndir=${systemd_shutdown_dir}
64
60bce7c6 65tmpfiles_dir=${prefix}/lib/tmpfiles.d
4908de44
ZJS
66tmpfilesdir=${tmpfiles_dir}
67
107795a7
ZJS
68user_tmpfiles_dir=${prefix}/share/user-tmpfiles.d
69
b0d3095f 70sysusers_dir=${prefix}/lib/sysusers.d
4908de44
ZJS
71sysusersdir=${sysusers_dir}
72
b0d3095f 73sysctl_dir=${prefix}/lib/sysctl.d
4908de44
ZJS
74sysctldir=${sysctl_dir}
75
b0d3095f 76binfmt_dir=${prefix}/lib/binfmt.d
4908de44
ZJS
77binfmtdir=${binfmt_dir}
78
b0d3095f 79modules_load_dir=${prefix}/lib/modules-load.d
4908de44
ZJS
80modulesloaddir=${modules_load_dir}
81
60bce7c6 82catalog_dir=${prefix}/lib/systemd/catalog
4908de44
ZJS
83catalogdir=${catalog_dir}
84
e11a25ca 85system_uid_max={{SYSTEM_UID_MAX}}
4908de44 86systemuidmax=${system_uid_max}
e11a25ca 87system_gid_max={{SYSTEM_GID_MAX}}
4908de44
ZJS
88systemgidmax=${system_gid_max}
89
e11a25ca 90dynamic_uid_min={{DYNAMIC_UID_MIN}}
4908de44 91dynamicuidmin=${dynamic_uid_min}
e11a25ca 92dynamic_uid_max={{DYNAMIC_UID_MAX}}
4908de44
ZJS
93dynamicuidmax=${dynamic_uid_max}
94
e11a25ca 95container_uid_base_min={{CONTAINER_UID_BASE_MIN}}
4908de44 96containeruidbasemin=${container_uid_base_min}
e11a25ca 97container_uid_base_max={{CONTAINER_UID_BASE_MAX}}
4908de44 98containeruidbasemax=${container_uid_base_max}
8c6db833
LP
99
100Name: systemd
af2d49f7 101Description: systemd System and Service Manager
e11a25ca
ZJS
102URL: {{PROJECT_URL}}
103Version: {{PROJECT_VERSION}}