PN: systemd
PE: 1
PV: 255.18
PR: r0
PKGE: 1
PKGV: 255.18
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-only & LGPL-2.1-or-later
DESCRIPTION: systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.
SUMMARY: A System and service manager
RDEPENDS:systemd-binfmt: glibc (>= 2.39+git2+3463100f2d) libsystemd-shared (>= 255.18)
RRECOMMENDS:systemd-binfmt: kernel-module-binfmt-misc
SECTION: base/shell
PKG:systemd-binfmt: systemd-binfmt
FILES:systemd-binfmt: /etc/binfmt.d/                       /usr/lib/binfmt.d                       /usr/lib/systemd/systemd-binfmt                       /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.*                       /usr/lib/systemd/system/systemd-binfmt.service /usr/lib/systemd/system-preset/98-systemd-binfmt.preset /usr/lib/systemd/system/systemd-binfmt.service
FILES_INFO:systemd-binfmt: {"/usr/lib/systemd/system-preset/98-systemd-binfmt.preset": 30, "/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount": 824, "/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount": 711, "/usr/lib/systemd/system/systemd-binfmt.service": 1288, "/usr/lib/systemd/systemd-binfmt": 67696}
pkg_postinst:systemd-binfmt: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in systemd-binfmt.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset systemd-binfmt.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart systemd-binfmt.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:systemd-binfmt: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop systemd-binfmt.service\n\n\t\tsystemctl disable systemd-binfmt.service\n\tfi\nfi\n
FILERDEPENDSFLIST:systemd-binfmt: /usr/lib/systemd/systemd-binfmt
FILERDEPENDS:/usr/lib/systemd/systemd-binfmt:systemd-binfmt:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libsystemd-shared-255.so(SD_SHARED)(64bit) libsystemd-shared-255.so()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:systemd-binfmt: 70549
