systemd.inc 1.0 KB

123456789101112131415161718192021
  1. SUMMARY = "A System and service manager"
  2. HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
  3. DESCRIPTION = "systemd is a system and service manager for Linux, compatible with \
  4. SysV and LSB init scripts. systemd provides aggressive parallelization \
  5. capabilities, uses socket and D-Bus activation for starting services, \
  6. offers on-demand starting of daemons, keeps track of processes using \
  7. Linux cgroups, supports snapshotting and restoring of the system \
  8. state, maintains mount and automount points and implements an \
  9. elaborate transactional dependency-based service control logic. It can \
  10. work as a drop-in replacement for sysvinit."
  11. LICENSE = "GPLv2 & LGPLv2.1"
  12. LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
  13. file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
  14. SRCREV = "2ee1c57c4ff4fd3349cf03c2e89fbd18ca0b3a4a"
  15. SRCBRANCH = "v246-stable"
  16. SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
  17. S = "${WORKDIR}/git"