PN: systemd
PE: 1
PV: 250.14
PR: r0
PKGE: 1
PKGV: 250.14
PKGR: r0.4
LICENSE: GPL-2.0-only & LGPL-2.1-only
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.35) libsystemd-shared (>= 250.14)
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": 814, "/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount": 726, "/usr/lib/systemd/system/systemd-binfmt.service": 1288, "/usr/lib/systemd/systemd-binfmt": 9692}
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-armhf.so.3(GLIBC_2.4) libsystemd-shared-250.so(SD_SHARED) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libsystemd-shared-250.so libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE:systemd-binfmt: 12550
