systemd.pc 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. # This file is part of systemd.
  2. #
  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.
  7. prefix=/usr
  8. systemdutildir=/lib/systemd
  9. systemdsystemunitdir=/lib/systemd/system
  10. systemdsystempresetdir=/lib/systemd/system-preset
  11. systemduserunitdir=/usr/lib/systemd/user
  12. systemduserpresetdir=/usr/lib/systemd/user-preset
  13. systemdsystemconfdir=/etc/systemd/system
  14. systemduserconfdir=/etc/systemd/user
  15. systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
  16. 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
  17. systemdsystemgeneratordir=/lib/systemd/system-generators
  18. systemdusergeneratordir=/usr/lib/systemd/user-generators
  19. systemdsleepdir=/lib/systemd/system-sleep
  20. systemdshutdowndir=/lib/systemd/system-shutdown
  21. tmpfilesdir=/usr/lib/tmpfiles.d
  22. sysusersdir=/usr/lib/sysusers.d
  23. sysctldir=/usr/lib/sysctl.d
  24. binfmtdir=/usr/lib/binfmt.d
  25. modulesloaddir=/usr/lib/modules-load.d
  26. catalogdir=/usr/lib/systemd/catalog
  27. systemuidmax=999
  28. systemgidmax=999
  29. Name: systemd
  30. Description: systemd System and Service Manager
  31. URL: http://www.freedesktop.org/wiki/Software/systemd
  32. Version: 230