]> git.proxmox.com Git - systemd.git/blame - src/core/systemd.pc.in
bump version to 252.11-pve1
[systemd.git] / src / core / systemd.pc.in
CommitLineData
a032b68d 1# SPDX-License-Identifier: LGPL-2.1-or-later
52ad194e 2#
663996b3
MS
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
a10f5d05
MB
10# Names with prefixes are preferred, and the run-together names should be
11# considered deprecated (though there is no plan to remove them). New names
12# shall have underscores.
13
a032b68d 14prefix=/usr
8b3d4ff0 15root_prefix={{ROOTPREFIX_NOSLASH}}
a10f5d05 16rootprefix=${root_prefix}
8b3d4ff0 17sysconf_dir={{SYSCONF_DIR}}
a10f5d05
MB
18sysconfdir=${sysconf_dir}
19
20systemd_util_dir=${root_prefix}/lib/systemd
21systemdutildir=${systemd_util_dir}
22
23systemd_system_unit_dir=${rootprefix}/lib/systemd/system
24systemdsystemunitdir=${systemd_system_unit_dir}
25
26systemd_system_preset_dir=${rootprefix}/lib/systemd/system-preset
27systemdsystempresetdir=${systemd_system_preset_dir}
28
3a6ce677 29systemd_user_unit_dir=${prefix}/lib/systemd/user
a10f5d05
MB
30systemduserunitdir=${systemd_user_unit_dir}
31
3a6ce677 32systemd_user_preset_dir=${prefix}/lib/systemd/user-preset
a10f5d05
MB
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
47systemd_system_generator_dir=${root_prefix}/lib/systemd/system-generators
48systemdsystemgeneratordir=${systemd_system_generator_dir}
49
3a6ce677 50systemd_user_generator_dir=${prefix}/lib/systemd/user-generators
a10f5d05
MB
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
59systemd_sleep_dir=${root_prefix}/lib/systemd/system-sleep
60systemdsleepdir=${systemd_sleep_dir}
61
62systemd_shutdown_dir=${root_prefix}/lib/systemd/system-shutdown
63systemdshutdowndir=${systemd_shutdown_dir}
64
3a6ce677 65tmpfiles_dir=${prefix}/lib/tmpfiles.d
a10f5d05
MB
66tmpfilesdir=${tmpfiles_dir}
67
3e11e177
MB
68user_tmpfiles_dir=${prefix}/share/user-tmpfiles.d
69
a10f5d05
MB
70sysusers_dir=${rootprefix}/lib/sysusers.d
71sysusersdir=${sysusers_dir}
72
73sysctl_dir=${rootprefix}/lib/sysctl.d
74sysctldir=${sysctl_dir}
75
76binfmt_dir=${rootprefix}/lib/binfmt.d
77binfmtdir=${binfmt_dir}
78
79modules_load_dir=${rootprefix}/lib/modules-load.d
80modulesloaddir=${modules_load_dir}
81
3a6ce677 82catalog_dir=${prefix}/lib/systemd/catalog
a10f5d05
MB
83catalogdir=${catalog_dir}
84
8b3d4ff0 85system_uid_max={{SYSTEM_UID_MAX}}
a10f5d05 86systemuidmax=${system_uid_max}
8b3d4ff0 87system_gid_max={{SYSTEM_GID_MAX}}
a10f5d05
MB
88systemgidmax=${system_gid_max}
89
8b3d4ff0 90dynamic_uid_min={{DYNAMIC_UID_MIN}}
a10f5d05 91dynamicuidmin=${dynamic_uid_min}
8b3d4ff0 92dynamic_uid_max={{DYNAMIC_UID_MAX}}
a10f5d05
MB
93dynamicuidmax=${dynamic_uid_max}
94
8b3d4ff0 95container_uid_base_min={{CONTAINER_UID_BASE_MIN}}
a10f5d05 96containeruidbasemin=${container_uid_base_min}
8b3d4ff0 97container_uid_base_max={{CONTAINER_UID_BASE_MAX}}
a10f5d05 98containeruidbasemax=${container_uid_base_max}
663996b3
MS
99
100Name: systemd
101Description: systemd System and Service Manager
8b3d4ff0
MB
102URL: {{PROJECT_URL}}
103Version: {{PROJECT_VERSION}}