1 # This file is part of systemd.
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
10 systemdutildir=@rootlibexecdir@
11 systemdsystemunitdir=@systemunitdir@
12 systemdsystempresetdir=@systempresetdir@
13 systemduserunitdir=@userunitdir@
14 systemduserpresetdir=@userpresetdir@
15 systemdsystemconfdir=@pkgsysconfdir@/system
16 systemduserconfdir=@pkgsysconfdir@/user
17 systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
18 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
19 systemdsystemgeneratordir=@systemgeneratordir@
20 systemdusergeneratordir=@usergeneratordir@
21 systemdsleepdir=@systemsleepdir@
22 systemdshutdowndir=@systemshutdowndir@
23 tmpfilesdir=@tmpfilesdir@
24 sysusersdir=@sysusersdir@
27 modulesloaddir=@modulesloaddir@
28 catalogdir=@catalogdir@
29 systemuidmax=@systemuidmax@
30 systemgidmax=@systemgidmax@
33 Description: systemd System and Service Manager
35 Version: @PACKAGE_VERSION@