PN: systemd PE: 1 PV: 244.5 PR: r0 PKGE: 1 PKGV: 244.5 PKGR: r0 LICENSE: GPLv2 & LGPLv2.1 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.31+git0+4f0a61f753) systemd (>= 244.5) 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 /lib/systemd/systemd-binfmt /lib/systemd/system/proc-sys-fs-binfmt_misc.* /lib/systemd/system/systemd-binfmt.service /lib/systemd/system-preset/98-systemd-binfmt.preset /lib/systemd/system/systemd-binfmt.service FILES_INFO: {"/lib/systemd/system-preset/98-systemd-binfmt.preset": 30, "/lib/systemd/system/proc-sys-fs-binfmt_misc.automount": 780, "/lib/systemd/system/proc-sys-fs-binfmt_misc.mount": 718, "/lib/systemd/system/systemd-binfmt.service": 1200, "/lib/systemd/systemd-binfmt": 14352} pkg_postinst_systemd-binfmt: #!/bin/sh\nset -e\nif type 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 type 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: /lib/systemd/systemd-binfmt FILERDEPENDS_/lib/systemd/systemd-binfmt_systemd-binfmt: ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libsystemd-shared-244.so(SD_SHARED)(64bit) libsystemd-shared-244.so()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH) PKGSIZE_systemd-binfmt: 17080