Bug#1111141: systemctl ends in assertion failed on armhf

Marc Haber mh+debian-packages at zugschlus.de
Fri Aug 15 06:35:28 BST 2025


Package: systemd
Version: 258~rc2-2
Severity: serious

Hi,

on my only Banana Pi with unstable, after updating to current unstable, 
all systemctl calls end up with a failed assertion:

[9/4082]mh at banana:~ $ sudo systemctl is-system-running
Assertion '((uintptr_t) _p) % alignof(uint64_t) == 0' failed at src/basic/pidfd-util.c:251, function pidfd_get_inode_id_impl(). Aborting.
Aborted
134 [10/4081]mh at banana:~ $

I also cannot log in to that system any more via ssh.socket and I 
suspect this has the same source. After filing this bug, I'll downgerade 
to the forky version of systemd and will report here if that solves the 
issue.

Since the assertion is uint64_t related, I guess this will affect all 
32bit architectures not only armhf. Hence severity serious.

Greetings
Marc


-- Package-specific info:

-- System Information:
Debian Release: forky/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'oldstable-security'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable')
Architecture: armhf (armv7l)

Kernel: Linux 6.16-zgbpi-armmp-lpae (SMP w/1 CPU thread)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd depends on:
ii  libacl1            2.3.2-2+b1
ii  libaudit1          1:4.0.5-1
ii  libblkid1          2.41.1-1
ii  libc6              2.41-12
ii  libmount1          2.41.1-1
ii  libpam0g           1.7.0-5
ii  libseccomp2        2.6.0-2
ii  libselinux1        3.8.1-1
ii  libssl3t64         3.5.2-1
ii  libsystemd-shared  258~rc2-2
ii  libsystemd0        258~rc2-2
ii  mount              2.41.1-1

Versions of packages systemd recommends:
ii  dbus [default-dbus-system-bus]   1.16.2-2
ii  linux-sysctl-defaults            4.14
pn  systemd-cryptsetup               <none>
ii  systemd-timesyncd [time-daemon]  258~rc2-2

Versions of packages systemd suggests:
pn  libtss2-tcti-device0  <none>
pn  polkitd               <none>
pn  systemd-boot          <none>
ii  systemd-container     258~rc2-2
pn  systemd-homed         <none>
pn  systemd-repart        <none>
ii  systemd-resolved      258~rc2-2
pn  systemd-userdbd       <none>

Versions of packages systemd is related to:
pn  dbus-user-session  <none>
pn  dracut             <none>
ii  initramfs-tools    0.150
pn  libnss-systemd     <none>
ii  libpam-systemd     258~rc2-2
ii  udev               258~rc2-2

-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/tmp.conf -> /usr/lib/tmpfiles.d/tmp.conf

--- /usr/lib/tmpfiles.d/tmp.conf	2025-08-05 18:16:07.000000000 +0200
+++ /etc/tmpfiles.d/tmp.conf	2024-05-28 07:49:02.309780942 +0200
@@ -1,12 +1 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-# See tmpfiles.d(5) for details.
-
-# Clear tmp directories separately, to make them easier to override
-q /tmp 1777 root root 10d
-q /var/tmp 1777 root root 30d
+D /tmp 1777 root root -

[EQUIVALENT] /etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/ctrl-alt-del.target
[MASKED]     /etc/systemd/system/ssh.service -> /usr/lib/systemd/system/ssh.service
[MASKED]     /etc/systemd/system/sudo.service -> /usr/lib/systemd/system/sudo.service
[OVERRIDDEN] /etc/systemd/system/tmp.mount -> /usr/lib/systemd/system/tmp.mount

--- /usr/lib/systemd/system/tmp.mount	2025-08-05 18:16:07.000000000 +0200
+++ /etc/systemd/system/tmp.mount	2023-07-22 08:04:50.386727809 +0200
@@ -1,25 +1,13 @@
-#  SPDX-License-Identifier: LGPL-2.1-or-later
-#
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
+# this file is managed by ansible
 [Unit]
-Description=Temporary Directory /tmp
-Documentation=https://systemd.io/TEMPORARY_DIRECTORIES
-Documentation=man:file-hierarchy(7)
-Documentation=https://systemd.io/API_FILE_SYSTEMS
-ConditionPathIsSymbolicLink=!/tmp
-DefaultDependencies=no
-Conflicts=umount.target
-Before=local-fs.target umount.target
-After=swap.target
+Description=mount /tmp with secure defaults
 
 [Mount]
-What=tmpfs
 Where=/tmp
+What=tmpfs
 Type=tmpfs
-Options=mode=1777,strictatime,nosuid,nodev,size=50%%,nr_inodes=1m,x-systemd.graceful-option=usrquota
+Options=nofail,size=1G,nr_inodes=5k,nodev,nosuid
+
+[Unit]
+Before=local-fs.target
+

[OVERRIDDEN] /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf -> /usr/lib/systemd/system/user at 0.service.d/10-login-barrier.conf

--- /usr/lib/systemd/system/user at 0.service.d/10-login-barrier.conf	2025-08-05 18:16:07.000000000 +0200
+++ /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf	2025-08-05 18:16:07.000000000 +0200
@@ -7,6 +7,8 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# Empty file to mask its counterpart for unprivileged users and thus cancels
-# "After=systemd-user-session.service" ordering constraint so that root can log
-# in even if the boot process is not yet finished.
+[Unit]
+# Make sure user instances are started after logins are allowed. However this
+# is not desirable for user at 0.service since root should be able to log in
+# earlier during the boot process especially if something goes wrong.
+After=systemd-user-sessions.service

[EXTENDED]   /usr/lib/systemd/system/avahi-daemon.socket -> /etc/systemd/system/avahi-daemon.socket.d/after-network-ready.conf
[EXTENDED]   /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED]   /usr/lib/systemd/system/ssh.socket -> /etc/systemd/system/ssh.socket.d/acceptyes.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-fsck-root.service -> /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-localed.service -> /usr/lib/systemd/system/systemd-localed.service.d/x11-keyboard.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-logind.service -> /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-udevd.service -> /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
[EXTENDED]   /usr/lib/systemd/system/user at .service -> /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf

14 overridden configuration files found.
-------------- next part --------------
Manager: systemd 257.7 (257.7-1)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE
Timestamp kernel: Thu 1970-01-01 01:00:06 CET
Timestamp userspace: Thu 1970-01-01 01:00:30 CET
Timestamp finish: Sun 2025-08-03 15:34:35 CEST
Timestamp security-start: Thu 1970-01-01 01:00:30 CET
Timestamp security-finish: Thu 1970-01-01 01:00:30 CET
Timestamp generators-start: Sun 2025-08-03 15:32:38 CEST
Timestamp generators-finish: Sun 2025-08-03 15:32:40 CEST
Timestamp units-load-start: Sun 2025-08-03 15:32:40 CEST
Timestamp units-load-finish: Sun 2025-08-03 15:32:42 CEST
Timestamp units-load: Fri 2025-08-15 07:02:15 CEST
Subscribed: :1.5
? Unit poweroff.target:
	Alias: runlevel0.target
	Description: System Power Off
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/poweroff.target
	Job Timeout: 30min
	Job Timeout Action: poweroff-force
	Requires: systemd-poweroff.service (origin-file)
	ConflictedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	After: systemd-poweroff.service (origin-file)
	References: systemd-poweroff.service (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:12 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 8d79260ea8d7439da8537e2fbefc1b0a
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /usr/lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work untested
	ConditionPathExists: !/rofs/etc/apparmor.d untested
	ConditionSecurity: apparmor untested
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
	Condition Timestamp: Sun 2025-08-03 15:32:49 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:49 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: haveged.service (destination-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald-audit.socket (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: haveged.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/cache/apparmor (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /lib/apparmor/apparmor.systemd reload
	? ExecReload:
		Command Line: /lib/apparmor/apparmor.systemd reload
	? ExecStop:
		Command Line: /bin/true
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit isc-dhcp-server.target:
	Description: ISC DHCP Server (all protocols)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:15 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:15 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 2cdbaeaa0dbf4c64a77f07b083794330
	Fragment Path: /etc/systemd/system/isc-dhcp-server.target
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:15 CEST
	Assert Result: yes
	Wants: isc-dhcp-server-v4.service (origin-file)
	Wants: isc-dhcp-server-v6.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: isc-dhcp-server-v4.service (destination-file)
	ConsistsOf: isc-dhcp-server-v6.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: isc-dhcp-server-v6.service (origin-default)
	After: isc-dhcp-server-v4.service (origin-default)
	After: network.target (origin-file)
	References: isc-dhcp-server-v4.service (origin-file origin-default)
	References: network.target (origin-file)
	References: isc-dhcp-server-v6.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: isc-dhcp-server-v6.service (destination-file)
	ReferencedBy: isc-dhcp-server-v4.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: sshd at sshd-keygen.service (destination-file)
	Before: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	ReferencedBy: sshd at sshd-keygen.service (destination-file)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
? Unit graphical.target:
	Alias: default.target
	Alias: runlevel5.target
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:35 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:35 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:35 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 3dffb2541e2d4088be2c62cbcaeb504b
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/graphical.target
	Condition Timestamp: Sun 2025-08-03 15:34:35 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:35 CEST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: haveged.service (origin-file)
	Wants: display-manager.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	After: multi-user.target (origin-file origin-default)
	After: display-manager.service (origin-file)
	After: rescue.target (origin-file)
	After: e2scrub_reap.service (origin-default)
	After: rescue.service (origin-file)
	References: multi-user.target (origin-file origin-default)
	References: haveged.service (origin-file)
	References: display-manager.service (origin-file)
	References: rescue.target (origin-file)
	References: e2scrub_reap.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-hostnamed.service:
	Alias: dbus-org.freedesktop.hostname1.service
	Description: Hostname Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd-hostnamed.service(8)
	Documentation: man:hostname(5)
	Documentation: man:machine-info(5)
	Documentation: man:org.freedesktop.hostname1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.service
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: tmp.mount (origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: tmp.mount (origin-path)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-hostnamed.socket (destination-implicit)
	TriggeredBy: systemd-hostnamed.socket (destination-implicit)
	References: tmp.mount (origin-path)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-hostnamed.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	BusName: org.freedesktop.hostname1
	Bus Name Good: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: invisible
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_admin
	DynamicUser: no
	ReadWritePaths: /etc /run/systemd
	LockPersonality: yes
	SystemCallFilter: llistxattr dup3 vmsplice mlock sysinfo migrate_pages uretprobe exit inotify_rm_watch preadv2 getuid32 recvmmsg io_getevents pread64 set_mempolicy_home_node accept4 statfs setns timerfd_gettime64 rt_sigpending utimensat pwrite64 fallocate futimesat getpgrp sigaltstack setfsgid32 io_uring_enter truncate remap_file_pages sched_get_priority_min fstatfs getrusage setreuid setsid getresuid32 openat2 timerfd_settime getrandom accept send epoll_pwait setgid mq_unlink eventfd getresuid setgroups32 chdir setresuid32 sigaction copy_file_range readlink fstatfs64 fgetxattr process_vm_writev getresgid listmount eventfd2 io_pgetevents_time64 timer_create setxattrat riscv_flush_icache get_robust_list landlock_add_rule sched_setaffinity mq_timedsend_time64 get_thread_area linkat openat dup semtimedop listen mq_timedreceive readlinkat gettimeofday io_cancel setresuid fstatat64 readdir sched_getattr riscv_hwprobe fchmod pidfd_send_signal utime pwritev fsetxattr mlock2 unlink oldstat getitimer _newselect fork ftruncate symlinkat inotify_add_watch timerfd_gettime alarm preadv lgetxattr sigpending timer_settime64 set_tls getsid rt_sigprocmask sched_yield execve faccessat clock_nanosleep rt_sigaction msgget sendto read lchown32 swapcontext sched_rr_get_interval_time64 landlock_restrict_self write olduname epoll_wait_old getresgid32 lstat shmctl recvfrom setfsuid futex_waitv madvise recvmmsg_time64 clock_getres_time64 setpriority gettid timer_settime getgroups32 ioprio_set readahead mq_notify _llseek ioctl sched_setparam clock_gettime io_pgetevents fchdir ipc epoll_pwait2 setreuid32 request_key mq_timedsend set_robust_list clone3 writev shmget mseal cacheflush landlock_create_ruleset setuid32 prctl ftruncate64 shmat umask readv fadvise64 shmdt mmap2 setregid32 io_submit pwritev2 membarrier rt_tgsigqueueinfo fcntl getgid32 tee poll lchown mremap setgroups getgroups timer_delete nice setxattr utimensat_time64 tgkill stat64 epoll_ctl_old mlockall setfsuid32 futex_time64 sigreturn mmap sendmsg dup2 epoll_create mq_timedreceive_time64 process_madvise mknodat sync setregid rmdir bind flock link ppoll_time64 signalfd ugetrlimit open setfsgid lseek fchmodat symlink memfd_create timer_getoverrun arch_prctl lremovexattr clone io_uring_setup getcwd msgrcv capset access inotify_init mq_getsetattr futex set_mempolicy times creat sched_getscheduler setpgid sched_getaffinity userfaultfd io_setup sched_getparam mq_open sched_get_priority_max unshare rseq setrlimit sched_rr_get_interval shutdown clock_gettime64 renameat signal clock_getres getsockopt listxattrat recv fdatasync set_tid_address clock_nanosleep_time64 capget uname chown32 getpgid sigsuspend sendmmsg waitid timerfd_create setsockopt msgsnd getppid move_pages getdents semctl name_to_handle_at kcmp setresgid32 vfork close fstat getcpu io_destroy mprotect ioprio_get unlinkat seccomp munlockall time oldlstat stat listxattr fcntl64 munlock getxattr epoll_create1 rt_sigtimedwait_time64 lsetxattr statx semop msgctl nanosleep fchownat timer_gettime getegid32 waitpid signalfd4 arm_fadvise64_64 set_thread_area geteuid rename sigprocmask io_uring_register connect wait4 getpriority restart_syscall pipe2 chmod msync flistxattr rt_sigtimedwait tkill rt_sigqueueinfo sync_file_range2 chown lstat64 setitimer select utimes epoll_wait munmap removexattr fremovexattr removexattrat add_key execveat epoll_ctl socket getrlimit timerfd_settime64 fchown32 mkdirat ppoll getuid getpid oldfstat geteuid32 sendfile64 socketcall statfs64 mbind setgid32 prlimit64 sched_setscheduler inotify_init1 pidfd_open close_range getpeername splice process_vm_readv mkdir pause setresgid timer_gettime64 sched_setattr personality rt_sigsuspend setuid pselect6_time64 semget getegid faccessat2 fstat64 newfstatat semtimedop_time64 sethostname pselect6 fchmodat2 keyctl rt_sigreturn sendfile mknod pipe getxattrat syncfs getdents64 get_mempolicy statmount fsync brk fchown recvmsg oldolduname getgid kill exit_group getsockname sync_file_range fadvise64_64 socketpair renameat2 truncate64
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-hostnamed
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: /dev/vsock r
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit sockets.target:
	Description: Socket Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8c7503a53e634669a0f1d43c8103c889
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sockets.target
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Wants: ssh.socket (origin-file)
	Wants: systemd-sysext.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-hostnamed.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: avahi-daemon.socket (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-creds.socket (origin-file)
	Wants: systemd-pcrextend.socket (origin-file)
	Wants: systemd-pcrlock.socket (origin-file)
	Wants: sshd-unix-local.socket (origin-file)
	Wants: systemd-importd.socket (origin-file)
	Wants: dbus.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald-audit.socket (destination-file)
	After: systemd-creds.socket (destination-file)
	After: sshd-unix-local.socket (origin-default destination-default)
	After: ssh.socket (origin-default destination-file destination-default)
	After: syslog.socket (destination-file)
	After: dbus.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	After: systemd-sysext.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-journald.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: systemd-importd.socket (destination-file)
	After: systemd-hostnamed.socket (origin-default destination-default)
	After: avahi-daemon.socket (origin-default destination-default)
	After: systemd-networkd.socket (destination-file)
	After: systemd-pcrlock.socket (destination-file)
	After: systemd-pcrextend.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	References: systemd-pcrlock.socket (origin-file)
	References: avahi-daemon.socket (origin-file origin-default)
	References: dbus.socket (origin-file origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-creds.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: sshd-unix-local.socket (origin-file origin-default)
	References: systemd-pcrextend.socket (origin-file)
	References: systemd-importd.socket (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-hostnamed.socket (origin-file origin-default)
	References: systemd-initctl.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: ssh.socket (origin-file origin-default)
	References: systemd-sysext.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-udevd-kernel.socket (origin-file)
	ReferencedBy: systemd-sysext.socket (destination-file)
	ReferencedBy: systemd-importd.socket (destination-file)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: systemd-creds.socket (destination-file)
	ReferencedBy: ssh.socket (destination-file destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-pcrextend.socket (destination-file)
	ReferencedBy: systemd-pcrlock.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-banana-swap0.device:
	Description: /dev/banana/swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 489a7718577e4dbaa0fd84be1887ba6f
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/banana/swap0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit blockdev at dev-mapper-banana\x2dsrv.target:
	Description: Block Device Preparation for /dev/mapper/banana-srv
	Instance: dev-mapper-banana\x2dsrv
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: srv.mount (destination-file destination-mountinfo)
	Before: umount.target (origin-file)
	References: umount.target (origin-file)
	ReferencedBy: srv.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit postfix.service:
	Description: postfix.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
? Unit avahi-daemon.socket:
	Description: Avahi mDNS/DNS-SD Stack Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:02:23 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4efe6b09cf44443cbabd7f071ce8cff6
	Fragment Path: /usr/lib/systemd/system/avahi-daemon.socket
	DropIn Path: /etc/systemd/system/avahi-daemon.socket.d/after-network-ready.conf
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: avahi-daemon.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: network-online.target (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: avahi-daemon.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: network-online.target (origin-file)
	References: avahi-daemon.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/avahi-daemon/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: avahi-daemon.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/avahi-daemon/socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-random-seed.service:
	Description: Load/Save OS Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:23 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:21 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:23 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9b9b5ecbf56d4fc1aeddb3e2e2ea9fa8
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /usr/lib/systemd/system/systemd-random-seed.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Sun 2025-08-03 15:00:21 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:21 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: first-boot-complete.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: first-boot-complete.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 10min
	TimeoutStopSec: 10min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-random-seed load
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-random-seed save
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:23 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 96cea275d0354f509d65cf3b523fef1a
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: https://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /usr/lib/systemd/system/getty.target
	Condition Timestamp: Sun 2025-08-03 15:34:23 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:23 CEST
	Assert Result: yes
	Wants: getty at tty1.service (origin-file)
	Wants: serial-getty at ttyS0.service (origin-file)
	Wants: getty-static.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: getty-static.service (origin-default)
	After: serial-getty at ttyS0.service (origin-default destination-file)
	After: getty at tty1.service (origin-default destination-file)
	References: serial-getty at ttyS0.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: getty at tty1.service (origin-file origin-default)
	References: getty-static.service (origin-file origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit sshd-unix-local.socket:
	Description: OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sshd-unix-local.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: e49f8d6694c44fee98633b3231635f68
	Documentation: man:systemd-ssh-generator(8)
	Fragment Path: /run/systemd/generator/sshd-unix-local.socket
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/ssh-unix-local/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: connection
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 64
	MaxConnectionsPerSource: 0
	ListenStream: /run/ssh-unix-local/socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 30s
	PollLimitBurst: 50
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:39 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:39 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:39 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:39 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cron.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c19476c227064aebadb056eb733b53aa
	Documentation: man:cron(8)
	Fragment Path: /usr/lib/systemd/system/cron.service
	Condition Timestamp: Fri 2025-08-08 11:15:39 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:39 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: nss-user-lookup.target (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: remote-fs.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29223
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/cron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: cron
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/cron -f "\$EXTRA_OPTS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-banana\x2droot.device:
	Description: /dev/mapper/banana-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8ade5784651b4d89b07c090e5caef8bf
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/banana-root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev,found-mount
? Unit sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device:
	Description: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 22c40b71a3934257924470dd063ded59
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSE16G_0x793544c4.device
	Following Set Member: dev-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Sysfs Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
? Unit dev-mapper-banana\x2dsrv.device:
	Description: /dev/mapper/banana-srv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: b557807a6c5d486888fc3feebbecde1b
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	RequiredBy: srv.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	Before: srv.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	PropagatesStopTo: srv.mount (destination-mountinfo)
	ReferencedBy: srv.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/banana-srv
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev,found-mount
? Unit systemd-update-done.service:
	Description: Update is Completed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-update-done.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-update-done.service
	ConditionNeedsUpdate: |/var untested
	ConditionNeedsUpdate: |/etc untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journal-catalog-update.service (destination-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-hwdb-update.service (destination-file)
	After: ldconfig.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-update-done
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit isc-dhcp-server.service:
	Description: isc-dhcp-server.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Fragment Path: /etc/systemd/system/isc-dhcp-server.service
	Wants: isc-dhcp-server-v6.service (origin-file)
	Wants: isc-dhcp-server-v4.service (origin-file)
	Wants: isc-dhcp-server-v4-old.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	References: isc-dhcp-server-v6.service (origin-file)
	References: isc-dhcp-server-v4.service (origin-file)
	References: isc-dhcp-server-v4-old.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
? Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target (origin-default)
	Before: atd.service (destination-file)
	Before: sshd at sshd-keygen.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: cron.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: sshd at sshd-keygen.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-banana-swap0.swap:
	Description: /dev/banana/swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4cddc9c4e7ef498caa36361bf2827a98
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Following Set Member: dev-dm\x2d0.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	After: dev-dm\x2d0.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: dev-dm\x2d0.device (origin-proc-swap)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/banana/swap0 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/banana/swap0
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd-usr-fs.target:
	Description: Initrd /usr File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-usr-fs.target
	AssertPathExists: /etc/initrd-release untested
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit user-1001.slice:
	Description: User Slice of UID 1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2025-08-06 13:23:24 CEST
	Inactive Exit Timestamp: Wed 2025-08-06 13:23:24 CEST
	Active Enter Timestamp: Wed 2025-08-06 13:23:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user.slice
	CGroup: /user.slice/user-1001.slice
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct memory pids
	Invocation ID: b492d42e94f0499cb3d329bfeeefab94
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Wed 2025-08-06 13:23:24 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2025-08-06 13:23:24 CEST
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: session-873.scope (destination-file)
	RequiredBy: session-223.scope (destination-file)
	RequiredBy: session-448.scope (destination-file)
	RequiredBy: user at 1001.service (destination-file)
	RequiredBy: session-283.scope (destination-file)
	RequiredBy: session-908.scope (destination-file)
	RequiredBy: user-runtime-dir at 1001.service (destination-file)
	RequiredBy: session-372.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-873.scope (destination-file)
	Before: session-223.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-448.scope (destination-file)
	Before: user at 1001.service (destination-file)
	Before: session-283.scope (destination-file)
	Before: session-908.scope (destination-file)
	Before: user-runtime-dir at 1001.service (destination-file)
	Before: session-372.scope (destination-file)
	After: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: user.slice (origin-implicit)
	ReferencedBy: session-873.scope (destination-file destination-slice-property)
	ReferencedBy: session-223.scope (destination-file destination-slice-property)
	ReferencedBy: session-448.scope (destination-file destination-slice-property)
	ReferencedBy: user at 1001.service (destination-file destination-slice-property)
	ReferencedBy: session-283.scope (destination-file destination-slice-property)
	ReferencedBy: session-908.scope (destination-file destination-slice-property)
	ReferencedBy: user-runtime-dir at 1001.service (destination-file destination-slice-property)
	ReferencedBy: session-372.scope (destination-file destination-slice-property)
	InSlice: user.slice (origin-implicit)
	SliceOf: session-873.scope (destination-slice-property)
	SliceOf: session-223.scope (destination-slice-property)
	SliceOf: session-448.scope (destination-slice-property)
	SliceOf: user at 1001.service (destination-slice-property)
	SliceOf: session-283.scope (destination-slice-property)
	SliceOf: session-908.scope (destination-slice-property)
	SliceOf: user-runtime-dir at 1001.service (destination-slice-property)
	SliceOf: session-372.scope (destination-slice-property)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 4994
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
? Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
? Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:20 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-config.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f3c11146cf4041f0b3ff822a82e98092
	Documentation: https://docs.kernel.org/filesystems/configfs.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Sun 2025-08-03 15:00:18 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:18 CEST
	Assert Result: yes
	Requires: modprobe at configfs.service (origin-file)
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sys-module-configfs.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: modprobe at configfs.service (origin-file)
	After: -.mount (origin-path)
	References: -.slice (origin-file origin-slice-property)
	References: modprobe at configfs.service (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sys-module-configfs.device (destination-udev)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /sys/kernel/config
	What: configfs
	File System Type: configfs
	Options: rw,nosuid,nodev,noexec,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device:
	Description: /dev/disk/by-uuid/297a6de2-c39b-49f4-a074-189844ced74e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 906c5440bf604af0bb7ac1822f738e92
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/297a6de2-c39b-49f4-a074-189844ced74e
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit dev-disk-by\x2did-mmc\x2dSE16G_0x793544c4.device:
	Description: /dev/disk/by-id/mmc-SE16G_0x793544c4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 230002d8174546c798aa434b4d12fc05
	Following: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/mmc-SE16G_0x793544c4
	Sysfs Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
? Unit initrd-cleanup.service:
	Description: Cleaning Up and Shutting Down Daemons
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/initrd-cleanup.service
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Before: initrd-switch-root.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: initrd-fs.target (origin-file)
	After: initrd.target (origin-file)
	After: system.slice (origin-file)
	After: initrd-root-fs.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-fs.target (origin-file)
	References: initrd.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-root-fs.target (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemctl --no-block isolate initrd-switch-root.target
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-sysext.socket:
	Description: System Extension Image Management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-sysext.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 01bd1fb75c1c4e08b48c93cd39db00be
	Documentation: man:systemd-sysext(8)
	Fragment Path: /usr/lib/systemd/system/systemd-sysext.socket
	ConditionCapability: CAP_SYS_ADMIN untested
	Condition Timestamp: Sun 2025-08-03 15:32:49 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:49 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: local-fs.target (origin-file)
	References: local-fs.target (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/io.systemd.sysext (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 64
	MaxConnectionsPerSource: 16
	ListenStream: /run/systemd/io.systemd.sysext
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 2s
	PollLimitBurst: 150
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-setup.service:
	Description: Create System Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:00 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:50 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:00 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 30bf07164ea147dab9a8c480b46eeac9
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Sun 2025-08-03 15:32:50 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:50 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-logind.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: exim4.service (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-firstboot.service (destination-file)
	Before: plocate-updatedb.service (destination-file)
	Before: ldconfig.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: irqbalance.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: haveged.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	After: systemd-sysext.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: systemd-confext.service (destination-file)
	After: local-fs.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: irqbalance.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-file)
	ReferencedBy: systemd-hostnamed.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: haveged.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /usr/lib/systemd/system/rc-local.service
	DropIn Path: /usr/lib/systemd/system/rc-local.service.d/debian.conf
	ConditionFileIsExecutable: /etc/rc.local untested
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal+console
	StandardError: journal+console
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /etc/rc.local start
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:38 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:38 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:38 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: c13cb4fc3e9e4bd684e84938c1ffb918
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/time-set.target
	Condition Timestamp: Sun 2025-08-03 15:32:38 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:38 CEST
	Assert Result: yes
	WantedBy: time-sync.target (destination-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: dailyaidecheck.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.timer (destination-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: fake-hwclock-save.timer (destination-default)
	Before: time-sync.target (destination-file destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: cron-apt at hourly.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: dpkg-db-backup.timer (destination-default)
	Before: cron-apt.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: exim4-base.timer (destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: cron-apt.timer (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: cron-apt at hourly.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: fake-hwclock-save.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: time-sync.target (destination-file destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: dailyaidecheck.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-machine-id-commit.service:
	Description: Save Transient machine-id to Disk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: first-boot-complete.target (origin-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: first-boot-complete.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-machine-id-setup --commit
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-end0.device:
	Description: /sys/subsystem/net/devices/end0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:46 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 5a6d521fca214c408351b3e3886a2c4e
	Following Set Member: sys-devices-platform-soc-1c50000.ethernet-net-end0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/end0
	Sysfs Path: /sys/devices/platform/soc/1c50000.ethernet/net/end0
	Found: found-udev
? Unit dev-disk-by\x2dlabel-banana\x2dswap0.swap:
	Description: /dev/disk/by-label/banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5f1c0b1cda5b48a0b96b200d1312761e
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-dm\x2d0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-label/banana-swap0 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-label/banana-swap0
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sshd.service:
	Description: sshd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: sshd-keygen.service (destination-file)
	ReferencedBy: sshd-keygen.service (destination-file)
? Unit session-873.scope:
	Description: Session 873 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2025-08-14 22:15:20 CEST
	Inactive Exit Timestamp: Thu 2025-08-14 21:32:29 CEST
	Active Enter Timestamp: Thu 2025-08-14 21:32:29 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-873.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: d9063528872f4da28bd558c556cd42eb
	Fragment Path: /run/systemd/transient/session-873.scope
	Condition Timestamp: Thu 2025-08-14 21:32:29 CEST
	Condition Result: yes
	Assert Timestamp: Thu 2025-08-14 21:32:29 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /user.slice
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct memory pids
	Invocation ID: 0fd4d1db7dc044ef81a4ef42814e768b
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/user.slice
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-1001.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: systemd-logind.service (destination-file)
	Before: user-1001.slice (destination-implicit)
	After: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: user-1001.slice (destination-implicit)
	InSlice: -.slice (origin-implicit)
	SliceOf: user-1001.slice (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-soc-1c28c00.serial-1c28c00.serial:0-1c28c00.serial:0.0-tty-ttyS1.device:
	Description: /sys/devices/platform/soc/1c28c00.serial/1c28c00.serial:0/1c28c00.serial:0.0/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8bd87f7b976a499ea9ffe285c6a8002b
	Following Set Member: dev-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c28c00.serial/1c28c00.serial:0/1c28c00.serial:0.0/tty/ttyS1
	Sysfs Path: /sys/devices/platform/soc/1c28c00.serial/1c28c00.serial:0/1c28c00.serial:0.0/tty/ttyS1
	Found: found-udev
? Unit dev-dm\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:46 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 0420246917164d6ba8ca9b590ce2f653
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-proc-swap)
	RequiredBy: dev-banana-swap0.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2ddiskseq-3.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-proc-swap)
	RequiredBy: dev-dm\x2d0.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-proc-swap)
	Before: dev-banana-swap0.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-proc-swap)
	Before: dev-disk-by\x2ddiskseq-3.swap (destination-proc-swap)
	Before: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-proc-swap)
	Before: dev-dm\x2d0.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-proc-swap)
	ReferencedBy: dev-banana-swap0.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d0.swap (destination-proc-swap)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev,found-swap
? Unit paths.target:
	Description: Path Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 24e48f44292e40549a7b22465a430250
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/paths.target
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 063950dc794e4155b39f5a9e15a62197
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5001b448b4860c56-part2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit dev-disk-by\x2ddiskseq-2\x2dpart2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6ad278325dba468bb277e61245ec2f13
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/2-part2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: b2761c78f8da4b7881c2f590f85d87af
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/2acc2b37-6e7a-4f47-aead-314593cef2fa
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-sysusers.service
	ConditionCredential: |sysusers.extra untested
	ConditionNeedsUpdate: |/etc untested
	Condition Timestamp: Sun 2025-08-03 15:00:23 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-resolved.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup-dev-early.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-update-done.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-sysusers
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-sysctl.service:
	Alias: procps.service
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:22 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:19 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:22 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 20a547d04be2439bbae196c6e516d902
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /usr/lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net untested
	Condition Timestamp: Sun 2025-08-03 15:00:18 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:18 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-resolved.service (destination-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-modules-load.service (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-sysctl
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sshd-keygen.service:
	Description: Generate sshd host keys on first boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/sshd-keygen.service
	ConditionPathIsSymbolicLink: !/etc/ssh untested
	ConditionPathIsReadWrite: /etc/ssh untested
	ConditionFirstBoot: yes untested
	Condition Timestamp: Fri 2025-08-08 11:11:49 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: sshd at sshd-keygen.service (destination-file)
	WantedBy: ssh.socket (destination-file)
	WantedBy: ssh.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sshd.service (origin-file)
	Before: sshd at sshd-keygen.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: ssh.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sshd.service (origin-file)
	References: sshd at sshd-keygen.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: ssh.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sshd at sshd-keygen.service (destination-file)
	ReferencedBy: ssh.socket (destination-file)
	ReferencedBy: ssh.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: ssh-keygen -A
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit halt.target:
	Description: System Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/halt.target
	Job Timeout: 30min
	Job Timeout Action: halt-force
	Requires: systemd-halt.service (origin-file)
	ConflictedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	After: systemd-halt.service (origin-file)
	References: systemd-halt.service (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 04:22:35 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 92b57699d6bd47c78df9dd6c1ce77dfa
	Fragment Path: /usr/lib/systemd/system/apt-daily.timer
	Condition Timestamp: Sun 2025-08-03 15:34:12 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:12 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: apt-daily.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: apt-daily.service (origin-implicit)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: apt-daily.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 06,18:00:00
? Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:48 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:14:46 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:14:48 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:14:45 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:14:46 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Invocation ID: 932b8b5ceea5468fbf2f40f706202c9f
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald.service
	Condition Timestamp: Fri 2025-08-08 11:14:46 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:14:46 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: systemd-journald.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-journal-flush.service (destination-file)
	Conflicts: soft-reboot.target (origin-file)
	Before: systemd-soft-reboot.service (origin-file)
	Before: soft-reboot.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file destination-implicit)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: syslog.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	References: sysinit.target (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: syslog.socket (origin-file)
	References: systemd-soft-reboot.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: soft-reboot.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29046
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: yes
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	PassEnvironment: TERM
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/journal
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -250
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 524288
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: recvmsg ppoll msgget mkdirat capget setgroups32 kill getdents statfs io_setup io_getevents fstatfs set_tls statx ipc set_mempolicy utimes connect eventfd2 ppoll_time64 fstatfs64 sched_getparam getpgid geteuid32 lseek utimensat lgetxattr clock_gettime64 getresuid migrate_pages pselect6 munlockall syncfs ftruncate64 getdents64 io_pgetevents_time64 close_range riscv_flush_icache getgid mprotect ioprio_set link select personality setns sched_getscheduler clone alarm sched_get_priority_min unlinkat sched_rr_get_interval_time64 linkat fadvise64_64 sendfile64 creat sigprocmask sync_file_range request_key sendto io_submit sched_getaffinity signal listxattrat seccomp sched_setattr setxattr rmdir cacheflush timer_gettime64 removexattr msgctl sched_get_priority_max move_pages readahead send rt_sigaction io_destroy swapcontext readlinkat fadvise64 semctl dup mlock2 ftruncate lchown32 setreuid mmap2 gettid mq_open fchmodat nanosleep landlock_create_ruleset timer_gettime mq_getsetattr bind getresgid32 capset getsid llistxattr symlink epoll_wait_old getsockopt futex sigreturn shmat pread64 set_robust_list pwritev2 setregid splice sched_setaffinity munlock epoll_create utime rt_sigreturn recv recvfrom uretprobe rt_sigqueueinfo accept4 vfork exit setgid inotify_add_watch mseal keyctl landlock_add_rule clock_getres futex_time64 listxattr timerfd_create shutdown pwritev clock_getres_time64 oldstat pipe2 prctl openat futimesat copy_file_range msync timer_getoverrun arch_prctl tgkill eventfd io_uring_enter setsid utimensat_time64 timerfd_settime lchown process_madvise mq_timedreceive_time64 mkdir readdir getpid mq_timedsend oldlstat access timerfd_gettime64 getrusage setreuid32 timer_settime timer_delete removexattrat getxattr fchown renameat2 io_cancel truncate64 sync sched_setparam setfsgid restart_syscall rseq getresgid semop rename msgrcv gettimeofday getuid32 exit_group semtimedop_time64 lstat64 mq_timedsend_time64 fremovexattr flock fstatat64 chdir get_mempolicy setfsgid32 fcntl sysinfo rt_sigsuspend newfstatat olduname epoll_wait getgroups mq_unlink ioprio_get lsetxattr clone3 vmsplice prlimit64 getuid setsockopt fchmod setgroups getresuid32 getpgrp recvmmsg_time64 kcmp inotify_rm_watch preadv2 getcpu shmget preadv mlock clock_gettime statmount stat rt_sigtimedwait epoll_pwait process_vm_readv listmount read rt_sigprocmask inotify_init1 getegid32 wait4 sendmsg fdatasync pwrite64 sigpending membarrier getitimer getrlimit fgetxattr sched_setscheduler setuid unshare memfd_create geteuid timerfd_settime64 setregid32 getppid socketpair umask io_uring_register setuid32 setitimer set_mempolicy_home_node fork waitpid sigsuspend pidfd_open unlink fchmodat2 process_vm_writev symlinkat semtimedop setfsuid32 fallocate ioctl add_key truncate mremap fchownat execve pipe sched_getattr time epoll_pwait2 get_thread_area sched_yield setpriority lremovexattr inotify_init mknod stat64 fsetxattr poll brk recvmmsg signalfd4 futex_waitv close getgid32 setgid32 readlink open munmap tee io_pgetevents rt_tgsigqueueinfo faccessat socketcall remap_file_pages sigaction getpriority setpgid epoll_ctl getgroups32 setrlimit get_robust_list lstat clock_nanosleep timerfd_gettime sigaltstack mq_timedreceive name_to_handle_at accept execveat setfsuid chmod clock_nanosleep_time64 sendfile userfaultfd setresgid32 faccessat2 msgsnd epoll_ctl_old fchown32 getcwd fcntl64 rt_sigpending mq_notify write sync_file_range2 timer_settime64 fsync oldolduname nice riscv_hwprobe _newselect chown32 mknodat semget dup3 flistxattr getrandom shmctl chown uname fchdir getegid shmdt io_uring_setup listen rt_sigtimedwait_time64 openat2 getpeername setxattrat mlockall set_thread_area signalfd _llseek ugetrlimit landlock_restrict_self readv renameat setresgid tkill getsockname mmap statfs64 set_tid_address madvise epoll_create1 sched_rr_get_interval pidfd_send_signal waitid mbind dup2 sendmmsg pselect6_time64 timer_create times fstat arm_fadvise64_64 oldfstat writev setresuid32 setresuid pause socket fstat64 getxattrat
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-journald
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Pin: yes
	File Descriptor Store Current: 13
	File Descriptor Store Entry: 'stored' (type=sock; dev=0:9; inode=1727466; rdev=0:0; path=socket:[1727466]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7543; rdev=0:0; path=socket:[7543]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7740; rdev=0:0; path=socket:[7740]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=424091; rdev=0:0; path=socket:[424091]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=713479; rdev=0:0; path=socket:[713479]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=714986; rdev=0:0; path=socket:[714986]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715054; rdev=0:0; path=socket:[715054]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715114; rdev=0:0; path=socket:[715114]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715156; rdev=0:0; path=socket:[715156]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715175; rdev=0:0; path=socket:[715175]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715194; rdev=0:0; path=socket:[715194]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715269; rdev=0:0; path=socket:[715269]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=715929; rdev=0:0; path=socket:[715929]; access=rw)
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit atopacct.service:
	Description: Atop process accounting daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:47 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:40 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:47 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:37 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:38 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atopacct.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5a49439d567b4b13b1014179efd7a153
	Documentation: man:atopacctd(8)
	Fragment Path: /usr/lib/systemd/system/atopacct.service
	Condition Timestamp: Fri 2025-08-08 11:15:40 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:40 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: acct.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: atop.service (origin-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: atop.service (origin-file)
	References: acct.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29258
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/atopacctd.pid
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /bin/sh -c "if systemctl -q is-active acct psacct; then echo \"Process accounting already in use by (ps)acct\"; exit 1; fi"
	? ExecStart:
		Command Line: /usr/sbin/atopacctd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-sda1.target:
	Description: Block Device Preparation for /dev/sda1
	Instance: dev-sda1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: boot.mount (destination-mountinfo)
	References: umount.target (origin-file)
	ReferencedBy: boot.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
	RequiredBy: ldconfig.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: atd.service (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-poweroff.service (destination-file)
	RequiredBy: systemd-creds.socket (destination-file)
	RequiredBy: systemd-importd.socket (destination-file)
	RequiredBy: exim4.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: systemd-tpm2-setup-early.service (destination-file)
	RequiredBy: ssh.socket (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: run-lock.mount (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: initrd-cleanup.service (destination-file)
	RequiredBy: systemd-pcrextend.socket (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: systemd-importd.service (destination-file)
	RequiredBy: debspawn-clear-caches.service (destination-file)
	RequiredBy: systemd-update-done.service (destination-file)
	RequiredBy: systemd-hostnamed.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-file)
	RequiredBy: atop.service (destination-file)
	RequiredBy: systemd-pcrphase.service (destination-file)
	RequiredBy: dev-banana-swap0.swap (destination-file)
	RequiredBy: systemd-battery-check.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: system-cron\x2dapt.slice (destination-implicit)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: run-user-1001.mount (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: systemd-sysext.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: systemd-kexec.service (destination-file)
	RequiredBy: systemd-quotacheck-root.service (destination-file)
	RequiredBy: dev-disk-by\x2ddiskseq-3.swap (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: haveged.service (destination-file)
	RequiredBy: systemd-resolved.service (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: var-lib-machines.mount (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: plocate-updatedb.service (destination-file)
	RequiredBy: systemd-hostnamed.socket (destination-file)
	RequiredBy: systemd-pcrlock.socket (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: systemd-pcrmachine.service (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: dev-mapper-banana\x2dswap0.swap (destination-file)
	RequiredBy: sshd-keygen.service (destination-file)
	RequiredBy: boot.mount (destination-file)
	RequiredBy: initrd-parse-etc.service (destination-file)
	RequiredBy: isc-dhcp-server-v6.service (destination-file)
	RequiredBy: dpkg-db-backup.service (destination-file)
	RequiredBy: fake-hwclock-save.service (destination-file)
	RequiredBy: system-serial\x2dgetty.slice (destination-implicit)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: smartmontools.service (destination-file)
	RequiredBy: systemd-sysext.socket (destination-file)
	RequiredBy: systemd-hibernate-clear.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: systemd-reboot.service (destination-file)
	RequiredBy: initrd-switch-root.service (destination-file)
	RequiredBy: atopacct.service (destination-file)
	RequiredBy: systemd-hibernate-resume.service (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-pcrphase-initrd.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: fstrim.service (destination-file)
	RequiredBy: irqbalance.service (destination-file)
	RequiredBy: tmp.mount (destination-file)
	RequiredBy: atop-rotate.service (destination-file)
	RequiredBy: dailyaidecheck.service (destination-file)
	RequiredBy: systemd-udev-load-credentials.service (destination-file)
	RequiredBy: isc-dhcp-server-v4.service (destination-file)
	RequiredBy: dailyaidecheck-buildcache.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: systemd-journal-catalog-update.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: systemd-halt.service (destination-file)
	RequiredBy: systemd-udev-settle.service (destination-file)
	RequiredBy: sshd-unix-local.socket (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: systemd-soft-reboot.service (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: fake-hwclock-load.service (destination-file)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: srv.mount (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: systemd-confext.service (destination-file)
	RequiredBy: avahi-daemon.socket (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: dev-dm\x2d0.swap (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: systemd-firstboot.service (destination-file)
	RequiredBy: system-sshd.slice (destination-implicit)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: exim4-base.service (destination-file)
	RequiredBy: systemd-bsod.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: systemd-tpm2-setup.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: cron-apt.service (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	RequiredBy: systemd-networkd-persistent-storage.service (destination-file)
	RequiredBy: system-ssh.slice (destination-implicit)
	WantedBy: slices.target (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: systemd-kexec.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-hibernate-clear.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: systemd-udev-load-credentials.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: atop-rotate.service (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: atop.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: cron.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: dev-mapper-banana\x2dswap0.swap (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: dailyaidecheck-buildcache.service (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: boot.mount (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: ldconfig.service (destination-file)
	Before: atd.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: isc-dhcp-server-v6.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: emergency.service (destination-file)
	Before: dailyaidecheck.service (destination-file)
	Before: sshd-unix-local.socket (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: dev-dm\x2d0.swap (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-reboot.service (destination-file)
	Before: dev-disk-by\x2ddiskseq-3.swap (destination-file)
	Before: systemd-hibernate-resume.service (destination-file)
	Before: initrd-switch-root.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-file)
	Before: irqbalance.service (destination-file)
	Before: systemd-poweroff.service (destination-file)
	Before: systemd-bsod.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: systemd-creds.socket (destination-file)
	Before: isc-dhcp-server-v4.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: exim4-base.service (destination-file)
	Before: systemd-pcrextend.socket (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-pcrlock.socket (destination-file)
	Before: slices.target (destination-file)
	Before: rsync.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-importd.service (destination-file)
	Before: systemd-hostnamed.socket (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: run-lock.mount (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: system-ssh.slice (destination-implicit)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-file)
	Before: system-sshd.slice (destination-implicit)
	Before: systemd-udev-trigger.service (destination-file)
	Before: srv.mount (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: fake-hwclock-load.service (destination-file)
	Before: systemd-confext.service (destination-file)
	Before: system-serial\x2dgetty.slice (destination-implicit)
	Before: atopacct.service (destination-file)
	Before: fake-hwclock-save.service (destination-file)
	Before: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: run-user-1001.mount (destination-file)
	Before: dbus.socket (destination-file)
	Before: cron-apt.service (destination-file)
	Before: system-cron\x2dapt.slice (destination-implicit)
	Before: dm-event.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: rescue.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-importd.socket (destination-file)
	Before: dev-banana-swap0.swap (destination-file)
	Before: syslog.socket (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: systemd-sysext.socket (destination-file)
	Before: exim4.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: sshd-keygen.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: var-lib-machines.mount (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: ssh.socket (destination-file)
	Before: dbus.service (destination-file)
	Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: haveged.service (destination-file)
	Before: dm-event.socket (destination-file)
	Before: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-file)
	Before: smartmontools.service (destination-file)
	Before: systemd-halt.service (destination-file)
	Before: plocate-updatedb.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: systemd-confext.service (destination-file destination-slice-property)
	ReferencedBy: sshd-unix-local.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
	ReferencedBy: syslog.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file destination-slice-property)
	ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
	ReferencedBy: avahi-daemon.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tpm2-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-importd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
	ReferencedBy: dev-banana-swap0.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-hibernate-resume.service (destination-file destination-slice-property)
	ReferencedBy: systemd-creds.socket (destination-file destination-slice-property)
	ReferencedBy: logrotate.service (destination-file destination-slice-property)
	ReferencedBy: systemd-reboot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-hostnamed.service (destination-file destination-slice-property)
	ReferencedBy: exim4-base.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-bsod.service (destination-file destination-slice-property)
	ReferencedBy: ssh.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-kexec.service (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-slice-property)
	ReferencedBy: systemd-quotacheck-root.service (destination-file destination-slice-property)
	ReferencedBy: rescue.service (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
	ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
	ReferencedBy: atopacct.service (destination-file destination-slice-property)
	ReferencedBy: debspawn-clear-caches.service (destination-file destination-slice-property)
	ReferencedBy: ldconfig.service (destination-file destination-slice-property)
	ReferencedBy: system-serial\x2dgetty.slice (destination-implicit)
	ReferencedBy: run-lock.mount (destination-file destination-slice-property)
	ReferencedBy: apparmor.service (destination-file destination-slice-property)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-soft-reboot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysext.socket (destination-file destination-slice-property)
	ReferencedBy: tmp.mount (destination-file destination-slice-property)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
	ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
	ReferencedBy: systemd-battery-check.service (destination-file destination-slice-property)
	ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
	ReferencedBy: irqbalance.service (destination-file destination-slice-property)
	ReferencedBy: dailyaidecheck-buildcache.service (destination-file destination-slice-property)
	ReferencedBy: avahi-daemon.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
	ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrlock.socket (destination-file destination-slice-property)
	ReferencedBy: run-user-1001.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.service (destination-file destination-slice-property)
	ReferencedBy: atop-rotate.service (destination-file destination-slice-property)
	ReferencedBy: console-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
	ReferencedBy: var-lib-machines.mount (destination-file destination-slice-property)
	ReferencedBy: isc-dhcp-server-v6.service (destination-file destination-slice-property)
	ReferencedBy: exim4.service (destination-file destination-slice-property)
	ReferencedBy: system-ssh.slice (destination-implicit)
	ReferencedBy: getty-static.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hostnamed.socket (destination-file destination-slice-property)
	ReferencedBy: srv.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
	ReferencedBy: boot.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
	ReferencedBy: rsync.service (destination-file destination-slice-property)
	ReferencedBy: plocate-updatedb.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-slice-property)
	ReferencedBy: atd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
	ReferencedBy: haveged.service (destination-file destination-slice-property)
	ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
	ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
	ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
	ReferencedBy: fake-hwclock-save.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-done.service (destination-file destination-slice-property)
	ReferencedBy: smartmontools.service (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file destination-slice-property)
	ReferencedBy: cron.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrextend.socket (destination-file destination-slice-property)
	ReferencedBy: system-sshd.slice (destination-implicit)
	ReferencedBy: dailyaidecheck.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hibernate-clear.service (destination-file destination-slice-property)
	ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
	ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-halt.service (destination-file destination-slice-property)
	ReferencedBy: dm-event.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-resolved.service (destination-file destination-slice-property)
	ReferencedBy: systemd-poweroff.service (destination-file destination-slice-property)
	ReferencedBy: dbus.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrmachine.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-monitor.service (destination-file destination-slice-property)
	ReferencedBy: rsyslog.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
	ReferencedBy: fstrim.service (destination-file destination-slice-property)
	ReferencedBy: emergency.service (destination-file destination-slice-property)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: isc-dhcp-server-v4.service (destination-file destination-slice-property)
	ReferencedBy: apt-daily.service (destination-file destination-slice-property)
	ReferencedBy: dev-dm\x2d0.swap (destination-file destination-slice-property)
	ReferencedBy: atop.service (destination-file destination-slice-property)
	ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
	ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
	ReferencedBy: dbus.socket (destination-file destination-slice-property)
	ReferencedBy: blk-availability.service (destination-file destination-slice-property)
	ReferencedBy: rc-local.service (destination-file destination-slice-property)
	ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hwdb-update.service (destination-file destination-slice-property)
	ReferencedBy: dm-event.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-file destination-slice-property)
	ReferencedBy: cron-apt.service (destination-file destination-slice-property)
	ReferencedBy: fake-hwclock-load.service (destination-file destination-slice-property)
	ReferencedBy: system-cron\x2dapt.slice (destination-implicit)
	ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
	ReferencedBy: systemd-importd.service (destination-file destination-slice-property)
	ReferencedBy: sshd-keygen.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
	InSlice: -.slice (origin-implicit)
	SliceOf: debspawn-clear-caches.service (destination-slice-property)
	SliceOf: systemd-hibernate-clear.service (destination-slice-property)
	SliceOf: systemd-networkd-wait-online.service (destination-slice-property)
	SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
	SliceOf: atopacct.service (destination-slice-property)
	SliceOf: ssh.socket (destination-slice-property)
	SliceOf: systemd-sysctl.service (destination-slice-property)
	SliceOf: lvm2-monitor.service (destination-slice-property)
	SliceOf: dev-disk-by\x2ddiskseq-3.swap (destination-slice-property)
	SliceOf: cron-apt.service (destination-slice-property)
	SliceOf: systemd-pcrlock.socket (destination-slice-property)
	SliceOf: systemd-networkd.socket (destination-slice-property)
	SliceOf: boot.mount (destination-slice-property)
	SliceOf: systemd-user-sessions.service (destination-slice-property)
	SliceOf: keyboard-setup.service (destination-slice-property)
	SliceOf: system-ssh.slice (destination-implicit)
	SliceOf: systemd-hwdb-update.service (destination-slice-property)
	SliceOf: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-slice-property)
	SliceOf: dbus.service (destination-slice-property)
	SliceOf: cron.service (destination-slice-property)
	SliceOf: e2scrub_all.service (destination-slice-property)
	SliceOf: systemd-tpm2-setup.service (destination-slice-property)
	SliceOf: systemd-sysusers.service (destination-slice-property)
	SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
	SliceOf: systemd-ask-password-wall.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
	SliceOf: dm-event.service (destination-slice-property)
	SliceOf: systemd-bsod.service (destination-slice-property)
	SliceOf: smartmontools.service (destination-slice-property)
	SliceOf: fstrim.service (destination-slice-property)
	SliceOf: systemd-modules-load.service (destination-slice-property)
	SliceOf: isc-dhcp-server-v4.service (destination-slice-property)
	SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
	SliceOf: dev-banana-swap0.swap (destination-slice-property)
	SliceOf: rc-local.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
	SliceOf: systemd-importd.socket (destination-slice-property)
	SliceOf: system-getty.slice (destination-implicit)
	SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
	SliceOf: lvm2-lvmpolld.service (destination-slice-property)
	SliceOf: fake-hwclock-save.service (destination-slice-property)
	SliceOf: plocate-updatedb.service (destination-slice-property)
	SliceOf: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-slice-property)
	SliceOf: srv.mount (destination-slice-property)
	SliceOf: system-serial\x2dgetty.slice (destination-implicit)
	SliceOf: systemd-random-seed.service (destination-slice-property)
	SliceOf: systemd-pcrextend.socket (destination-slice-property)
	SliceOf: initrd-cleanup.service (destination-slice-property)
	SliceOf: atd.service (destination-slice-property)
	SliceOf: initrd-switch-root.service (destination-slice-property)
	SliceOf: systemd-journal-catalog-update.service (destination-slice-property)
	SliceOf: systemd-binfmt.service (destination-slice-property)
	SliceOf: systemd-journald.socket (destination-slice-property)
	SliceOf: atop.service (destination-slice-property)
	SliceOf: systemd-resolved.service (destination-slice-property)
	SliceOf: ldconfig.service (destination-slice-property)
	SliceOf: logrotate.service (destination-slice-property)
	SliceOf: systemd-networkd.service (destination-slice-property)
	SliceOf: systemd-pstore.service (destination-slice-property)
	SliceOf: tmp.mount (destination-slice-property)
	SliceOf: rsyslog.service (destination-slice-property)
	SliceOf: systemd-hostnamed.socket (destination-slice-property)
	SliceOf: kmod-static-nodes.service (destination-slice-property)
	SliceOf: systemd-networkd-persistent-storage.service (destination-slice-property)
	SliceOf: systemd-pcrphase.service (destination-slice-property)
	SliceOf: system-modprobe.slice (destination-implicit)
	SliceOf: exim4.service (destination-slice-property)
	SliceOf: avahi-daemon.service (destination-slice-property)
	SliceOf: system-sshd.slice (destination-implicit)
	SliceOf: blk-availability.service (destination-slice-property)
	SliceOf: sshd-keygen.service (destination-slice-property)
	SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
	SliceOf: var-lib-machines.mount (destination-slice-property)
	SliceOf: systemd-soft-reboot.service (destination-slice-property)
	SliceOf: dailyaidecheck-buildcache.service (destination-slice-property)
	SliceOf: getty-static.service (destination-slice-property)
	SliceOf: systemd-update-done.service (destination-slice-property)
	SliceOf: systemd-journald.service (destination-slice-property)
	SliceOf: dpkg-db-backup.service (destination-slice-property)
	SliceOf: e2scrub_reap.service (destination-slice-property)
	SliceOf: initrd-parse-etc.service (destination-slice-property)
	SliceOf: systemd-halt.service (destination-slice-property)
	SliceOf: systemd-importd.service (destination-slice-property)
	SliceOf: apt-daily-upgrade.service (destination-slice-property)
	SliceOf: systemd-udev-trigger.service (destination-slice-property)
	SliceOf: systemd-sysext.service (destination-slice-property)
	SliceOf: dev-mapper-banana\x2dswap0.swap (destination-slice-property)
	SliceOf: systemd-remount-fs.service (destination-slice-property)
	SliceOf: fake-hwclock-load.service (destination-slice-property)
	SliceOf: system-cron\x2dapt.slice (destination-implicit)
	SliceOf: systemd-tpm2-setup-early.service (destination-slice-property)
	SliceOf: systemd-battery-check.service (destination-slice-property)
	SliceOf: dm-event.socket (destination-slice-property)
	SliceOf: exim4-base.service (destination-slice-property)
	SliceOf: systemd-udev-load-credentials.service (destination-slice-property)
	SliceOf: systemd-pcrmachine.service (destination-slice-property)
	SliceOf: systemd-confext.service (destination-slice-property)
	SliceOf: systemd-creds.socket (destination-slice-property)
	SliceOf: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-slice-property)
	SliceOf: systemd-logind.service (destination-slice-property)
	SliceOf: sshd-unix-local.socket (destination-slice-property)
	SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup-dev-early.service (destination-slice-property)
	SliceOf: apparmor.service (destination-slice-property)
	SliceOf: apt-daily.service (destination-slice-property)
	SliceOf: dailyaidecheck.service (destination-slice-property)
	SliceOf: systemd-udev-settle.service (destination-slice-property)
	SliceOf: syslog.socket (destination-slice-property)
	SliceOf: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-slice-property)
	SliceOf: systemd-udevd.service (destination-slice-property)
	SliceOf: systemd-fsck-root.service (destination-slice-property)
	SliceOf: lvm2-lvmpolld.socket (destination-slice-property)
	SliceOf: systemd-kexec.service (destination-slice-property)
	SliceOf: avahi-daemon.socket (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
	SliceOf: emergency.service (destination-slice-property)
	SliceOf: atop-rotate.service (destination-slice-property)
	SliceOf: systemd-timesyncd.service (destination-slice-property)
	SliceOf: systemd-ask-password-console.service (destination-slice-property)
	SliceOf: systemd-sysext.socket (destination-slice-property)
	SliceOf: systemd-poweroff.service (destination-slice-property)
	SliceOf: systemd-journal-flush.service (destination-slice-property)
	SliceOf: systemd-reboot.service (destination-slice-property)
	SliceOf: isc-dhcp-server-v6.service (destination-slice-property)
	SliceOf: systemd-initctl.socket (destination-slice-property)
	SliceOf: systemd-hibernate-resume.service (destination-slice-property)
	SliceOf: irqbalance.service (destination-slice-property)
	SliceOf: haveged.service (destination-slice-property)
	SliceOf: rsync.service (destination-slice-property)
	SliceOf: systemd-firstboot.service (destination-slice-property)
	SliceOf: rescue.service (destination-slice-property)
	SliceOf: systemd-machine-id-commit.service (destination-slice-property)
	SliceOf: console-setup.service (destination-slice-property)
	SliceOf: systemd-quotacheck-root.service (destination-slice-property)
	SliceOf: systemd-initctl.service (destination-slice-property)
	SliceOf: systemd-hostnamed.service (destination-slice-property)
	SliceOf: dev-dm\x2d0.swap (destination-slice-property)
	SliceOf: run-user-1001.mount (destination-slice-property)
	SliceOf: systemd-journald-audit.socket (destination-slice-property)
	SliceOf: run-lock.mount (destination-slice-property)
	SliceOf: dbus.socket (destination-slice-property)
	SliceOf: systemd-udevd-control.socket (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-mapper-banana\x2dswap0.target:
	Description: Block Device Preparation for /dev/mapper/banana-swap0
	Instance: dev-mapper-banana\x2dswap0
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: dev-mapper-banana\x2dswap0.swap (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit sys-devices-platform-soc-1c29c00.serial-1c29c00.serial:0-1c29c00.serial:0.0-tty-ttyS2.device:
	Description: /sys/devices/platform/soc/1c29c00.serial/1c29c00.serial:0/1c29c00.serial:0.0/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 797054051c3f42738e783acce9c5833a
	Following Set Member: dev-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c29c00.serial/1c29c00.serial:0/1c29c00.serial:0.0/tty/ttyS2
	Sysfs Path: /sys/devices/platform/soc/1c29c00.serial/1c29c00.serial:0/1c29c00.serial:0.0/tty/ttyS2
	Found: found-udev
? Unit plocate-updatedb.service:
	Description: Update the plocate database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:02:31 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:01:49 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:02:31 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Invocation ID: fd203887fa6e41c3b64c93a10e9c498a
	Fragment Path: /usr/lib/systemd/system/plocate-updatedb.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2025-08-15 00:01:49 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:01:49 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: tmp.mount (origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: plocate-updatedb.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-path)
	After: -.mount (origin-path)
	TriggeredBy: plocate-updatedb.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: tmp.mount (origin-path)
	References: -.mount (origin-path)
	ReferencedBy: plocate-updatedb.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	Nice: 19
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 131072
	LimitNOFILESoft: 131072
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: idle
	IOPriority: 4
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_read_search
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: sendmmsg shmat ioctl readahead chown32 io_destroy times get_thread_area fadvise64 sync_file_range fork setfsuid32 userfaultfd getpeername bind sched_getattr setgroups io_submit inotify_init1 shmdt lstat64 epoll_wait ugetrlimit pipe2 _newselect pipe io_uring_register recvmmsg_time64 shutdown getsid clock_getres sched_get_priority_min listxattr fchmodat keyctl msgrcv getpgid waitpid lgetxattr munlock ftruncate timer_gettime64 oldfstat getgid32 getresuid32 mlockall getsockopt getitimer eventfd2 prlimit64 sched_rr_get_interval_time64 chown chmod execve utimensat_time64 pselect6_time64 inotify_add_watch utimensat getsockname symlink socketcall write arch_prctl unlink mlock getpid creat mq_timedsend_time64 rt_sigqueueinfo tkill olduname newfstatat timerfd_settime64 mbind sched_setparam lremovexattr getgroups getuid32 memfd_create sysinfo setresgid32 set_mempolicy inotify_rm_watch clone swapcontext sync wait4 mremap setns sigaction getresuid syncfs linkat move_pages sync_file_range2 inotify_init msgsnd rename landlock_restrict_self poll lsetxattr tgkill flistxattr io_setup setresgid unlinkat readlink clock_nanosleep uretprobe preadv setreuid mq_open fchownat rt_sigtimedwait signalfd process_madvise futex_time64 timerfd_create rt_sigprocmask clock_gettime64 recv getxattrat dup vmsplice sched_getscheduler landlock_create_ruleset epoll_create fchmodat2 arm_fadvise64_64 setgid32 clock_nanosleep_time64 readv time mkdir clock_gettime request_key set_tid_address membarrier gettimeofday connect semop getegid32 getdents64 get_mempolicy uname munlockall getpriority set_robust_list copy_file_range symlinkat pause pread64 epoll_wait_old execveat alarm setresuid32 utime sigpending rt_sigtimedwait_time64 sched_getparam setpgid faccessat2 timer_getoverrun openat sched_rr_get_interval getresgid32 ppoll semtimedop fstat64 getrlimit rt_sigsuspend fcntl dup3 process_vm_writev timer_delete fgetxattr epoll_pwait getrusage dup2 setxattrat setresuid msgctl link socket geteuid32 openat2 setsockopt name_to_handle_at prctl riscv_hwprobe statfs set_mempolicy_home_node utimes fadvise64_64 ftruncate64 timerfd_gettime nice flock select truncate readdir mmap2 setfsgid set_thread_area sched_setscheduler fchown listen getdents fchmod fallocate personality rt_sigreturn send eventfd lchown clone3 sendmsg setregid setrlimit vfork mknod migrate_pages semget setgroups32 removexattrat mseal sched_getaffinity pselect6 kill llistxattr io_uring_setup oldolduname setreuid32 epoll_pwait2 unshare getresgid clock_getres_time64 timerfd_gettime64 io_pgetevents fsetxattr _llseek set_tls oldstat mlock2 futimesat setsid socketpair capget rmdir preadv2 setpriority ipc kcmp msgget mkdirat msync getppid accept4 exit statx rt_sigpending pidfd_open pwritev2 timer_gettime setuid fdatasync get_robust_list seccomp gettid fchown32 fchdir ioprio_set ioprio_get writev chdir getgroups32 fstatat64 pidfd_send_signal timer_settime64 close_range statfs64 io_uring_enter mmap exit_group sched_get_priority_max pwritev recvfrom sendfile listmount lchown32 fcntl64 open capset timer_create stat64 renameat2 futex_waitv epoll_ctl_old landlock_add_rule setregid32 mq_notify sched_setaffinity process_vm_readv readlinkat accept geteuid getcwd semtimedop_time64 lseek pwrite64 shmget signal fstatfs64 sigaltstack faccessat futex signalfd4 madvise mknodat truncate64 rt_tgsigqueueinfo timer_settime mq_timedreceive nanosleep getpgrp getxattr recvmsg restart_syscall sigsuspend setfsuid statmount setgid recvmmsg rt_sigaction renameat sigreturn mprotect setxattr mq_timedsend getuid getegid stat remap_file_pages listxattrat getgid fremovexattr fsync umask oldlstat close riscv_flush_icache semctl munmap read tee epoll_ctl mq_timedreceive_time64 getcpu cacheflush splice brk setitimer fstatfs io_cancel add_key sched_setattr mq_getsetattr ppoll_time64 getrandom io_getevents removexattr sched_yield setfsgid32 lstat shmctl io_pgetevents_time64 setuid32 timerfd_settime sendto access fstat sendfile64 rseq mq_unlink epoll_create1 sigprocmask waitid
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/updatedb.plocate
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit multi-user.target:
	Alias: runlevel2.target
	Alias: runlevel4.target
	Alias: runlevel3.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:35 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:35 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:35 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 543254fa1c1f4ce6baf1ea4954db8773
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/multi-user.target
	Condition Timestamp: Sun 2025-08-03 15:34:35 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:35 CEST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: machines.target (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: isc-dhcp-server.service (origin-file)
	Wants: isc-dhcp-server.target (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: smartmontools.service (origin-file)
	Wants: cron-apt at hourly.timer (origin-file)
	Wants: cron.service (origin-file)
	Wants: systemd-resolved.service (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: atd.service (origin-file)
	Wants: exim4.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: irqbalance.service (origin-file)
	Wants: remote-cryptsetup.target (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: rsync.service (origin-file)
	Wants: systemd-networkd.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: atop.service (origin-file)
	Wants: bind9.service (origin-file)
	Wants: ntp.service (origin-file)
	Wants: cron-apt.timer (origin-file)
	Wants: dbus.service (origin-file)
	Wants: atopacct.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: atop.service (origin-default)
	After: avahi-daemon.service (origin-default)
	After: rescue.target (origin-file)
	After: dbus.service (origin-default)
	After: getty.target (origin-default)
	After: systemd-logind.service (origin-default)
	After: atopacct.service (origin-default)
	After: cron-apt at hourly.timer (origin-default)
	After: rsyslog.service (origin-default)
	After: isc-dhcp-server.target (origin-default)
	After: rsync.service (origin-default)
	After: smartmontools.service (origin-default)
	After: cron-apt.timer (origin-default)
	After: irqbalance.service (origin-default)
	After: atd.service (origin-default)
	After: machines.target (origin-default destination-file)
	After: exim4.service (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: rescue.service (origin-file)
	After: cron.service (origin-default)
	After: basic.target (origin-file origin-default)
	References: ntp.service (origin-file)
	References: smartmontools.service (origin-file origin-default)
	References: machines.target (origin-file origin-default)
	References: rescue.target (origin-file)
	References: isc-dhcp-server.service (origin-file)
	References: shutdown.target (origin-default)
	References: irqbalance.service (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: systemd-networkd.service (origin-file)
	References: cron.service (origin-file origin-default)
	References: bind9.service (origin-file)
	References: atop.service (origin-file origin-default)
	References: systemd-resolved.service (origin-file)
	References: getty.target (origin-file origin-default)
	References: atopacct.service (origin-file origin-default)
	References: rsync.service (origin-file origin-default)
	References: cron-apt.timer (origin-file origin-default)
	References: console-setup.service (origin-file)
	References: systemd-ask-password-wall.path (origin-file)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: avahi-daemon.service (origin-file origin-default)
	References: atd.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: rsyslog.service (origin-file origin-default)
	References: isc-dhcp-server.target (origin-file origin-default)
	References: cron-apt at hourly.timer (origin-file origin-default)
	References: exim4.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: remote-cryptsetup.target (origin-file)
	References: remote-fs.target (origin-file)
	References: basic.target (origin-file origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: machines.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit initrd-parse-etc.service:
	Description: Mountpoints Configured in the Real Root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/initrd-parse-etc.service
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	Requires: initrd-root-fs.target (origin-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: emergency.target (origin-file)
	Before: initrd-fs.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: initrd-root-fs.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: emergency.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-sysroot-fstab-check
		Command Line: systemctl --no-block start initrd-cleanup.service
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit run-lock.mount:
	Description: Legacy Locks Directory /run/lock
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/run-lock.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7a3428f621c542aabbd952d78a3c4d37
	Fragment Path: /usr/lib/systemd/system/run-lock.mount
	Source Path: /proc/self/mountinfo
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit)
	Requires: system.slice (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: local-fs.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/lock
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,noexec,relatime,size=5120k
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit kexec.target:
	Description: Reboot via kexec
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/kexec.target
	Job Timeout: 30min
	Job Timeout Action: kexec-force
	Requires: systemd-kexec.service (origin-file)
	ConflictedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	After: systemd-kexec.service (origin-file)
	References: systemd-kexec.service (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit network-pre.target:
	Description: Preparation for Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /usr/lib/systemd/system/network-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: systemd-networkd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: network.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit sshd at sshd-keygen.service:
	Alias: sshd-unix-local at sshd-keygen.service
	Description: OpenBSD Secure Shell server per-connection daemon
	Instance: sshd-keygen
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-sshd.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /usr/lib/systemd/system/sshd at .service
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system-sshd.slice (origin-file)
	Wants: sshd-keygen.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: auditd.service (origin-file)
	After: sshd-keygen.service (destination-file)
	After: system-sshd.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: auditd.service (origin-file)
	References: shutdown.target (origin-default)
	References: sshd-keygen.service (origin-file)
	References: system-sshd.slice (origin-file origin-slice-property)
	References: nss-user-lookup.target (origin-file)
	ReferencedBy: sshd-keygen.service (destination-file)
	InSlice: system-sshd.slice (origin-slice-property)
	RequiresMountsFor: /run/sshd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: socket
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/sshd -i "\$SSHD_OPTS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: c20c6ee6062e4b178c940e34941f772f
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-label/banana-boot
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /usr/lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	RequiredBy: emergency.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	Before: rescue.service (origin-file)
	Before: emergency.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: initrd-switch-root.target (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: system.slice (origin-file)
	After: syslog.socket (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: sysinit.target (destination-file)
	After: -.mount (origin-path)
	References: rescue.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /root (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: plymouth --wait quit
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-sulogin-shell emergency
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit modprobe at configfs.service:
	Description: Load Kernel Module configfs
	Instance: configfs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 04c34af87fb74214b5173502f16fa739
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:32:44 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:44 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-kernel-config.mount (destination-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/modprobe -abq configfs
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:52 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:52 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:40 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rsyslog.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 9cbd7779ca2848029e1829d9ec94bcd7
	Documentation: man:rsyslogd(8)
	Documentation: man:rsyslog.conf(5)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /usr/lib/systemd/system/rsyslog.service
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: syslog.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: -.mount (origin-path)
	Wants: tmp.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: syslog.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	TriggeredBy: syslog.socket (destination-implicit)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: syslog.socket (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-path)
	ReferencedBy: syslog.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29236
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	CapabilityBoundingSet: cap_chown cap_dac_override cap_net_bind_service cap_net_admin cap_sys_admin cap_sys_resource cap_lease cap_syslog cap_block_suspend
	DynamicUser: no
	LockPersonality: no
	SystemCallFilter: clock_gettime64 sendmsg mq_open openat getgroups exit_group olduname recvmmsg setgid getdents timer_getoverrun setreuid32 setrlimit unlink recv openat2 rt_tgsigqueueinfo add_key setresgid32 clock_nanosleep_time64 getresgid getrandom io_destroy umask fadvise64_64 getpeername poll timer_create fchmod ioctl mq_unlink setuid uname semtimedop_time64 pipe close_range remap_file_pages sched_get_priority_min chdir fcntl fork futex_time64 get_mempolicy readahead close getpriority getrlimit timerfd_gettime64 listxattrat mq_notify kill fstatat64 vmsplice setxattr eventfd2 arch_prctl _llseek sync_file_range2 execveat mq_timedreceive_time64 process_madvise clock_gettime getpid readlink mkdir recvfrom setresuid32 open socketcall set_mempolicy getegid32 pselect6 link io_submit socket process_vm_writev dup mmap2 landlock_create_ruleset signalfd msgsnd shutdown sigprocmask fsync munmap geteuid personality rseq mknodat setfsgid32 setfsuid preadv send epoll_create1 epoll_wait landlock_restrict_self lgetxattr prctl ioprio_get get_thread_area linkat chown request_key shmctl getgid32 getuid32 setxattrat fstat getegid epoll_ctl memfd_create fchownat truncate64 mq_timedreceive statfs mq_timedsend_time64 shmdt mlock getresgid32 setregid32 write getsockopt io_cancel setgroups semctl ppoll creat name_to_handle_at getxattrat epoll_ctl_old set_tls semop chmod mq_getsetattr getgid msync restart_syscall io_uring_setup set_mempolicy_home_node sched_setattr writev io_uring_enter getuid listmount ugetrlimit lchown setresuid accept sigpending sched_setscheduler timerfd_settime setresgid kcmp inotify_rm_watch process_vm_readv migrate_pages timerfd_settime64 timer_delete setuid32 uretprobe inotify_init inotify_add_watch munlock ftruncate utimes clone mq_timedsend clock_nanosleep sysinfo flistxattr lsetxattr io_uring_register oldfstat sched_setaffinity sched_getscheduler stat64 rename arm_fadvise64_64 inotify_init1 read futex ftruncate64 unshare ioprio_set setfsgid dup3 rt_sigprocmask ppoll_time64 pause fchmodat2 capset alarm rt_sigreturn readdir newfstatat statfs64 fchown32 geteuid32 getcpu mlockall sigreturn faccessat2 mlock2 semtimedop faccessat timer_settime64 fstatfs64 sendfile64 statmount msgrcv set_tid_address prlimit64 madvise pidfd_open timerfd_gettime clock_getres sigaltstack getpgrp move_pages lseek rt_sigpending fchmodat lstat getppid splice landlock_add_rule lchown32 oldlstat setsockopt setpriority getxattr riscv_hwprobe swapcontext mprotect utime fdatasync tkill io_pgetevents_time64 setfsuid32 mbind setns sched_getaffinity _newselect setreuid eventfd syncfs gettimeofday recvmsg lremovexattr epoll_pwait setpgid wait4 rt_sigtimedwait oldstat nanosleep dup2 setgid32 pwrite64 times oldolduname capget io_getevents readv ipc getresuid epoll_create sendmmsg sync semget msgctl futimesat rmdir fchdir clock_getres_time64 sigaction waitid sched_get_priority_max timer_gettime64 setregid select userfaultfd accept4 sendfile mremap set_robust_list rt_sigtimedwait_time64 membarrier epoll_wait_old utimensat_time64 munlockall stat getgroups32 fstatfs tee seccomp getresuid32 renameat2 timer_gettime rt_sigaction exit fgetxattr pwritev2 removexattrat setitimer mknod signalfd4 symlinkat utimensat sched_getparam fadvise64 mmap listxattr statx get_robust_list pread64 riscv_flush_icache brk getdents64 socketpair lstat64 listen gettid execve bind pidfd_send_signal getitimer timer_settime sync_file_range flock unlinkat sched_getattr mkdirat mseal getcwd fallocate getpgid io_setup futex_waitv readlinkat sched_yield sched_setparam timerfd_create fsetxattr pwritev shmat pselect6_time64 copy_file_range fcntl64 removexattr getsockname chown32 fremovexattr sched_rr_get_interval_time64 setsid io_pgetevents sched_rr_get_interval access rt_sigqueueinfo waitpid symlink time set_thread_area fstat64 llistxattr truncate msgget recvmmsg_time64 rt_sigsuspend vfork sendto getsid epoll_pwait2 signal cacheflush shmget tgkill nice sigsuspend renameat fchown pipe2 setgroups32 preadv2 keyctl connect clone3 getrusage
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/rsyslogd -n -iNONE
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
? Unit systemd-networkd-persistent-storage.service:
	Description: Enable Persistent Storage in systemd-networkd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:47 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:14:44 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:14:47 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:14:39 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:14:41 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7932689972df41ed965228d68ddf6621
	Documentation: man:networkctl(1)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd-persistent-storage.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Fri 2025-08-08 11:14:44 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:14:44 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	BindsTo: systemd-networkd.service (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-networkd.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: systemd-networkd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/network (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/network
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: systemd-network
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: networkctl persistent-storage yes
	? ExecStop:
		Command Line: networkctl persistent-storage no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cryptsetup.target:
	Description: cryptsetup.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
? Unit cron-apt at hourly.service:
	Description: cron-apt hourly
	Instance: hourly
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Fri 2025-08-15 07:32:25 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 07:32:25 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 07:32:25 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-cron\x2dapt.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 8f09010604cf41dd9a6a91161b187af1
	Fragment Path: /etc/systemd/system/cron-apt at .service
	ConditionPathExists: /etc/cron-apt/config-hourly succeeded
	ConditionPathExists: /etc/cron-apt/config succeeded
	ConditionFileIsExecutable: /usr/sbin/cron-apt succeeded
	Condition Timestamp: Fri 2025-08-15 07:32:25 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 07:32:25 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-cron\x2dapt.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-cron\x2dapt.slice (origin-file)
	After: basic.target (origin-default)
	After: cron-apt at hourly.timer (destination-implicit)
	TriggeredBy: cron-apt at hourly.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: system-cron\x2dapt.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: cron-apt at hourly.timer (destination-implicit)
	InSlice: system-cron\x2dapt.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/cron-apt -i /etc/cron-apt/config /etc/cron-apt/config-hourly
			PID: 7453
			Start Timestamp: Fri 2025-08-15 07:32:25.497395 CEST
			Handoff Timestamp: (null)
			Exit Timestamp: 105.024ms since start
			Exit Code: exited
			Exit Status: 127
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: b528dc2b4c08436dac899fe57376bf96
	Following: sys-devices-platform-soc-1c28c00.serial-1c28c00.serial:0-1c28c00.serial:0.0-tty-ttyS1.device
	Following Set Member: sys-devices-platform-soc-1c28c00.serial-1c28c00.serial:0-1c28c00.serial:0.0-tty-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS1
	Sysfs Path: /sys/devices/platform/soc/1c28c00.serial/1c28c00.serial:0/1c28c00.serial:0.0/tty/ttyS1
	Found: found-udev
? Unit session-223.scope:
	Description: Session 223 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2025-08-06 13:57:07 CEST
	Inactive Exit Timestamp: Wed 2025-08-06 13:23:29 CEST
	Active Enter Timestamp: Wed 2025-08-06 13:23:29 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-223.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: dd1ea400c2f44668a0b75c5df4f942b9
	Fragment Path: /run/systemd/transient/session-223.scope
	Condition Timestamp: Wed 2025-08-06 13:23:29 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2025-08-06 13:23:29 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: d7deb4db6a744442846777f0de70014d
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-SanDisk_SD8TB8U256G1001_164840806073-part1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:40 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:40 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:40 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 83eb1098eb4f4eb3a9261bf7983b40c1
	Wants: sys-kernel-config.mount (origin-udev)
	References: sys-kernel-config.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/module/configfs
	Sysfs Path: /sys/module/configfs
	Found: found-udev
	udev SYSTEMD_WANTS: sys-kernel-config.mount
? Unit dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 738afd8319e94cb381509c634dda7160
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-SanDisk_SD8TB8U256G1001_164840806073-part2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:25 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:23 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:25 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: d1313bdd35f54eec9805b8df7dbc284c
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journal-flush.service
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Sun 2025-08-03 15:00:23 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:23 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: soft-reboot.target (origin-file)
	Before: systemd-soft-reboot.service (origin-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	Before: soft-reboot.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-quotacheck-root.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: system.slice (origin-file)
	References: systemd-soft-reboot.service (origin-file)
	References: soft-reboot.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-quotacheck-root.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/log/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: journalctl --flush
	? ExecStop:
		Command Line: journalctl --smart-relinquish-var
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit getty at tty1.service:
	Alias: autovt at tty1.service
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:23 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-getty.slice
	CGroup: /system.slice/system-getty.slice/getty at tty1.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 5642e4998bc140de944cd8fa450ad36f
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: https://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /usr/lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Sun 2025-08-03 15:34:23 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:23 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-getty.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: getty.target (origin-file destination-default)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: system-getty.slice (origin-file)
	After: getty-pre.target (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: rc-local.service (origin-file)
	After: basic.target (origin-default)
	References: basic.target (origin-default)
	References: rescue.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: getty.target (origin-file)
	References: system-getty.slice (origin-file origin-slice-property)
	References: getty-pre.target (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: rc-local.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	InSlice: system-getty.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 515
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	UnsetEnvironment: LANG
	UnsetEnvironment: LANGUAGE
	UnsetEnvironment: LC_CTYPE
	UnsetEnvironment: LC_NUMERIC
	UnsetEnvironment: LC_TIME
	UnsetEnvironment: LC_COLLATE
	UnsetEnvironment: LC_MONETARY
	UnsetEnvironment: LC_MESSAGES
	UnsetEnvironment: LC_PAPER
	UnsetEnvironment: LC_NAME
	UnsetEnvironment: LC_ADDRESS
	UnsetEnvironment: LC_TELEPHONE
	UnsetEnvironment: LC_MEASUREMENT
	UnsetEnvironment: LC_IDENTIFICATION
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: tty
	StandardOutput: tty
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	TTYRows: 4294967295
	TTYColumns: 4294967295
	DynamicUser: no
	UtmpIdentifier: tty1
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/agetty -o "-- \\u" --noreset --noclear - "\${TERM}"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit atop.service:
	Description: Atop advanced performance monitor
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:00:06 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:00:04 CEST
	Active Enter Timestamp: Fri 2025-08-15 00:00:06 CEST
	Active Exit Timestamp: Fri 2025-08-15 00:00:04 CEST
	Inactive Enter Timestamp: Fri 2025-08-15 00:00:04 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atop.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 24f55798951d4274bf5e4659298ef661
	Documentation: man:atop(1)
	Fragment Path: /usr/lib/systemd/system/atop.service
	Condition Timestamp: Fri 2025-08-15 00:00:04 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:00:04 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: atopacct.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: atopacct.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 12122
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGUSR2
	RestartKillSignal: SIGUSR2
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: LOGOPTS=
	Environment: LOGINTERVAL=600
	Environment: LOGGENERATIONS=28
	Environment: LOGPATH=/var/log/atop
	EnvironmentFile: /etc/default/atop
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /bin/sh -c "test -d \"\${LOGPATH}\" || mkdir -p \"\${LOGPATH}\""
		Command Line: /bin/sh -c "test -n \"\$LOGINTERVAL\" -a \"\$LOGINTERVAL\" -eq \"\$LOGINTERVAL\""
		Command Line: /bin/sh -c "test -n \"\$LOGGENERATIONS\" -a \"\$LOGGENERATIONS\" -eq \"\$LOGGENERATIONS\""
	? ExecStart:
		Command Line: /bin/sh -c "exec /usr/bin/atop \${LOGOPTS} -w \"\${LOGPATH}/atop_\$(date +%Y%m%d)\" \${LOGINTERVAL}"
	? ExecStartPost:
		Command Line: /usr/bin/find "\${LOGPATH}" -name "atop_*" -mtime "+\${LOGGENERATIONS}" -exec rm -v {} ";"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit ssh.service:
	Description: ssh.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Fragment Path: /etc/systemd/system/ssh.service
	Wants: sshd-keygen.service (origin-file)
	ConflictedBy: ssh.socket (destination-file)
	After: sshd-keygen.service (destination-file)
	References: sshd-keygen.service (origin-file)
	ReferencedBy: ssh.socket (destination-file)
	ReferencedBy: sshd-keygen.service (destination-file)
? Unit plocate-updatedb.timer:
	Description: Update the plocate database daily
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:02:31 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: b2d949d1d8b34c6f9505e50603200a7f
	Fragment Path: /usr/lib/systemd/system/plocate-updatedb.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: plocate-updatedb.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	Triggers: plocate-updatedb.service (origin-implicit)
	References: plocate-updatedb.service (origin-implicit)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: plocate-updatedb.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 6h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit dev-sda2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 14bffa9edb66492ba921c8be23cbfaa1
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sda2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit isc-dhcp-server-v6.service:
	Description: ISC DHCP Server for IPv6 (dhcpd6.conf)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/isc-dhcp-server-v6.service
	ConditionPathExists: /etc/dhcp/dhcpd6.conf untested
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	PartOf: isc-dhcp-server.target (origin-file)
	WantedBy: isc-dhcp-server.target (destination-file)
	WantedBy: isc-dhcp-server.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: isc-dhcp-server.target (destination-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: isc-dhcp-server.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: isc-dhcp-server.target (destination-file destination-default)
	ReferencedBy: isc-dhcp-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: INTERFACESv6=
	EnvironmentFile: /etc/default/isc-dhcp-server
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /usr/bin/touch /var/lib/dhcp/dhcpd6.leases
		Command Line: /usr/sbin/dhcpd -f -t -6 -q -cf /etc/dhcp/dhcpd6.conf
	? ExecStart:
		Command Line: /usr/sbin/dhcpd -f -6 -q -cf /etc/dhcp/dhcpd6.conf "\$INTERFACESv6"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-banana-srv.device:
	Description: /dev/banana/srv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: cd54dd2b9ff043fb90fae9fe77f110e4
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/banana/srv
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit systemd-halt.service:
	Description: System Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-halt.service
	Success Action: halt-force
	Requires: final.target (origin-file)
	Requires: shutdown.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: halt.target (destination-file)
	Before: halt.target (destination-file)
	After: final.target (origin-file)
	After: shutdown.target (origin-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: final.target (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: halt.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit session-372.scope:
	Description: Session 372 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 14:33:48 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 10:57:11 CEST
	Active Enter Timestamp: Fri 2025-08-08 10:57:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-372.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: fc84a0c502364debb46cfe227dc62e89
	Fragment Path: /run/systemd/transient/session-372.scope
	Condition Timestamp: Fri 2025-08-08 10:57:11 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 10:57:11 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 9cbbb07036e346a7b4d1419f3a5c3312
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-uuid/2acc2b37-6e7a-4f47-aead-314593cef2fa
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit dev-sda.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 072c9ce5d599401c92446e38eaf1038b
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sda
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit apt-daily-upgrade.timer:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 06:06:11 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 68ab735a9b4b44d7b96d7f506d553b7c
	Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Sun 2025-08-03 15:34:12 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:12 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: apt-daily.timer (origin-file)
	After: -.mount (origin-path)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily-upgrade.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: time-set.target (origin-default)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	References: apt-daily.timer (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: apt-daily-upgrade.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 06:00:00
? Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-wall.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.service
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
	? ExecStart:
		Command Line: systemd-tty-ask-password-agent --wall
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:42 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:37 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:42 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:37 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:37 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fbf76b3770ae444493c3bcf55f406916
	Documentation: man:atd(8)
	Fragment Path: /usr/lib/systemd/system/atd.service
	Condition Timestamp: Fri 2025-08-08 11:15:37 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:37 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: nss-user-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29243
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: find /var/spool/cron/atjobs -type f -name "=*" -not -newercc /run/systemd -delete
	? ExecStart:
		Command Line: /usr/sbin/atd -f
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/time-sync.target
	Wants: time-set.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: exim4-base.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.timer (destination-default)
	Before: fake-hwclock-save.timer (destination-default)
	Before: cron-apt.timer (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: dailyaidecheck.timer (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: cron-apt at hourly.timer (destination-default)
	Before: logrotate.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: dailyaidecheck.timer (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: fake-hwclock-save.timer (destination-default)
	ReferencedBy: cron-apt.timer (destination-default)
	ReferencedBy: cron-apt at hourly.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:21 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Requires: -.slice (origin-file)
	RequiredBy: dev-hugepages.mount (destination-path)
	RequiredBy: dev-dm\x2d0.swap (destination-implicit)
	RequiredBy: systemd-creds.socket (destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-path)
	RequiredBy: dev-disk-by\x2ddiskseq-3.swap (destination-implicit)
	RequiredBy: session-448.scope (destination-file)
	RequiredBy: systemd-ask-password-console.path (destination-path)
	RequiredBy: dev-mqueue.mount (destination-path)
	RequiredBy: session-873.scope (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-path)
	RequiredBy: plocate-updatedb.timer (destination-path)
	RequiredBy: dev-mapper-banana\x2dswap0.swap (destination-path)
	RequiredBy: systemd-sysext.socket (destination-path)
	RequiredBy: logrotate.timer (destination-path)
	RequiredBy: systemd-logind.service (destination-path)
	RequiredBy: session-283.scope (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-path)
	RequiredBy: sys-kernel-tracing.mount (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: boot.mount (destination-path)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: apt-daily.timer (destination-path)
	RequiredBy: dev-banana-swap0.swap (destination-implicit)
	RequiredBy: systemd-pcrlock.socket (destination-path)
	RequiredBy: systemd-journal-flush.service (destination-path)
	RequiredBy: systemd-journald.service (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	RequiredBy: dm-event.socket (destination-path)
	RequiredBy: sys-kernel-debug.mount (destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-path)
	RequiredBy: systemd-networkd.service (destination-path)
	RequiredBy: irqbalance.service (destination-path)
	RequiredBy: avahi-daemon.socket (destination-path)
	RequiredBy: tmp.mount (destination-path)
	RequiredBy: systemd-resolved.service (destination-path)
	RequiredBy: e2scrub_all.timer (destination-path)
	RequiredBy: systemd-random-seed.service (destination-path)
	RequiredBy: run-lock.mount (destination-implicit)
	RequiredBy: systemd-networkd-persistent-storage.service (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-implicit)
	RequiredBy: systemd-journald.socket (destination-path)
	RequiredBy: dailyaidecheck.timer (destination-path)
	RequiredBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-implicit)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: dpkg-db-backup.timer (destination-path)
	RequiredBy: dbus.socket (destination-path)
	RequiredBy: exim4-base.timer (destination-path)
	RequiredBy: var-lib-machines.mount (destination-path)
	RequiredBy: debspawn-clear-caches.timer (destination-path)
	RequiredBy: lvm2-lvmpolld.socket (destination-path)
	RequiredBy: systemd-tpm2-setup.service (destination-path)
	RequiredBy: session-372.scope (destination-file)
	RequiredBy: sshd-unix-local.socket (destination-path)
	RequiredBy: fstrim.timer (destination-path)
	RequiredBy: session-908.scope (destination-file)
	RequiredBy: syslog.socket (destination-path)
	RequiredBy: systemd-hostnamed.socket (destination-path)
	RequiredBy: sys-fs-fuse-connections.mount (destination-path)
	RequiredBy: systemd-initctl.socket (destination-path)
	RequiredBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-implicit)
	RequiredBy: systemd-pcrextend.socket (destination-path)
	RequiredBy: sshd at sshd-keygen.service (destination-path)
	RequiredBy: console-setup.service (destination-path)
	RequiredBy: srv.mount (destination-path)
	RequiredBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-implicit)
	RequiredBy: session-223.scope (destination-file)
	RequiredBy: apparmor.service (destination-path)
	RequiredBy: basic.target (destination-path)
	RequiredBy: systemd-importd.socket (destination-path)
	RequiredBy: run-user-1001.mount (destination-implicit)
	RequiredBy: systemd-pstore.service (destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-path)
	RequiredBy: sys-kernel-config.mount (destination-path)
	WantedBy: exim4.service (destination-path)
	WantedBy: rescue.service (destination-path)
	WantedBy: debspawn-clear-caches.service (destination-path)
	WantedBy: haveged.service (destination-file)
	WantedBy: irqbalance.service (destination-path)
	WantedBy: e2scrub_reap.service (destination-file)
	WantedBy: systemd-logind.service (destination-path)
	WantedBy: emergency.service (destination-path)
	WantedBy: systemd-importd.service (destination-path)
	WantedBy: rsyslog.service (destination-path)
	WantedBy: plocate-updatedb.service (destination-path)
	WantedBy: systemd-hostnamed.service (destination-path)
	WantedBy: logrotate.service (destination-path)
	WantedBy: systemd-importd.socket (destination-path)
	Before: var-lib-machines.mount (destination-path)
	Before: e2scrub_reap.service (destination-file)
	Before: exim4.service (destination-path)
	Before: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	Before: systemd-pstore.service (destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-path)
	Before: local-fs.target (origin-file)
	Before: session-372.scope (destination-file)
	Before: emergency.service (destination-path)
	Before: dev-hugepages.mount (destination-path)
	Before: tmp.mount (destination-path)
	Before: avahi-daemon.socket (destination-path)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-implicit)
	Before: dailyaidecheck.timer (destination-path)
	Before: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-implicit)
	Before: sshd-unix-local.socket (destination-path)
	Before: logrotate.service (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: run-user-1001.mount (destination-implicit)
	Before: systemd-networkd-persistent-storage.service (destination-path)
	Before: sys-kernel-debug.mount (destination-path)
	Before: sys-kernel-tracing.mount (destination-path)
	Before: apparmor.service (destination-path)
	Before: e2scrub_all.timer (destination-path)
	Before: systemd-initctl.socket (destination-path)
	Before: systemd-journald-dev-log.socket (destination-path)
	Before: systemd-random-seed.service (destination-path)
	Before: debspawn-clear-caches.service (destination-path)
	Before: apt-daily-upgrade.timer (destination-path)
	Before: systemd-importd.service (destination-path)
	Before: apt-daily.timer (destination-path)
	Before: basic.target (destination-path)
	Before: console-setup.service (destination-path)
	Before: session-283.scope (destination-file)
	Before: fstrim.timer (destination-path)
	Before: session-908.scope (destination-file)
	Before: systemd-importd.socket (destination-path)
	Before: systemd-hostnamed.service (destination-path)
	Before: rescue.service (destination-path)
	Before: sys-kernel-config.mount (destination-path)
	Before: dev-disk-by\x2ddiskseq-3.swap (destination-implicit)
	Before: session-223.scope (destination-file)
	Before: systemd-pcrextend.socket (destination-path)
	Before: systemd-logind.service (destination-path)
	Before: dev-mqueue.mount (destination-path)
	Before: systemd-tpm2-setup.service (destination-path)
	Before: irqbalance.service (destination-path)
	Before: session-448.scope (destination-file)
	Before: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-implicit)
	Before: logrotate.timer (destination-path)
	Before: lvm2-lvmpolld.socket (destination-path)
	Before: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-implicit)
	Before: syslog.socket (destination-path)
	Before: dev-banana-swap0.swap (destination-implicit)
	Before: rsyslog.service (destination-path)
	Before: debspawn-clear-caches.timer (destination-path)
	Before: run-lock.mount (destination-implicit)
	Before: systemd-udevd-control.socket (destination-path)
	Before: systemd-hostnamed.socket (destination-path)
	Before: plocate-updatedb.service (destination-path)
	Before: dm-event.socket (destination-path)
	Before: systemd-sysext.socket (destination-path)
	Before: dev-mapper-banana\x2dswap0.swap (destination-path)
	Before: dbus.socket (destination-path)
	Before: sshd at sshd-keygen.service (destination-path)
	Before: systemd-pcrlock.socket (destination-path)
	Before: exim4-base.timer (destination-path)
	Before: systemd-networkd.service (destination-path)
	Before: systemd-journal-flush.service (destination-path)
	Before: haveged.service (destination-file)
	Before: dev-dm\x2d0.swap (destination-implicit)
	Before: srv.mount (destination-path)
	Before: boot.mount (destination-path)
	Before: systemd-ask-password-console.path (destination-path)
	Before: systemd-journald.socket (destination-path)
	Before: systemd-resolved.service (destination-path)
	Before: session-873.scope (destination-file)
	Before: dpkg-db-backup.timer (destination-path)
	Before: systemd-ask-password-wall.path (destination-path)
	Before: plocate-updatedb.timer (destination-path)
	Before: systemd-creds.socket (destination-path)
	Before: sys-fs-fuse-connections.mount (destination-path)
	Before: systemd-journald.service (destination-path)
	After: blockdev at dev-mapper-banana\x2droot.target (origin-file)
	After: -.slice (origin-file)
	References: blockdev at dev-mapper-banana\x2droot.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-path)
	ReferencedBy: session-908.scope (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	ReferencedBy: systemd-creds.socket (destination-path)
	ReferencedBy: session-873.scope (destination-file)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	ReferencedBy: dm-event.socket (destination-path)
	ReferencedBy: systemd-resolved.service (destination-path)
	ReferencedBy: logrotate.timer (destination-path)
	ReferencedBy: systemd-sysext.socket (destination-path)
	ReferencedBy: rescue.service (destination-path)
	ReferencedBy: systemd-hostnamed.service (destination-path)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-implicit)
	ReferencedBy: avahi-daemon.socket (destination-path)
	ReferencedBy: systemd-pstore.service (destination-path)
	ReferencedBy: debspawn-clear-caches.timer (destination-path)
	ReferencedBy: run-user-1001.mount (destination-implicit)
	ReferencedBy: session-448.scope (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-path)
	ReferencedBy: dev-hugepages.mount (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	ReferencedBy: apparmor.service (destination-path)
	ReferencedBy: dev-mqueue.mount (destination-path)
	ReferencedBy: session-372.scope (destination-file)
	ReferencedBy: dpkg-db-backup.timer (destination-path)
	ReferencedBy: session-283.scope (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
	ReferencedBy: apt-daily.timer (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: dailyaidecheck.timer (destination-path)
	ReferencedBy: systemd-pcrlock.socket (destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-path)
	ReferencedBy: exim4.service (destination-path)
	ReferencedBy: syslog.socket (destination-path)
	ReferencedBy: plocate-updatedb.timer (destination-path)
	ReferencedBy: emergency.service (destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-implicit)
	ReferencedBy: systemd-journald.service (destination-path)
	ReferencedBy: systemd-importd.socket (destination-path)
	ReferencedBy: systemd-importd.service (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-implicit)
	ReferencedBy: dev-dm\x2d0.swap (destination-implicit)
	ReferencedBy: systemd-journald.socket (destination-path)
	ReferencedBy: debspawn-clear-caches.service (destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-implicit)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-implicit)
	ReferencedBy: systemd-random-seed.service (destination-path)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-path)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: e2scrub_all.timer (destination-path)
	ReferencedBy: systemd-initctl.socket (destination-path)
	ReferencedBy: rsyslog.service (destination-path)
	ReferencedBy: boot.mount (destination-path)
	ReferencedBy: systemd-pcrextend.socket (destination-path)
	ReferencedBy: dev-banana-swap0.swap (destination-implicit)
	ReferencedBy: dbus.socket (destination-path)
	ReferencedBy: systemd-networkd.service (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: run-lock.mount (destination-implicit)
	ReferencedBy: irqbalance.service (destination-path)
	ReferencedBy: session-223.scope (destination-file)
	ReferencedBy: sshd at sshd-keygen.service (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	ReferencedBy: exim4-base.timer (destination-path)
	ReferencedBy: sys-kernel-tracing.mount (destination-path)
	ReferencedBy: tmp.mount (destination-path)
	ReferencedBy: console-setup.service (destination-path)
	ReferencedBy: systemd-hostnamed.socket (destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-path)
	ReferencedBy: var-lib-machines.mount (destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-path)
	ReferencedBy: sshd-unix-local.socket (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: fstrim.timer (destination-path)
	ReferencedBy: srv.mount (destination-path)
	ReferencedBy: systemd-tpm2-setup.service (destination-path)
	ReferencedBy: plocate-updatedb.service (destination-path)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/banana-root (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /
	What: /dev/mapper/banana-root
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device:
	Description: /dev/disk/by-uuid/c79fb873-3e33-4979-958c-9f143356bf56
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: ab298c176f17496c8ffa58b9148d20d3
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/c79fb873-3e33-4979-958c-9f143356bf56
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit initrd-switch-root.target:
	Description: Switch Root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Fragment Path: /usr/lib/systemd/system/initrd-switch-root.target
	AssertPathExists: /etc/initrd-release untested
	Wants: initrd-cleanup.service (origin-file)
	Wants: initrd-switch-root.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: initrd-root-fs.target (origin-file)
	Wants: initrd-udevadm-cleanup-db.service (origin-file)
	WantedBy: initrd-switch-root.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: systemd-udev-load-credentials.service (destination-file)
	ConflictedBy: systemd-confext.service (destination-file)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: ldconfig.service (destination-file)
	Before: initrd-switch-root.service (origin-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-sysext.service (destination-file)
	After: systemd-resolved.service (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: emergency.target (origin-file)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: systemd-udev-load-credentials.service (destination-file)
	After: emergency.service (origin-file)
	After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-confext.service (destination-file)
	After: initrd-fs.target (origin-file)
	After: ldconfig.service (destination-file)
	After: initrd-cleanup.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: initrd-root-fs.target (origin-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	References: initrd-cleanup.service (origin-file)
	References: initrd-switch-root.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: emergency.target (origin-file)
	References: initrd-fs.target (origin-file)
	References: emergency.service (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: initrd-udevadm-cleanup-db.service (origin-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-fsck at dev-mapper-banana\x2dsrv.service:
	Description: File System Check on /dev/mapper/banana-srv
	Instance: dev-mapper-banana\x2dsrv
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: ea05e63c41914eaea5191db26c69fb35
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sun 2025-08-03 15:32:46 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:46 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	BindsTo: dev-mapper-banana\x2dsrv.device (origin-file)
	RequiredBy: srv.mount (destination-file)
	Conflicts: reboot.target (origin-file)
	Conflicts: halt.target (origin-file)
	Conflicts: poweroff.target (origin-file)
	Conflicts: kexec.target (origin-file)
	Before: srv.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: dev-mapper-banana\x2dsrv.device (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: dev-mapper-banana\x2dsrv.device (origin-file)
	References: reboot.target (origin-file)
	References: halt.target (origin-file)
	References: shutdown.target (origin-file)
	References: kexec.target (origin-file)
	References: poweroff.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: srv.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-fsck /dev/mapper/banana-srv
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit boot.mount:
	Description: /boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:02 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:02 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:02 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/boot.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 36366d1a01d84c2b82e000e75c79ca81
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sun 2025-08-03 15:34:01 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:01 CEST
	Assert Result: yes
	Requires: dev-sda1.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target (origin-file)
	After: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (origin-file)
	After: -.mount (origin-path)
	After: blockdev at dev-sda1.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: dev-sda1.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-sda1.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target (origin-file)
	References: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (origin-file)
	References: -.mount (origin-path)
	References: blockdev at dev-sda1.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: dev-sda1.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/disk/by-label/banana-boot (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /boot
	What: /dev/sda1
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd-root-device.target:
	Description: Initrd Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-root-device.target
	AssertPathExists: /etc/initrd-release untested
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	After: systemd-battery-check.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: systemd-battery-check.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: init.scope (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: -.mount (destination-file)
	WantedBy: slices.target (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: system.slice (destination-implicit)
	Before: -.mount (destination-file)
	Before: user.slice (destination-implicit)
	Before: sys-kernel-debug.mount (destination-file)
	Before: init.scope (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: slices.target (destination-file)
	Before: dev-mqueue.mount (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: init.scope (destination-file destination-slice-property)
	ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
	ReferencedBy: -.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
	SliceOf: sys-kernel-tracing.mount (destination-slice-property)
	SliceOf: dev-mqueue.mount (destination-slice-property)
	SliceOf: sys-kernel-debug.mount (destination-slice-property)
	SliceOf: sys-kernel-config.mount (destination-slice-property)
	SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
	SliceOf: system.slice (destination-implicit)
	SliceOf: dev-hugepages.mount (destination-slice-property)
	SliceOf: init.scope (destination-slice-property)
	SliceOf: user.slice (destination-implicit)
	SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
	SliceOf: -.mount (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-banana\x2dswap0.swap:
	Description: /dev/mapper/banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dev-mapper-banana\x2dswap0.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c443ec77ce2a43e886b44549d4c6805e
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-dm\x2d0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Fragment Path: /run/systemd/generator/dev-mapper-banana\x2dswap0.swap
	Source Path: /etc/fstab
	Condition Timestamp: Sun 2025-08-03 15:32:46 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:46 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: dev-mapper-banana\x2dswap0.device (origin-file)
	WantedBy: swap.target (destination-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-mapper-banana\x2dswap0.device (origin-file)
	After: blockdev at dev-mapper-banana\x2dswap0.target (origin-file)
	After: -.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-banana\x2dswap0.device (origin-file)
	References: umount.target (origin-default)
	References: swap.target (origin-default)
	References: blockdev at dev-mapper-banana\x2dswap0.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: swap.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/banana-swap0 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/mapper/banana-swap0
	From /proc/swaps: yes
	From fragment: yes
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: aa1717660e1a42afad0158dab207a6a2
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-Dcc4zE-KXtE-TbVH-ctAh-49RU-62RU-89h6Ee
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
? Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5cbb67ce9dd94a189e3f39561316a41e
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-dm\x2d0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service:
	Description: File System Check on /dev/disk/by-label/banana-boot
	Instance: dev-disk-by\x2dlabel-banana\x2dboot
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: fffaed6a9e2d4d9986545f95a0726327
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sun 2025-08-03 15:33:59 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:33:59 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	BindsTo: dev-disk-by\x2dlabel-banana\x2dboot.device (origin-file)
	RequiredBy: boot.mount (destination-file)
	Conflicts: kexec.target (origin-file)
	Conflicts: reboot.target (origin-file)
	Conflicts: poweroff.target (origin-file)
	Conflicts: halt.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: boot.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-disk-by\x2dlabel-banana\x2dboot.device (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: halt.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: kexec.target (origin-file)
	References: reboot.target (origin-file)
	References: shutdown.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: dev-disk-by\x2dlabel-banana\x2dboot.device (origin-file)
	References: poweroff.target (origin-file)
	ReferencedBy: boot.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-label/banana-boot
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-2\x2dpart1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 48346b772ed14bd7a6609ff4b63c5f68
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/2-part1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit e2scrub_all.service:
	Description: Online ext4 Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-10 03:10:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-10 03:10:18 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-10 03:10:18 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 27e020a778e74099bf842c98240cce93
	Documentation: man:e2scrub_all(8)
	Fragment Path: /usr/lib/systemd/system/e2scrub_all.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionACPower: true untested
	Condition Timestamp: Sun 2025-08-10 03:10:18 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-10 03:10:18 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: e2scrub_all.timer (destination-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: e2scrub_all.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: SERVICE_MODE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/e2scrub_all
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dlabel-banana\x2dswap0.device:
	Description: /dev/disk/by-label/banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 9ff0b2d4c8e048bdae4ebc55feb5d330
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/banana-swap0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-initctl.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-initctl
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dlabel-banana\x2droot.device:
	Description: /dev/disk/by-label/banana-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: f374404d6c364ffe9e32f4402a28b5aa
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/banana-root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit fake-hwclock-save.timer:
	Description: Periodically save current clock
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:00:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: a7aad9f9516b4c35b4e0e0b6ae75f467
	Fragment Path: /usr/lib/systemd/system/fake-hwclock-save.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fake-hwclock-save.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: fake-hwclock-save.service (origin-implicit)
	References: fake-hwclock-save.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: fake-hwclock-save.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* *:00:00
? Unit system-systemd\x2dfsck.slice:
	Description: Slice /system/systemd-fsck
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-systemd\x2dfsck.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 8cdc8b2db72249be931b5e02ebb04182
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Before: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-udev-load-credentials.service:
	Description: Load udev Rules from Credentials
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:16 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 1aa64838a04c418999f3b374218d0729
	Documentation: man:udevadm(8)
	Documentation: man:udev(7)
	Documentation: man:systemd.system-credentials(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udev-load-credentials.service
	Condition Timestamp: Sun 2025-08-03 15:00:16 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-udevd.service (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-udevd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: udevadm control --load-credentials
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit exim4.service:
	Description: exim Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:16:03 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:43 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:16:03 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:43 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/exim4.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: e535bb8530e94a639cac0edfda816076
	Documentation: man:exim(8)
	Documentation: https://exim.org/docs.html
	Fragment Path: /usr/lib/systemd/system/exim4.service
	Condition Timestamp: Fri 2025-08-08 11:15:43 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:43 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: network-online.target (origin-file)
	Wants: tmp.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: sendmail.service (origin-file)
	Conflicts: postfix.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: nss-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-path)
	After: network-online.target (origin-file)
	References: postfix.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: nss-lookup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sendmail.service (origin-file)
	References: tmp.mount (origin-path)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: exec
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29618
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/exim4/exim.pid
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: invisible
	ProcSubset: all
	Environment: EXIMSERVICE=-bdf -q30m
	Environment: UPEX4OPTS=
	EnvironmentFile: -/etc/default/exim4
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
	? ExecStart:
		Command Line: /usr/sbin/exim4 "\$EXIMSERVICE"
	? ExecReload:
		Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
		Command Line: kill -HUP "\$MAINPID"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
? Unit systemd-resolved.service:
	Alias: dbus-org.freedesktop.resolve1.service
	Description: Network Name Resolution
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:55 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:42 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:55 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:39 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:42 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-resolved.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 210f3509dd434f1b9babb48bd6b9c5c5
	Documentation: man:systemd-resolved.service(8)
	Documentation: man:org.freedesktop.resolve1(5)
	Documentation: https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
	Documentation: https://systemd.io/WRITING_RESOLVER_CLIENTS
	Fragment Path: /usr/lib/systemd/system/systemd-resolved.service
	Condition Timestamp: Fri 2025-08-08 11:15:42 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: nss-lookup.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: nss-lookup.target (origin-file)
	Before: network.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: -.mount (origin-path)
	After: systemd-sysctl.service (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysctl.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: network.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/resolve (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29241
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.resolve1
	Bus Name Good: yes
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: disconnected
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/resolve
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_setpcap cap_net_bind_service cap_net_raw
	AmbientCapabilities: cap_setpcap cap_net_bind_service cap_net_raw
	User: systemd-resolve
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: _newselect timer_gettime move_pages getuid32 stat fstatfs preadv2 oldlstat shmdt renameat2 fremovexattr ipc lseek setgroups setresuid faccessat timer_settime futex_waitv ftruncate faccessat2 clock_gettime mseal fadvise64 munlock mknod mprotect mq_timedreceive sigaltstack kcmp sigsuspend set_mempolicy_home_node semtimedop rt_sigprocmask setgid clone3 sched_get_priority_max cacheflush sched_setaffinity pipe clock_gettime64 rt_sigreturn getresgid ppoll stat64 rt_tgsigqueueinfo writev getegid32 exit pidfd_send_signal io_getevents getresuid32 timerfd_settime select oldolduname riscv_flush_icache prlimit64 oldstat io_destroy unshare statmount setpgid inotify_init uname getpgrp sendmmsg setsid link execve utimensat_time64 getresgid32 pread64 readlink linkat symlinkat mq_timedreceive_time64 setxattrat utime fsetxattr fallocate fchown rt_sigtimedwait_time64 unlinkat fchmodat2 fcntl epoll_pwait2 mbind semget timer_settime64 listen sched_setparam pselect6_time64 lstat signalfd rmdir setuid process_vm_writev msgget recvmmsg_time64 getgroups32 sendmsg get_mempolicy rt_sigpending name_to_handle_at setrlimit sysinfo eventfd poll arm_fadvise64_64 swapcontext send statx copy_file_range semtimedop_time64 semctl chown setpriority dup bind close fsync setgid32 sched_yield recvfrom msync inotify_add_watch fchownat ioprio_get newfstatat olduname remap_file_pages fork dup2 epoll_ctl_old mmap2 sched_getscheduler utimensat mlock2 removexattrat arch_prctl ftruncate64 getpgid signal setresgid fchown32 inotify_init1 ppoll_time64 fstat riscv_hwprobe clock_nanosleep_time64 getgid getrusage access pwrite64 io_uring_setup mq_open io_cancel epoll_create1 sendfile64 sched_getparam tee fadvise64_64 getdents statfs mlock listmount getitimer mremap io_uring_register renameat ioprio_set get_thread_area pause sigprocmask landlock_add_rule preadv lremovexattr io_submit memfd_create migrate_pages futex vmsplice syncfs clock_nanosleep pwritev keyctl umask truncate statfs64 sched_getaffinity _llseek shutdown munlockall setfsgid32 lchown unlink prctl pipe2 seccomp vfork landlock_restrict_self setxattr setregid mkdirat getgid32 sched_rr_get_interval request_key set_tid_address listxattrat kill get_robust_list msgrcv getpriority tgkill utimes close_range openat2 getsockname gettid brk mq_notify getppid oldfstat nanosleep open socketpair set_thread_area munmap pidfd_open getsockopt sendto epoll_wait uretprobe read accept4 setresuid32 getxattrat setregid32 fstatat64 sched_getattr sigreturn flistxattr timerfd_settime64 waitpid sigaction tkill readdir epoll_wait_old epoll_create recvmmsg sync_file_range2 ioctl add_key process_madvise fcntl64 sync_file_range getcwd sigpending getsid msgsnd epoll_ctl io_pgetevents_time64 timerfd_gettime ugetrlimit fchmodat rseq getuid restart_syscall geteuid32 getresuid sendfile sched_get_priority_min clone fgetxattr fchmod setreuid listxattr landlock_create_ruleset sched_setattr msgctl timer_create fstat64 rename write futex_time64 shmat socketcall capget membarrier pselect6 eventfd2 socket pwritev2 chmod getxattr getgroups accept fdatasync setitimer rt_sigtimedwait sched_setscheduler rt_sigqueueinfo flock splice creat execveat chown32 fstatfs64 setreuid32 setfsuid32 recvmsg recv readv mq_timedsend_time64 rt_sigaction lchown32 getegid io_uring_enter lstat64 mlockall timerfd_gettime64 mq_unlink set_mempolicy gettimeofday mq_getsetattr getpeername wait4 setfsgid removexattr lgetxattr fchdir openat signalfd4 timer_gettime64 process_vm_readv io_pgetevents getpid times getrlimit exit_group getcpu set_tls epoll_pwait setresgid32 clock_getres chdir setgroups32 userfaultfd semop alarm nice waitid geteuid getdents64 connect timer_getoverrun inotify_rm_watch madvise lsetxattr setns io_setup capset llistxattr mkdir personality readlinkat timerfd_create dup3 rt_sigsuspend shmctl time set_robust_list sched_rr_get_interval_time64 timer_delete symlink getrandom sync truncate64 shmget mknodat mq_timedsend setsockopt clock_getres_time64 futimesat setuid32 setfsuid readahead mmap
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-resolved
	Status Text: Processing requests...
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
? Unit systemd-timesyncd.service:
	Alias: dbus-org.freedesktop.timesync1.service
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:54 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:54 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:39 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:40 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-timesyncd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: acf87b2f0748423c9985d288a9b67fdb
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-timesyncd.service
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: time-set.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: time-set.target (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29238
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.timesync1
	Bus Name Good: yes
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: disconnected
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: invisible
	ProcSubset: all
	Environment: SYSTEMD_NSS_RESOLVE_VALIDATE=0
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/timesync
	StateDirectoryMode: 0755
	StateDirectory: systemd/timesync
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_time
	AmbientCapabilities: cap_sys_time
	User: systemd-timesync
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: sched_getscheduler _llseek timer_create chown32 epoll_ctl sendmmsg setns futex_waitv gettimeofday clock_adjtime riscv_hwprobe eventfd process_vm_writev membarrier geteuid32 readahead sync mq_getsetattr clock_settime64 symlinkat newfstatat truncate fchmodat msgrcv timerfd_settime64 sigsuspend getgroups getpgrp signalfd fstatat64 read remap_file_pages removexattr clone munlockall renameat setresgid dup2 getitimer unshare chmod readv setitimer ppoll getuid fgetxattr send fadvise64_64 sync_file_range connect lgetxattr setuid32 fstatfs64 creat getpriority getresuid restart_syscall time pipe shmctl settimeofday getrlimit alarm dup splice access epoll_create faccessat2 setgid close_range _newselect rseq getresgid32 setfsuid32 rmdir mq_unlink waitpid setpriority oldfstat setresuid set_mempolicy sysinfo ioctl recvmmsg readlinkat sched_yield clock_nanosleep_time64 getpid rt_tgsigqueueinfo signalfd4 fchmod adjtimex request_key setuid sendfile socketpair readdir pwrite64 sync_file_range2 io_cancel inotify_init1 getrandom clock_getres_time64 pselect6 mremap set_robust_list seccomp socket chown epoll_pwait2 clock_getres getppid arch_prctl fcntl fstat64 futex_time64 getxattr sched_rr_get_interval_time64 set_mempolicy_home_node semop personality execveat futimesat getegid tkill sigpending sched_rr_get_interval brk shmget mq_timedreceive_time64 writev link sigaltstack pause msync setfsgid32 nanosleep recvmmsg_time64 cacheflush readlink epoll_wait_old vmsplice recvmsg capget fchown32 io_setup io_uring_register munmap timer_delete pwritev2 process_vm_readv setxattr fchown epoll_ctl_old riscv_flush_icache fremovexattr setrlimit accept4 setreuid timerfd_settime get_robust_list timer_gettime64 fork msgget set_tls sched_setattr fcntl64 mmap setpgid setgroups clone3 getsid getdents64 umask mmap2 memfd_create listmount recv mkdir shutdown get_thread_area gettid fsetxattr oldstat getresuid32 listxattr clock_settime mlock io_uring_enter mbind ftruncate64 getcwd mknodat rt_sigaction landlock_restrict_self utimes uretprobe execve fdatasync setreuid32 capset sched_getaffinity sendmsg statfs clock_adjtime64 mprotect waitid arm_fadvise64_64 munlock rt_sigsuspend ppoll_time64 lchown32 keyctl timer_gettime setfsuid fstat sched_get_priority_min pidfd_send_signal syncfs getpeername getrusage setgid32 getsockname mq_open pselect6_time64 sched_getparam rt_sigqueueinfo socketcall statmount llistxattr sigaction landlock_add_rule fsync prctl unlinkat exit oldolduname io_submit fstatfs getgid epoll_wait statx eventfd2 clock_nanosleep shmat timer_settime64 lstat64 setregid32 pipe2 shmdt getpgid ugetrlimit accept getgid32 get_mempolicy epoll_create1 inotify_rm_watch inotify_add_watch rt_sigtimedwait sched_setscheduler swapcontext stat preadv2 ioprio_set symlink vfork mq_notify inotify_init tee uname ioprio_get geteuid move_pages setgroups32 removexattrat stat64 process_madvise recvfrom fallocate statfs64 madvise futex semctl openat set_tid_address clock_gettime64 timerfd_create semtimedop getuid32 exit_group mseal timer_getoverrun setresuid32 sendto fchmodat2 fchdir rename sched_getattr select setfsgid openat2 clock_gettime fadvise64 chdir setsid landlock_create_ruleset setxattrat flock mlock2 getresgid kill timerfd_gettime64 io_uring_setup rt_sigpending msgctl setregid oldlstat semget ftruncate mkdirat preadv faccessat lchown prlimit64 getdents getxattrat migrate_pages timer_settime kcmp listxattrat fchownat truncate64 pidfd_open sched_setparam msgsnd rt_sigtimedwait_time64 lremovexattr sendfile64 userfaultfd epoll_pwait tgkill lstat linkat timerfd_gettime getsockopt sigprocmask sched_setaffinity io_getevents setsockopt olduname open semtimedop_time64 io_destroy times getcpu lseek sched_get_priority_max utimensat_time64 utime pwritev set_thread_area unlink dup3 rt_sigreturn wait4 setresgid32 close pread64 listen io_pgetevents_time64 add_key ipc io_pgetevents mq_timedreceive nice poll mq_timedsend signal flistxattr lsetxattr mlockall sigreturn write getegid32 mq_timedsend_time64 getgroups32 name_to_handle_at renameat2 copy_file_range utimensat mknod rt_sigprocmask bind
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-timesyncd
	Status Text: Contacted time server 192.168.181.53:123 (192.168.181.53).
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: bd944ccd3a5e430a969b1201e07e4cff
	Fragment Path: /usr/lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /lib/console-setup/keyboard-setup.sh
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron-apt.service:
	Description: cron-apt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:49:48 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:48:51 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:49:48 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f6ffd5a7e0f44f109053ff416a03f3ba
	Fragment Path: /etc/systemd/system/cron-apt.service
	ConditionPathExists: /etc/cron-apt/config untested
	ConditionFileIsExecutable: /usr/sbin/cron-apt untested
	Condition Timestamp: Fri 2025-08-15 00:48:51 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:48:51 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: cron-apt.timer (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: cron-apt.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: cron-apt.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/cron-apt -i /etc/cron-apt/config
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-2.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 82a8e6179d1d47e0bf9ddb0346e7f75f
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit dev-sda1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:02 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 4f91657c0d794606ba6032a3090befdd
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	RequiredBy: boot.mount (destination-mountinfo)
	Before: boot.mount (destination-mountinfo)
	PropagatesStopTo: boot.mount (destination-mountinfo)
	ReferencedBy: boot.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sda1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
? Unit systemd-pcrphase-initrd.service:
	Description: TPM PCR Barrier (initrd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrphase-initrd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-initrd.service
	ConditionSecurity: measured-uki untested
	ConditionPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-sysext.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: cryptsetup-pre.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: tpm2.target (origin-file)
	References: systemd-sysext.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful enter-initrd
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful leave-initrd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-hibernate-clear.service:
	Description: Clear Stale Hibernate Storage Info
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-hibernate-clear.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hibernate-clear.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionPathExists: /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 untested
	Condition Timestamp: Sun 2025-08-03 15:00:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-hibernate-resume --clear
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit ntp.service:
	Description: ntp.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
? Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 15aaca4e6925496898fea8378ba64b36
	Following: sys-devices-platform-soc-1c28000.serial-1c28000.serial:0-1c28000.serial:0.0-tty-ttyS0.device
	Following Set Member: sys-devices-platform-soc-1c28000.serial-1c28000.serial:0-1c28000.serial:0.0-tty-ttyS0.device
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	BoundBy: serial-getty at ttyS0.service (destination-file)
	Before: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS0
	Sysfs Path: /sys/devices/platform/soc/1c28000.serial/1c28000.serial:0/1c28000.serial:0.0/tty/ttyS0
	Found: found-udev
? Unit systemd-remount-fs.service:
	Description: Remount Root and Kernel File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:21 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: ee809788dabd47f8807c9fe5c1d05fe2
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/systemd-remount-fs.service
	Condition Timestamp: Sun 2025-08-03 15:00:18 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:18 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-importd.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-importd.socket (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-importd.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: systemd-importd.socket (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-remount-fs
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.service:
	Alias: dbus-org.freedesktop.network1.service
	Description: Network Configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:44 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:14:42 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:14:44 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:14:41 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:14:41 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-networkd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: e369882b269644868536e02ba5310be9
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:org.freedesktop.network1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Fri 2025-08-08 11:14:42 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:14:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	Wants: systemd-networkd-persistent-storage.service (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: systemd-networkd-persistent-storage.service (destination-file)
	BoundBy: systemd-networkd-wait-online.service (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (origin-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: network.target (origin-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: apt-daily.service (destination-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: network-pre.target (origin-file)
	After: -.mount (origin-path)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: -.mount (origin-path)
	References: multi-user.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd-persistent-storage.service (origin-file)
	References: shutdown.target (origin-file)
	References: network.target (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/netif (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29035
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.network1
	Bus Name Good: yes
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGUSR2
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: invisible
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/netif
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
	AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
	User: systemd-network
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: setuid setxattr epoll_wait_old preadv2 mq_timedsend_time64 migrate_pages sendfile readv execve sched_setscheduler timer_gettime mseal sigsuspend fdatasync oldlstat chown32 open mq_unlink epoll_ctl pread64 fsync rt_tgsigqueueinfo ppoll_time64 clock_getres stat64 set_mempolicy swapcontext timerfd_settime64 nanosleep fadvise64 capget listmount epoll_create1 fremovexattr shmctl munmap set_tid_address clone3 mlock unshare newfstatat utime setxattrat lsetxattr semop timerfd_create flistxattr fstatat64 getgid32 fstat64 execveat getuid32 shmdt listxattrat setfsuid ioprio_get mlock2 mq_notify link signalfd4 timer_gettime64 landlock_create_ruleset munlock signal waitid pidfd_send_signal uname userfaultfd ioctl uretprobe msync capset pause sysinfo fchown32 setrlimit kill timerfd_settime listxattr openat2 inotify_init1 riscv_flush_icache faccessat2 io_destroy flock ipc utimes io_uring_enter get_thread_area getresgid fcntl getsockopt shutdown times fallocate clock_gettime64 lstat accept msgctl seccomp setfsuid32 sched_yield setreuid32 utimensat_time64 memfd_create fchmodat2 sched_setattr add_key sendmmsg chdir umask inotify_rm_watch move_pages sync fork fsetxattr eventfd getresgid32 splice accept4 sched_get_priority_min dup getpgrp pipe tee readdir fchdir setgroups getxattrat timer_delete creat pwrite64 timerfd_gettime64 getsid rt_sigtimedwait_time64 setgroups32 shmat sigprocmask futex_waitv mkdir riscv_hwprobe signalfd fadvise64_64 rt_sigpending sched_setaffinity preadv lremovexattr recv setgid32 madvise removexattrat landlock_restrict_self request_key syncfs getresuid32 getppid futex_time64 geteuid32 inotify_init prctl chmod timer_settime64 vfork clock_getres_time64 vmsplice listen rt_sigtimedwait truncate readahead getresuid rt_sigqueueinfo ugetrlimit recvfrom keyctl send llistxattr setreuid _newselect fstatfs64 rt_sigreturn gettimeofday timer_getoverrun set_mempolicy_home_node readlink getuid mmap2 ppoll gettid getgroups32 setpgid getgroups epoll_ctl_old getgid sched_get_priority_max sched_rr_get_interval rmdir select setns mq_open sched_setparam pipe2 sync_file_range2 wait4 timer_settime setregid io_cancel mkdirat statmount mremap rt_sigprocmask alarm epoll_create mq_timedreceive getpriority sched_getaffinity utimensat set_thread_area arch_prctl getegid rename cacheflush getitimer bpf pwritev setpriority eventfd2 rt_sigsuspend exit_group copy_file_range poll oldfstat mmap fchmod socketpair semctl faccessat epoll_wait symlink clock_gettime connect setitimer nice removexattr mq_timedreceive_time64 io_getevents membarrier getpgid personality setfsgid fchmodat clock_nanosleep_time64 remap_file_pages chown oldstat sendfile64 name_to_handle_at sync_file_range sigaction setsid read getrlimit tgkill socket msgrcv fstat time landlock_add_rule getdents64 getpid process_vm_readv clone socketcall sendmsg io_uring_register getdents io_setup mbind lgetxattr close futimesat kcmp oldolduname setresuid32 sigreturn get_robust_list mq_timedsend tkill recvmmsg_time64 truncate64 setresgid32 sched_getscheduler stat ftruncate64 sendto semtimedop recvmmsg restart_syscall msgsnd lchown32 setresgid renameat shmget getcwd getrusage ftruncate timer_create fcntl64 mknodat fchown exit getxattr msgget getsockname munlockall ioprio_set io_uring_setup inotify_add_watch getcpu process_madvise rseq lseek setresuid write sigpending fstatfs epoll_pwait2 pselect6_time64 prlimit64 lchown renameat2 futex sigaltstack setfsgid32 olduname rt_sigaction arm_fadvise64_64 process_vm_writev setgid lstat64 mprotect setregid32 getrandom get_mempolicy io_submit openat dup3 mlockall io_pgetevents_time64 writev geteuid linkat _llseek bind brk setsockopt mq_getsetattr sched_rr_get_interval_time64 statfs set_robust_list pidfd_open fgetxattr semget getegid32 readlinkat set_tls close_range symlinkat clock_nanosleep epoll_pwait unlink sched_getattr setuid32 pwritev2 timerfd_gettime pselect6 sched_getparam fchownat mknod statx unlinkat semtimedop_time64 dup2 getpeername waitpid recvmsg statfs64 io_pgetevents access
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-networkd
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	File Descriptor Store Pin: restart
	File Descriptor Store Current: 1
	File Descriptor Store Entry: 'manager-serialization' (type=reg; dev=0:1; inode=7296; rdev=0:0; path=/memfd:data-fd (deleted); access=rw)
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
? Unit acct.service:
	Description: acct.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: atopacct.service (destination-file)
	ReferencedBy: atopacct.service (destination-file)
? Unit dev-disk-by\x2dlabel-banana\x2dboot.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: cb07b2877b3c4cfc87ccf9eeecc40c58
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/banana-boot
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit var-lib-machines.mount:
	Description: Virtual Machine and Container Storage (Compatibility)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/var-lib-machines.mount
	ConditionPathExists: /var/lib/machines.raw untested
	Condition Timestamp: Sun 2025-08-03 15:00:26 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: systemd-importd.socket (destination-file)
	WantedBy: remote-fs.target (destination-file)
	WantedBy: systemd-importd.service (destination-file)
	WantedBy: machines.target (destination-file)
	Conflicts: umount.target (origin-mount-file)
	Before: systemd-importd.service (destination-file)
	Before: systemd-importd.socket (destination-file)
	Before: machines.target (destination-default)
	Before: local-fs.target (origin-mount-file)
	Before: umount.target (origin-mount-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mount-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mount-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mount-file)
	References: local-fs.target (origin-mount-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-importd.socket (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: systemd-importd.service (destination-file)
	ReferencedBy: machines.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib (origin-implicit)
	RequiresMountsFor: /var/lib/machines.raw (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /var/lib/machines
	What: /var/lib/machines.raw
	File System Type: btrfs
	Options: loop
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit e2scrub_all.timer:
	Description: Periodic ext4 Online Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-10 03:10:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 2ec117b3c18649209b5fbfc87911752d
	Fragment Path: /usr/lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: e2scrub_all.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: -.mount (origin-path)
	References: e2scrub_all.service (origin-implicit)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: e2scrub_all.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: Sun *-*-* 03:10:00
? Unit cron-apt.timer:
	Description: Trigger daily cron-apt run
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:49:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6ea6421c1c2a47d5a7a01cb14024b933
	Fragment Path: /etc/systemd/system/cron-apt.timer
	ConditionFileIsExecutable: /usr/sbin/cron-apt untested
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: cron-apt.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: multi-user.target (destination-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: cron-apt.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: cron-apt.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: cron-apt.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device:
	Description: /dev/disk/by-id/dm-name-banana-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 7a16e4ce1f584c5a8f1016a0582383b1
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-banana-root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit sys-devices-virtual-block-dm\x2d0.device:
	Description: /sys/devices/virtual/block/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 7ced49ea6da643b4b183cae4cd0c5e50
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit dpkg-db-backup.service:
	Description: Daily dpkg database backup service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:00:05 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:00:02 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:00:05 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f8e3a77f266c4f2e8778968642b9adcd
	Documentation: man:dpkg(1)
	Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.service
	Condition Timestamp: Fri 2025-08-15 00:00:02 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:00:02 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: dpkg-db-backup.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dpkg-db-backup.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: dpkg-db-backup.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/dpkg/dpkg-db-backup
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-kexec.service:
	Description: Reboot via kexec
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-kexec.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-kexec.service
	Success Action: kexec-force
	Requires: final.target (origin-file)
	Requires: shutdown.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: kexec.target (destination-file)
	Before: kexec.target (destination-file)
	After: final.target (origin-file)
	After: shutdown.target (origin-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: final.target (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: kexec.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd.service:
	Alias: udev.service
	Description: Rule-based Manager for Device Events and Files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:50 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:50 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:39 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:40 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	CGroup delegate mask: pids
	Invocation ID: fd46d4938cab46e5b45de24400553a90
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udevd.service
	DropIn Path: /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udev-load-credentials.service (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	WantedBy: systemd-udev-settle.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: systemd-udev-load-credentials.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	References: sysinit.target (origin-file)
	References: systemd-udev-load-credentials.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysusers.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: continue
	ReloadSignal: HUP
	Main PID: 29239
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -1000
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: poll nanosleep setuid32 sched_getattr signalfd openat sendfile clock_getres_time64 nice getgid signal set_thread_area alarm access sched_rr_get_interval mq_timedreceive_time64 fcntl shmdt connect mkdir setuid inotify_init1 faccessat fadvise64 ipc ppoll_time64 name_to_handle_at umask setreuid32 waitid getgroups sysinfo pciconfig_write geteuid32 mlock2 fchmodat2 sigprocmask io_uring_setup pwritev io_setup getresgid32 pread64 sync_file_range2 set_mempolicy readahead sigpending sched_setaffinity splice io_uring_enter s390_pci_mmio_write sendfile64 unlinkat getegid accept4 setregid32 landlock_add_rule recvmmsg riscv_flush_icache init_module io_uring_register getresuid setresgid times inotify_rm_watch chown32 set_tid_address getuid32 mq_notify lgetxattr clock_nanosleep_time64 fstatfs64 sched_yield flistxattr symlinkat recvmsg sched_setattr rt_sigtimedwait_time64 setns mlock symlink mremap getrusage get_robust_list getrandom gettid rt_sigprocmask setresgid32 lremovexattr prlimit64 getgroups32 mknod io_submit epoll_wait_old capget seccomp socketcall set_tls fstat readdir sendmmsg pidfd_send_signal rmdir timer_create ftruncate personality timer_gettime ioprio_get vfork execve llistxattr open pciconfig_iobase msgctl request_key process_madvise io_pgetevents timer_settime dup3 statfs writev rt_sigpending setsid getpriority fstatfs fork uname sched_setscheduler accept clone munlock mkdirat rt_sigtimedwait setgroups32 listmount listxattrat rt_sigaction removexattr set_mempolicy_home_node pwritev2 truncate removexattrat bind sched_getscheduler sigsuspend fgetxattr io_cancel getresgid sync_file_range _newselect landlock_restrict_self clock_gettime64 setxattrat mq_unlink getppid kcmp restart_syscall fstatat64 signalfd4 futex_time64 oldfstat setgid32 renameat cacheflush getgid32 pselect6 setresuid32 utime ugetrlimit timer_settime64 sendto clock_gettime arm_fadvise64_64 mq_open ioperm rt_tgsigqueueinfo rt_sigsuspend lstat64 fcntl64 tgkill uretprobe tee setpriority rt_sigqueueinfo syncfs mseal getcwd brk ioctl statfs64 capset sched_get_priority_min shutdown setfsgid32 futex rename finit_module pciconfig_read setresuid add_key setgid fchown pwrite64 listxattr migrate_pages setpgid semctl dup2 statmount setitimer sched_rr_get_interval_time64 sched_get_priority_max flock shmat setfsuid32 mmap2 epoll_ctl preadv setxattr msgsnd mknodat pipe2 getsockopt get_thread_area close_range getpgrp sched_getaffinity prctl clock_getres move_pages getdents pipe timerfd_settime64 mmap bpf sigaction keyctl readv clone3 read timer_gettime64 newfstatat remap_file_pages msync getegid32 write io_pgetevents_time64 recvfrom sigaltstack rseq landlock_create_ruleset statx getuid membarrier lsetxattr preadv2 setreuid timerfd_gettime64 setgroups dup munlockall eventfd getdents64 execveat exit waitpid mlockall timerfd_settime chown fchmod recvmmsg_time64 setsockopt linkat getresuid32 mprotect socketpair munmap unlink link getrlimit kill fchownat chmod inotify_init fallocate vmsplice oldlstat recv oldstat getpid madvise mq_timedsend userfaultfd lstat riscv_hwprobe time clock_nanosleep swapcontext oldolduname getpeername process_vm_writev olduname timer_delete getsockname setfsgid fchmodat renameat2 copy_file_range stat64 listen getcpu gettimeofday fadvise64_64 rt_sigreturn process_vm_readv epoll_wait readlink arch_prctl getsid msgget timer_getoverrun mq_timedreceive pselect6_time64 eventfd2 stat semget getitimer tkill timerfd_create utimes getxattrat select wait4 delete_module truncate64 exit_group lchown iopl mq_getsetattr sendmsg shmctl getxattr openat2 sched_getparam unshare memfd_create utimensat shmget faccessat2 io_destroy close chdir lchown32 semtimedop fchdir getpgid epoll_pwait setregid s390_pci_mmio_read fchown32 get_mempolicy send set_robust_list sigreturn setrlimit geteuid msgrcv inotify_add_watch fsync pidfd_open fremovexattr socket epoll_create1 lseek pause utimensat_time64 fdatasync ioprio_set timerfd_gettime epoll_create futex_waitv epoll_ctl_old futimesat sched_setparam fsetxattr ppoll readlinkat mq_timedsend_time64 mbind ftruncate64 epoll_pwait2 semop sync semtimedop_time64 creat fstat64 _llseek io_getevents setfsuid
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-udevd
	Status Text: Processing with 10 children at max
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: pids
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	DelegateSubgroup: udev
	MemoryPressureThresholdSec: 200ms
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit systemd-quotacheck.service:
	Description: systemd-quotacheck.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	After: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
? Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:12 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: fedb9e051fc840b194dd53ef430317a9
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sysinit.target
	Condition Timestamp: Sun 2025-08-03 15:34:12 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:12 CEST
	Assert Result: yes
	Wants: systemd-resolved.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: ldconfig.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-pcrphase-sysinit.service (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-hibernate-clear.service (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: systemd-pcrmachine.service (origin-file)
	Wants: systemd-pcrphase.service (origin-file)
	Wants: systemd-tpm2-setup-early.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-update-done.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev-early.service (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: systemd-journal-catalog-update.service (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: systemd-tpm2-setup.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: fake-hwclock-load.service (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: systemd-firstboot.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	RequiredBy: cron-apt.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: cron-apt.timer (destination-default)
	RequiredBy: atop.service (destination-default)
	RequiredBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: sshd-unix-local.socket (destination-default)
	RequiredBy: sshd-keygen.service (destination-default)
	RequiredBy: user-runtime-dir at 1001.service (destination-default)
	RequiredBy: plocate-updatedb.service (destination-default)
	RequiredBy: user at 1001.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: systemd-hostnamed.socket (destination-default)
	RequiredBy: ssh.socket (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: atop-rotate.timer (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: dpkg-db-backup.timer (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: exim4.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: serial-getty at ttyS0.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: atopacct.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: sshd at sshd-keygen.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: dailyaidecheck.service (destination-default)
	RequiredBy: debspawn-clear-caches.service (destination-default)
	RequiredBy: systemd-hostnamed.service (destination-default)
	RequiredBy: atop-rotate.service (destination-default)
	RequiredBy: irqbalance.service (destination-default)
	RequiredBy: exim4-base.timer (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: cron-apt at hourly.timer (destination-default)
	RequiredBy: avahi-daemon.service (destination-default)
	RequiredBy: smartmontools.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: isc-dhcp-server-v6.service (destination-default)
	RequiredBy: plocate-updatedb.timer (destination-default)
	RequiredBy: dpkg-db-backup.service (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	RequiredBy: debspawn-clear-caches.timer (destination-default)
	RequiredBy: dailyaidecheck.timer (destination-default)
	RequiredBy: exim4-base.service (destination-default)
	RequiredBy: systemd-pcrphase.service (destination-default)
	RequiredBy: fstrim.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: avahi-daemon.socket (destination-default)
	RequiredBy: atd.service (destination-default)
	RequiredBy: cron-apt at hourly.service (destination-default)
	RequiredBy: fstrim.timer (destination-default)
	RequiredBy: isc-dhcp-server-v4.service (destination-default)
	RequiredBy: fake-hwclock-save.timer (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: dailyaidecheck-buildcache.service (destination-default)
	Conflicts: emergency.service (origin-file)
	Conflicts: emergency.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: serial-getty at ttyS0.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: isc-dhcp-server-v4.service (destination-default)
	Before: sshd-unix-local.socket (destination-default)
	Before: cron-apt.service (destination-default)
	Before: dbus.service (destination-default)
	Before: exim4.service (destination-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: avahi-daemon.socket (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: atop-rotate.service (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: systemd-hostnamed.socket (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: irqbalance.service (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: dailyaidecheck.timer (destination-default)
	Before: emergency.target (origin-file)
	Before: rescue.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: debspawn-clear-caches.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: rsyslog.service (destination-default)
	Before: fake-hwclock-save.timer (destination-default)
	Before: logrotate.service (destination-default)
	Before: dailyaidecheck.service (destination-default)
	Before: user-runtime-dir at 1001.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: plocate-updatedb.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: ssh.socket (destination-default)
	Before: rsync.service (destination-default)
	Before: isc-dhcp-server-v6.service (destination-default)
	Before: exim4-base.service (destination-default)
	Before: smartmontools.service (destination-default)
	Before: cron-apt at hourly.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: cron-apt.timer (destination-default)
	Before: atop.service (destination-default)
	Before: sshd-keygen.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: dbus.socket (destination-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: atopacct.service (destination-default)
	Before: systemd-hostnamed.service (destination-default)
	Before: cron-apt at hourly.timer (destination-default)
	Before: atd.service (destination-default)
	Before: user at 1001.service (destination-default)
	Before: cron.service (destination-default)
	Before: systemd-pcrphase.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: dailyaidecheck-buildcache.service (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: sshd at sshd-keygen.service (destination-default)
	Before: exim4-base.timer (destination-default)
	Before: emergency.service (origin-file)
	Before: fstrim.timer (destination-default)
	After: systemd-pcrmachine.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: modprobe at drm.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-confext.service (destination-file)
	After: haveged.service (destination-file)
	After: systemd-hibernate-clear.service (destination-file)
	After: sys-kernel-tracing.mount (destination-file)
	After: systemd-journal-catalog-update.service (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: apparmor.service (destination-file)
	After: modprobe at fuse.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: systemd-resolved.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: systemd-update-done.service (destination-file)
	After: ldconfig.service (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-sysext.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: systemd-udev-settle.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-tpm2-setup-early.service (destination-file)
	After: systemd-tpm2-setup.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: modprobe at configfs.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	After: systemd-pstore.service (destination-file)
	After: dev-mqueue.mount (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: modprobe at efi_pstore.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	References: dev-mqueue.mount (origin-file)
	References: emergency.service (origin-file)
	References: systemd-firstboot.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-resolved.service (origin-file)
	References: emergency.target (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-pcrphase-sysinit.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-update-done.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: systemd-journal-catalog-update.service (origin-file)
	References: systemd-pcrmachine.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: swap.target (origin-file origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: sys-kernel-tracing.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-hwdb-update.service (origin-file)
	References: ldconfig.service (origin-file)
	References: fake-hwclock-load.service (origin-file)
	References: systemd-hibernate-clear.service (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-pcrphase.service (origin-file)
	References: apparmor.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: blk-availability.service (origin-file)
	References: systemd-pstore.service (origin-file)
	References: systemd-tpm2-setup.service (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: cron-apt at hourly.timer (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: cron-apt.timer (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: dailyaidecheck-buildcache.service (destination-default)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: user-runtime-dir at 1001.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: irqbalance.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: user at 1001.service (destination-default)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: cron-apt at hourly.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: cron-apt.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: ssh.socket (destination-default)
	ReferencedBy: isc-dhcp-server-v6.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: dailyaidecheck.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: isc-dhcp-server-v4.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: fake-hwclock-save.timer (destination-default)
	ReferencedBy: sshd-keygen.service (destination-default)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: dailyaidecheck.timer (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: sshd at sshd-keygen.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:21 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:18 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3012d352eb3b4661bb4171960efcd2d7
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Sun 2025-08-03 15:34:18 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:18 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-223.scope (destination-file)
	Before: multi-user.target (destination-default)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: session-283.scope (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: session-873.scope (destination-file)
	Before: session-448.scope (destination-file)
	Before: user at 1001.service (destination-file)
	Before: session-372.scope (destination-file)
	Before: session-908.scope (destination-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-pcrphase.service (destination-file)
	After: home.mount (origin-file)
	After: nss-user-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: home.mount (origin-file)
	References: nss-user-lookup.target (origin-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: session-372.scope (destination-file)
	ReferencedBy: session-223.scope (destination-file)
	ReferencedBy: session-448.scope (destination-file)
	ReferencedBy: session-873.scope (destination-file)
	ReferencedBy: session-908.scope (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: session-283.scope (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: user at 1001.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-user-sessions start
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-user-sessions stop
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit shutdown.target:
	Description: System Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/shutdown.target
	Wants: fake-hwclock-save.service (origin-file)
	RequiredBy: systemd-halt.service (destination-file)
	RequiredBy: systemd-poweroff.service (destination-file)
	RequiredBy: systemd-soft-reboot.service (destination-file)
	RequiredBy: systemd-kexec.service (destination-file)
	RequiredBy: systemd-reboot.service (destination-file)
	ConflictedBy: session-908.scope (destination-default)
	ConflictedBy: dpkg-db-backup.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: ssh.socket (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: fstrim.timer (destination-default)
	ConflictedBy: systemd-bsod.service (destination-file)
	ConflictedBy: session-873.scope (destination-default)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: user-1001.slice (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: exim4-base.timer (destination-default)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: systemd-firstboot.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: user at 1001.service (destination-default)
	ConflictedBy: user-runtime-dir at 1001.service (destination-default)
	ConflictedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	ConflictedBy: systemd-udev-load-credentials.service (destination-file)
	ConflictedBy: atd.service (destination-default)
	ConflictedBy: systemd-importd.socket (destination-file)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: system-serial\x2dgetty.slice (destination-default)
	ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
	ConflictedBy: exim4-base.service (destination-default)
	ConflictedBy: atop-rotate.service (destination-default)
	ConflictedBy: cron-apt at hourly.service (destination-default)
	ConflictedBy: initrd-root-fs.target (destination-file)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: haveged.service (destination-file)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: serial-getty at ttyS0.service (destination-default)
	ConflictedBy: system-sshd.slice (destination-default)
	ConflictedBy: dpkg-db-backup.timer (destination-default)
	ConflictedBy: machines.target (destination-default)
	ConflictedBy: system-cron\x2dapt.slice (destination-default)
	ConflictedBy: ldconfig.service (destination-file)
	ConflictedBy: atopacct.service (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: cron-apt.timer (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: systemd-confext.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: sshd-unix-local.socket (destination-default)
	ConflictedBy: dailyaidecheck.timer (destination-default)
	ConflictedBy: systemd-tpm2-setup-early.service (destination-file)
	ConflictedBy: fake-hwclock-save.timer (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: initrd-usr-fs.target (destination-file)
	ConflictedBy: system-ssh.slice (destination-default)
	ConflictedBy: session-223.scope (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: systemd-pcrphase.service (destination-default)
	ConflictedBy: plocate-updatedb.service (destination-default)
	ConflictedBy: initrd-fs.target (destination-file)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: avahi-daemon.service (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: isc-dhcp-server-v6.service (destination-default)
	ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: session-283.scope (destination-default)
	ConflictedBy: dailyaidecheck.service (destination-default)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: session-372.scope (destination-default)
	ConflictedBy: systemd-hostnamed.socket (destination-default)
	ConflictedBy: cron-apt.service (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: systemd-quotacheck-root.service (destination-file)
	ConflictedBy: irqbalance.service (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: debspawn-clear-caches.timer (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: debspawn-clear-caches.service (destination-default)
	ConflictedBy: systemd-pcrmachine.service (destination-file)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: systemd-networkd-wait-online.service (destination-file)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: systemd-tpm2-setup.service (destination-file)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: session-448.scope (destination-default)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: dailyaidecheck-buildcache.service (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: fstrim.service (destination-default)
	ConflictedBy: systemd-networkd-persistent-storage.service (destination-file)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: atop.service (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: exim4.service (destination-default)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: atop-rotate.timer (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: plocate-updatedb.timer (destination-default)
	ConflictedBy: systemd-networkd.socket (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: sshd at sshd-keygen.service (destination-default)
	ConflictedBy: systemd-hibernate-clear.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: smartmontools.service (destination-default)
	ConflictedBy: avahi-daemon.socket (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: systemd-journal-catalog-update.service (destination-file)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: sshd-keygen.service (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: tpm2.target (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: isc-dhcp-server.target (destination-default)
	ConflictedBy: initrd.target (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: first-boot-complete.target (destination-default)
	ConflictedBy: systemd-update-done.service (destination-file)
	ConflictedBy: cron-apt at hourly.timer (destination-default)
	ConflictedBy: isc-dhcp-server-v4.service (destination-default)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: systemd-hostnamed.service (destination-default)
	ConflictedBy: initrd-root-device.target (destination-file)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	ConflictedBy: systemd-importd.service (destination-file)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	Before: systemd-halt.service (destination-file)
	Before: systemd-poweroff.service (destination-file)
	Before: final.target (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: systemd-kexec.service (destination-file)
	Before: systemd-reboot.service (destination-file)
	After: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	After: logrotate.service (destination-default)
	After: systemd-udev-load-credentials.service (destination-file)
	After: systemd-hibernate-clear.service (destination-file)
	After: session-372.scope (destination-default)
	After: blk-availability.service (destination-file)
	After: systemd-tpm2-setup-early.service (destination-file)
	After: sockets.target (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: systemd-hostnamed.socket (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: debspawn-clear-caches.service (destination-default)
	After: isc-dhcp-server.target (destination-default)
	After: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	After: systemd-networkd-wait-online.service (destination-file)
	After: graphical.target (destination-default)
	After: system-cron\x2dapt.slice (destination-default)
	After: fake-hwclock-save.timer (destination-default)
	After: paths.target (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: sysinit.target (destination-default)
	After: systemd-networkd-persistent-storage.service (destination-file)
	After: isc-dhcp-server-v6.service (destination-default)
	After: nss-lookup.target (destination-default)
	After: time-sync.target (destination-default)
	After: systemd-logind.service (destination-default)
	After: fake-hwclock-save.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: dbus.socket (destination-default)
	After: getty.target (destination-default)
	After: syslog.socket (destination-file)
	After: plocate-updatedb.timer (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: e2scrub_reap.service (destination-default)
	After: systemd-pcrphase.service (destination-default)
	After: avahi-daemon.socket (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: irqbalance.service (destination-default)
	After: haveged.service (destination-file)
	After: user at 1001.service (destination-default)
	After: cron-apt at hourly.timer (destination-default)
	After: cron-apt.timer (destination-default)
	After: cron-apt.service (destination-default)
	After: dailyaidecheck.timer (destination-default)
	After: machines.target (destination-default)
	After: lvm2-monitor.service (destination-file)
	After: atd.service (destination-default)
	After: session-223.scope (destination-default)
	After: first-boot-complete.target (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: systemd-pcrmachine.service (destination-file)
	After: swap.target (destination-default)
	After: session-283.scope (destination-default)
	After: tpm2.target (destination-default)
	After: rsyslog.service (destination-default)
	After: logrotate.timer (destination-default)
	After: systemd-pstore.service (destination-file)
	After: session-448.scope (destination-default)
	After: ldconfig.service (destination-file)
	After: network-online.target (destination-default)
	After: systemd-journal-catalog-update.service (destination-file)
	After: system-modprobe.slice (destination-default)
	After: rc-local.service (destination-default)
	After: avahi-daemon.service (destination-default)
	After: systemd-quotacheck-root.service (destination-file)
	After: system-getty.slice (destination-default)
	After: user.slice (destination-default)
	After: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	After: sshd-unix-local.socket (destination-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: systemd-confext.service (destination-file)
	After: atop-rotate.service (destination-default)
	After: systemd-bsod.service (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: system-ssh.slice (destination-default)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: rsync.service (destination-default)
	After: plocate-updatedb.service (destination-default)
	After: getty at tty1.service (destination-default)
	After: smartmontools.service (destination-default)
	After: lvm2-lvmpolld.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: atopacct.service (destination-default)
	After: e2scrub_all.service (destination-default)
	After: exim4-base.service (destination-default)
	After: atop-rotate.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: network.target (destination-default)
	After: atop.service (destination-default)
	After: system-sshd.slice (destination-default)
	After: systemd-importd.socket (destination-file)
	After: systemd-update-done.service (destination-file)
	After: emergency.target (destination-default)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: getty-static.service (destination-default)
	After: exim4-base.timer (destination-default)
	After: debspawn-clear-caches.timer (destination-default)
	After: emergency.service (destination-file)
	After: cron-apt at hourly.service (destination-default)
	After: dbus.service (destination-default)
	After: local-fs-pre.target (destination-default)
	After: systemd-sysext.service (destination-file)
	After: getty-pre.target (destination-default)
	After: systemd-importd.service (destination-file)
	After: systemd-user-sessions.service (destination-default)
	After: dpkg-db-backup.service (destination-default)
	After: exim4.service (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: dm-event.service (destination-file)
	After: systemd-ask-password-wall.service (destination-default)
	After: apt-daily.timer (destination-default)
	After: dailyaidecheck-buildcache.service (destination-default)
	After: serial-getty at ttyS0.service (destination-default)
	After: systemd-hostnamed.service (destination-default)
	After: sshd-keygen.service (destination-default)
	After: multi-user.target (destination-default)
	After: basic.target (destination-default)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: session-873.scope (destination-default)
	After: systemd-networkd.socket (destination-file)
	After: initrd.target (destination-default)
	After: user-1001.slice (destination-default)
	After: rescue.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: isc-dhcp-server-v4.service (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: fstrim.service (destination-default)
	After: dpkg-db-backup.timer (destination-default)
	After: ssh.socket (destination-default)
	After: user-runtime-dir at 1001.service (destination-default)
	After: slices.target (destination-default)
	After: apt-daily.service (destination-default)
	After: system-serial\x2dgetty.slice (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: sshd at sshd-keygen.service (destination-default)
	After: time-set.target (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: cron.service (destination-default)
	After: fstrim.timer (destination-default)
	After: systemd-sysctl.service (destination-file)
	After: network-pre.target (destination-default)
	After: systemd-resolved.service (destination-file)
	After: systemd-tpm2-setup.service (destination-file)
	After: session-908.scope (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: dailyaidecheck.service (destination-default)
	After: rescue.target (destination-default)
	References: fake-hwclock-save.service (origin-file)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: systemd-halt.service (destination-file)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: machines.target (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: isc-dhcp-server-v4.service (destination-default)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: systemd-bsod.service (destination-file)
	ReferencedBy: session-372.scope (destination-default)
	ReferencedBy: user-1001.slice (destination-default)
	ReferencedBy: dailyaidecheck-buildcache.service (destination-default)
	ReferencedBy: isc-dhcp-server.target (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: isc-dhcp-server-v6.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: irqbalance.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: cron-apt.service (destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: dailyaidecheck.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: systemd-importd.service (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: session-223.scope (destination-default)
	ReferencedBy: session-908.scope (destination-default)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: ssh.socket (destination-default)
	ReferencedBy: system-sshd.slice (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: system-serial\x2dgetty.slice (destination-default)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: initrd-fs.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: fake-hwclock-save.timer (destination-default)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: session-283.scope (destination-default)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-reboot.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: system-cron\x2dapt.slice (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: session-873.scope (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: tpm2.target (destination-default)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: systemd-poweroff.service (destination-file)
	ReferencedBy: dailyaidecheck.timer (destination-default)
	ReferencedBy: cron-apt.timer (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: systemd-importd.socket (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: sshd-keygen.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: initrd.target (destination-default)
	ReferencedBy: systemd-kexec.service (destination-file)
	ReferencedBy: final.target (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: first-boot-complete.target (destination-default)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: cron-apt at hourly.timer (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: session-448.scope (destination-default)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: user-runtime-dir at 1001.service (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: sshd at sshd-keygen.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: system-ssh.slice (destination-default)
	ReferencedBy: fake-hwclock-save.service (destination-file)
	ReferencedBy: user at 1001.service (destination-default)
	ReferencedBy: cron-apt at hourly.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8a0d4aa019454583b78b28ebaa198faf
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-partnum/1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /dev-hugepages.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 60222f782bef4325907dcbd920f2ceec
	Documentation: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/dev-hugepages.mount
	Source Path: /proc/self/mountinfo
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: rw,nosuid,nodev,relatime,pagesize=2M
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit local-fs-pre.target:
	Description: Preparation for Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:26 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8d4ae824fd294ff1873d5146f17f5e14
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Sun 2025-08-03 15:00:26 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:26 CEST
	Assert Result: yes
	WantedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	WantedBy: systemd-hibernate-resume.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	Before: srv.mount (destination-mountinfo)
	Before: boot.mount (destination-mountinfo)
	Before: local-fs.target (destination-file)
	Before: tmp.mount (destination-mountinfo)
	Before: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Before: var-lib-machines.mount (destination-mount-file)
	Before: run-user-1001.mount (destination-mountinfo)
	Before: shutdown.target (origin-default)
	After: systemd-remount-fs.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: dm-event.service (destination-file)
	After: systemd-hibernate-resume.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: run-user-1001.mount (destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: srv.mount (destination-mountinfo)
	ReferencedBy: systemd-hibernate-resume.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	ReferencedBy: tmp.mount (destination-mountinfo)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit initrd.target:
	Description: Initrd Default Target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd.target
	AssertPathExists: /etc/initrd-release untested
	Requires: basic.target (origin-file)
	Wants: systemd-battery-check.service (origin-file)
	Wants: initrd-parse-etc.service (origin-file)
	Wants: initrd-root-device.target (origin-file)
	Wants: systemd-pcrphase-initrd.service (origin-file)
	Wants: initrd-usr-fs.target (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: initrd-root-fs.target (origin-file)
	Wants: systemd-bsod.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: initrd-cleanup.service (destination-file)
	After: rescue.target (origin-file)
	After: basic.target (origin-file origin-default)
	After: rescue.service (origin-file)
	After: initrd-root-device.target (origin-file)
	After: initrd-usr-fs.target (origin-file)
	After: initrd-fs.target (origin-file)
	After: initrd-root-fs.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-battery-check.service (origin-file)
	References: emergency.target (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: rescue.service (origin-file)
	References: initrd-parse-etc.service (origin-file)
	References: initrd-root-device.target (origin-file)
	References: systemd-bsod.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-file origin-default)
	References: initrd-usr-fs.target (origin-file)
	References: initrd-fs.target (origin-file)
	References: rescue.target (origin-file)
	References: systemd-pcrphase-initrd.service (origin-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit remote-fs-pre.target:
	Description: Preparation for Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-fs-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: remote-fs.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: remote-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: a9df9b6434d04341a1cee1e862608d92
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1-part1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit reboot.target:
	Alias: runlevel6.target
	Alias: ctrl-alt-del.target
	Description: System Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/reboot.target
	Job Timeout: 30min
	Job Timeout Action: reboot-force
	Requires: systemd-reboot.service (origin-file)
	ConflictedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	After: systemd-reboot.service (origin-file)
	References: systemd-reboot.service (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-modules-load.service:
	Alias: kmod.service
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:16 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b6fe97b133f24cdaab806498c85e7284
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /usr/lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules_load untested
	ConditionKernelCommandLine: |rd.modules-load untested
	ConditionKernelCommandLine: |modules_load untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:00:16 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-sysctl.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-modules-load
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
? Unit modprobe at efi_pstore.service:
	Description: Load Kernel Module efi_pstore
	Instance: efi_pstore
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:15 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: ab905ee01b2f442ca3a17df0481339ff
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:32:44 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:44 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-pstore.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/modprobe -abq efi_pstore
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd-wait-online.service:
	Description: Wait for Network to be Configured
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:47 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:14:44 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:14:47 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:14:39 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:14:39 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9b88f96efafb47339073a9464447ea7a
	Documentation: man:systemd-networkd-wait-online.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd-wait-online.service
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Fri 2025-08-08 11:14:44 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:14:44 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	BindsTo: systemd-networkd.service (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-networkd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-networkd.service (origin-file)
	References: shutdown.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: network-online.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-networkd-wait-online
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dlabel-banana\x2dsrv.device:
	Description: /dev/disk/by-label/banana-srv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: bb76c7842d404205adf55522f4d89fb7
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/banana-srv
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: ce1b12d0dd7e43d28ffe07f4d1b0486d
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit debspawn-clear-caches.timer:
	Description: Clear all debspawn caches regularly
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 2b3adf8bcb7541c29098f0b7676dbab3
	Fragment Path: /usr/lib/systemd/system/debspawn-clear-caches.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	WantedBy: debspawn-clear-caches.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: debspawn-clear-caches.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: debspawn-clear-caches.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	References: debspawn-clear-caches.service (origin-implicit)
	References: time-set.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: debspawn-clear-caches.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 20min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-01 00:00:00
? Unit systemd-oomd.service:
	Description: systemd-oomd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: user at 1001.service (destination-file)
	ReferencedBy: user at 1001.service (destination-file)
? Unit avahi-daemon.service:
	Alias: dbus-org.freedesktop.Avahi.service
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:02:23 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:45 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:40 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: da416895b82c4abb95528f4f2a648556
	Fragment Path: /usr/lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: avahi-daemon.socket (origin-file)
	Requires: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: avahi-daemon.socket (destination-implicit)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: avahi-daemon.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: avahi-daemon.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: avahi-daemon.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29234
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Avahi
	Bus Name Good: yes
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/avahi-daemon -s
	? ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	Status Text: avahi-daemon 0.8 starting up.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit irqbalance.service:
	Description: irqbalance daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids bpf-firewall
	Documentation: man:irqbalance(1)
	Documentation: https://github.com/Irqbalance/irqbalance
	Fragment Path: /usr/lib/systemd/system/irqbalance.service
	ConditionCPUs: >1 untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: tmp.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: tmp.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/irqbalance (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: self
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/usr/lib/irqbalance/defaults.env
	EnvironmentFile: -/etc/default/irqbalance
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: irqbalance
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: 
	DynamicUser: no
	ReadWritePaths: /proc/irq
	ReadOnlyPaths: /
	LockPersonality: yes
	SystemCallFilter: msgsnd semget getrandom fadvise64_64 epoll_create recvfrom getresuid epoll_wait setxattrat sysinfo flock sendfile olduname process_vm_readv lchown32 utimes fcntl64 epoll_pwait semtimedop_time64 mkdir readahead sched_getaffinity timer_create add_key ppoll_time64 get_mempolicy signalfd sched_yield getcpu getegid io_uring_setup setpgid syncfs exit_group mknod pread64 restart_syscall io_uring_register recv lstat cacheflush pwritev2 signal mq_getsetattr rt_tgsigqueueinfo sched_rr_get_interval_time64 setgroups utimensat clock_getres uname times socketpair recvmsg epoll_pwait2 keyctl preadv rseq _newselect creat pipe2 rt_sigpending epoll_ctl_old prctl fstatfs mmap2 vmsplice removexattr getrusage io_getevents futex_time64 setuid renameat2 bind fdatasync rt_sigaction getgid32 shmctl msgrcv setuid32 inotify_add_watch readlink munlockall epoll_wait_old process_vm_writev vm86 tee setgroups32 landlock_create_ruleset timerfd_settime64 riscv_hwprobe set_thread_area personality lgetxattr utime setregid vhangup socket futex_waitv sendfile64 timer_delete getdents64 timerfd_settime msgctl ioctl sync_file_range subpage_prot fanotify_init munmap copy_file_range sched_getscheduler sendto set_robust_list llistxattr openat socketcall timer_settime64 listen tkill clone3 pidfd_send_signal brk sendmsg ftruncate64 gettimeofday fsetxattr pwrite64 rmdir getpgid mkdirat io_uring_enter mq_timedsend _llseek readv fchown ipc oldstat getxattrat quotactl_fd clock_nanosleep_time64 epoll_create1 execveat stat symlink io_pgetevents oldfstat fstatfs64 nfsservctl fanotify_mark listmount fork semctl chown32 kcmp sched_rr_get_interval munlock rt_sigqueueinfo ftruncate swapcontext set_tls mq_unlink timerfd_gettime64 utimensat_time64 getresuid32 clock_gettime64 getsockopt prlimit64 getpriority sys_debug_setcontext setxattr truncate64 io_cancel statfs uretprobe execve epoll_ctl dup2 mprotect madvise recvmmsg_time64 removexattrat seccomp pause fstat statmount shmdt io_pgetevents_time64 sched_get_priority_min setfsuid32 shutdown ppoll getsockname set_tid_address lremovexattr getitimer write get_robust_list rt_sigprocmask faccessat pwritev sync dup3 fchmodat chmod sigpending ioprio_get mlockall futex landlock_add_rule getuid wait4 lsetxattr msgget getresgid stat64 landlock_restrict_self openat2 linkat setresuid32 oldlstat statx capset setreuid32 timerfd_create fadvise64 pselect6 waitpid mq_timedreceive_time64 nanosleep getgroups32 mlock2 inotify_rm_watch setsid eventfd2 getrlimit preadv2 clock_getres_time64 sigreturn sigaction request_key setresgid membarrier getresgid32 setreuid sched_getattr ugetrlimit tgkill sync_file_range2 setsockopt read getgroups pselect6_time64 kill close_range remap_file_pages rt_sigreturn arm_fadvise64_64 splice time bpf inotify_init fstat64 accept connect shmget gettid lstat64 clock_nanosleep newfstatat lchown fremovexattr setdomainname flistxattr sigaltstack send getsid memfd_create getegid32 name_to_handle_at timer_settime setfsgid32 readlinkat accept4 fgetxattr access alarm timer_gettime64 getgid lseek setfsuid open statfs64 sigsuspend getpeername setresgid32 listxattrat fcntl getpid setresuid semop rename mq_notify capget getuid32 unlink acct get_thread_area inotify_init1 fsync mmap sethostname mq_timedsend_time64 geteuid32 process_madvise mq_open listxattr io_submit sched_getparam getcwd setns poll mq_timedreceive setgid32 fallocate faccessat2 fchown32 msync fchdir rt_sigtimedwait_time64 clock_gettime vfork renameat symlinkat waitid rt_sigsuspend mremap pipe mseal riscv_flush_icache userfaultfd getpgrp fchmod getppid link unlinkat setitimer select io_destroy fchownat futimesat quotactl umask readdir setfsgid pidfd_open sigprocmask shmat oldolduname signalfd4 io_setup writev geteuid unshare timerfd_gettime arch_prctl getxattr open_by_handle_at mknodat sendmmsg timer_getoverrun timer_gettime setgid getdents eventfd dup fstatat64 vm86old modify_ldt setregid32 close truncate semtimedop mlock sched_get_priority_max rt_sigtimedwait chdir clone fchmodat2 chown recvmmsg exit
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/sbin/irqbalance "\$IRQBALANCE_ARGS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit isc-dhcp-server-v4-old.service:
	Description: isc-dhcp-server-v4-old.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: isc-dhcp-server.service (destination-file)
	ReferencedBy: isc-dhcp-server.service (destination-file)
? Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 393de730c45448ad8bbb3fb6da0a2778
	Following: sys-devices-platform-soc-1c29c00.serial-1c29c00.serial:0-1c29c00.serial:0.0-tty-ttyS2.device
	Following Set Member: sys-devices-platform-soc-1c29c00.serial-1c29c00.serial:0-1c29c00.serial:0.0-tty-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS2
	Sysfs Path: /sys/devices/platform/soc/1c29c00.serial/1c29c00.serial:0/1c29c00.serial:0.0/tty/ttyS2
	Found: found-udev
? Unit systemd-ask-password-wall.path:
	Description: Forward Password Requests to Wall Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 63d3bedfe19447f48b39e14dc35c3178
	Documentation: man:systemd-ask-password-wall.path(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: emergency.service (origin-file)
	Before: cryptsetup.target (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: paths.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-path)
	References: emergency.service (origin-file)
	References: cryptsetup.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: bd4bb0a07abf4fbab6b475947477d867
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-partnum/2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit systemd-creds.socket:
	Description: Credential Encryption/Decryption
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-creds.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: babd76262ca442058a32c29f64f6fac7
	Documentation: man:systemd-creds(1)
	Fragment Path: /usr/lib/systemd/system/systemd-creds.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/io.systemd.Credentials (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 64
	MaxConnectionsPerSource: 16
	ListenStream: /run/systemd/io.systemd.Credentials
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 2s
	PollLimitBurst: 150
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:52 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /proc-sys-fs-binfmt_misc.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6807de1679f3486ebf4b371dffa83337
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Condition Timestamp: Sun 2025-08-03 15:32:52 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:52 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	Before: systemd-binfmt.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	After: -.slice (origin-file)
	After: -.mount (origin-path)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: -.mount (origin-path)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	ReferencedBy: systemd-binfmt.service (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: rw,nosuid,nodev,noexec,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:19:41 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dbus.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 00da079feed74b3e9f5d8bfc50a92e8a
	Fragment Path: /usr/lib/systemd/system/dbus.socket
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	Before: avahi-daemon.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: dbus.service (origin-implicit)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: dbus.service (origin-implicit)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.service (origin-implicit)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: dbus.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/dbus/system_bus_socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap:
	Description: /dev/disk/by-uuid/297a6de2-c39b-49f4-a074-189844ced74e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: a8f96341ad5541cda210cfece8edde16
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Following Set Member: dev-dm\x2d0.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: swap.target (origin-default)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: -.mount (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-uuid/297a6de2-c39b-49f4-a074-189844ced74e (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-uuid/297a6de2-c39b-49f4-a074-189844ced74e
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-setup-dev-early.service:
	Description: Create Static Device Nodes in /dev gracefully
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:22 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:19 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:22 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b20dfb04f7974eb7bf14e30063f783ca
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
	Condition Timestamp: Sun 2025-08-03 15:00:19 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:19 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-sysusers.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-tmpfiles --prefix=/dev --create --boot --graceful
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron-apt at hourly.timer:
	Description: Trigger hourly cron-apt run
	Instance: hourly
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:32:25 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 433c197a95f345b6b8cfe10b9e64bec5
	Fragment Path: /etc/systemd/system/cron-apt at hourly.timer
	ConditionPathExists: /etc/cron-apt/config-hourly untested
	ConditionFileIsExecutable: /usr/sbin/cron-apt untested
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: cron-apt at hourly.service (origin-implicit)
	Before: multi-user.target (destination-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: cron-apt at hourly.service (origin-implicit)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: cron-apt at hourly.service (origin-implicit)
	References: time-sync.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: cron-apt at hourly.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* *:00:00
? Unit blockdev at dev-dm\x2d0.target:
	Description: Block Device Preparation for /dev/dm-0
	Instance: dev-dm\x2d0
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-proc-swap)
	Before: dev-banana-swap0.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-proc-swap)
	Before: dev-disk-by\x2ddiskseq-3.swap (destination-proc-swap)
	Before: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-proc-swap)
	Before: dev-dm\x2d0.swap (destination-proc-swap)
	References: umount.target (origin-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-proc-swap)
	ReferencedBy: dev-banana-swap0.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d0.swap (destination-proc-swap)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit system-modprobe.slice:
	Description: Slice /system/modprobe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-modprobe.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 6f0a49f580124b65b156251a88300a70
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: modprobe at efi_pstore.service (destination-file)
	RequiredBy: modprobe at fuse.service (destination-file)
	RequiredBy: modprobe at configfs.service (destination-file)
	RequiredBy: modprobe at drm.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: modprobe at efi_pstore.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: modprobe at drm.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at fuse.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at configfs.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at drm.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: modprobe at efi_pstore.service (destination-slice-property)
	SliceOf: modprobe at fuse.service (destination-slice-property)
	SliceOf: modprobe at configfs.service (destination-slice-property)
	SliceOf: modprobe at drm.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:04:53 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:04:51 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:04:53 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: b315876858e74cb8bdeeaf710c53709e
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /usr/lib/systemd/system/logrotate.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2025-08-15 00:04:51 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:04:51 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: tmp.mount (origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: logrotate.timer (destination-implicit)
	After: basic.target (origin-default)
	After: exim4-base.service (destination-file)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-path)
	References: basic.target (origin-default)
	ReferencedBy: logrotate.timer (destination-implicit)
	ReferencedBy: exim4-base.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	Nice: 19
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: best-effort
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: yes
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/logrotate /etc/logrotate.conf
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
? Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.path (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-battery-check.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
? Unit dev-banana-root.device:
	Description: /dev/banana/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 88e25c27932145e880fdb3f9865eb863
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/banana/root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit sys-devices-platform-soc-1c50000.ethernet-net-end0.device:
	Description: /sys/devices/platform/soc/1c50000.ethernet/net/end0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:46 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:46 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: ef80aa7b47e54c1eb2c3ae75e75a5dd0
	Following Set Member: sys-subsystem-net-devices-end0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c50000.ethernet/net/end0
	Sysfs Path: /sys/devices/platform/soc/1c50000.ethernet/net/end0
	Found: found-udev
? Unit home.mount:
	Description: home.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
? Unit system-serial\x2dgetty.slice:
	Description: Slice /system/serial-getty
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 670810f2e1ca422d9337692f1f71cef2
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: serial-getty at ttyS0.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: serial-getty at ttyS0.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: serial-getty at ttyS0.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit user at 1001.service:
	Description: User Manager for UID 1001
	Instance: 1001
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:50 CEST
	Inactive Exit Timestamp: Wed 2025-08-06 13:23:25 CEST
	Active Enter Timestamp: Wed 2025-08-06 13:23:29 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/user at 1001.service
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: cpu cpuacct memory pids
	CGroup delegate mask: cpu cpuacct memory pids
	Invocation ID: 8219c4f911d141ab84d741307b2446cd
	Documentation: man:user at .service(5)
	Fragment Path: /usr/lib/systemd/system/user at .service
	DropIn Path: /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
	Condition Timestamp: Wed 2025-08-06 13:23:25 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2025-08-06 13:23:25 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-1001.slice (origin-file)
	BindsTo: user-runtime-dir at 1001.service (origin-file)
	WantedBy: session-223.scope (destination-file)
	WantedBy: session-448.scope (destination-file)
	WantedBy: session-283.scope (destination-file)
	WantedBy: session-908.scope (destination-file)
	WantedBy: session-372.scope (destination-file)
	WantedBy: session-873.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-223.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-448.scope (destination-file)
	Before: session-283.scope (destination-file)
	Before: session-908.scope (destination-file)
	Before: session-372.scope (destination-file)
	Before: session-873.scope (destination-file)
	After: dbus.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-oomd.service (origin-file)
	After: sysinit.target (origin-default)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	After: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-oomd.service (origin-file)
	References: sysinit.target (origin-default)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-223.scope (destination-file)
	ReferencedBy: session-448.scope (destination-file)
	ReferencedBy: session-283.scope (destination-file)
	ReferencedBy: session-908.scope (destination-file)
	ReferencedBy: session-372.scope (destination-file)
	ReferencedBy: session-873.scope (destination-file)
	InSlice: user-1001.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: continue
	ReloadSignal: RTMIN+25
	Main PID: 20135
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 2min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: inherit
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: 100
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1001
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd --user
	Status Text: Ready.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: cpu memory pids
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: skip
	CoredumpReceive: no
	DelegateSubgroup: init.scope
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 5ae6fdadc96849dcb865e5b545ee2878
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5001b448b4860c56
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit systemd-tpm2-setup.service:
	Description: TPM SRK Setup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-tpm2-setup.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionSecurity: measured-uki untested
	Condition Timestamp: Sun 2025-08-03 15:00:21 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-tpm2-setup-early.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tpm2.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tpm2.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/tpm2-srk-public-key.pem (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-tpm2-setup --graceful
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit user-runtime-dir at 1001.service:
	Description: User Runtime Directory /run/user/1001
	Instance: 1001
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2025-08-06 13:23:25 CEST
	Inactive Exit Timestamp: Wed 2025-08-06 13:23:24 CEST
	Active Enter Timestamp: Wed 2025-08-06 13:23:25 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 1802bb90fe684373a0de7ae9251358fd
	Documentation: man:user at .service(5)
	Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Wed 2025-08-06 13:23:24 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2025-08-06 13:23:24 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-1001.slice (origin-file)
	RequiredBy: session-223.scope (destination-file)
	RequiredBy: session-448.scope (destination-file)
	RequiredBy: session-283.scope (destination-file)
	RequiredBy: session-908.scope (destination-file)
	RequiredBy: session-372.scope (destination-file)
	RequiredBy: session-873.scope (destination-file)
	BoundBy: user at 1001.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-223.scope (destination-file)
	Before: session-448.scope (destination-file)
	Before: user at 1001.service (destination-file)
	Before: session-283.scope (destination-file)
	Before: session-908.scope (destination-file)
	Before: session-372.scope (destination-file)
	Before: session-873.scope (destination-file)
	After: dbus.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: user-1001.slice (origin-file)
	After: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: user-1001.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	ReferencedBy: session-223.scope (destination-file)
	ReferencedBy: session-448.scope (destination-file)
	ReferencedBy: user at 1001.service (destination-file)
	ReferencedBy: session-283.scope (destination-file)
	ReferencedBy: session-908.scope (destination-file)
	ReferencedBy: session-372.scope (destination-file)
	ReferencedBy: session-873.scope (destination-file)
	InSlice: user-1001.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-user-runtime-dir start 1001
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 1001
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Thu 2025-08-14 15:50:26 CEST
	Inactive Exit Timestamp: Thu 2025-08-14 15:50:25 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Thu 2025-08-14 15:50:26 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 430d66e177034c2ab63e36d4f08c4c9a
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Thu 2025-08-14 15:50:25 CEST
	Condition Result: yes
	Assert Timestamp: Thu 2025-08-14 15:50:25 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: time-set.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: initrd-switch-root.target (origin-file)
	References: time-set.target (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: idle
	IOPriority: 4
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-tmpfiles --clean
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-dm\x2d0.swap:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: d1957a2962bc4a3f9fa243417dd26c8b
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Following Set Member: dev-banana-swap0.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: -.mount (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/dm-0 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/dm-0
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cryptsetup-pre.target:
	Description: cryptsetup-pre.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	After: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
? Unit fstrim.timer:
	Description: Discard unused filesystem blocks once a week
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:02:15 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 07:02:15 CEST
	Active Enter Timestamp: Fri 2025-08-15 07:02:15 CEST
	Active Exit Timestamp: Fri 2025-08-15 07:02:15 CEST
	Inactive Enter Timestamp: Fri 2025-08-15 07:02:15 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 749e19d0a0f94d17a78471bd1df0a803
	Documentation: man:fstrim
	Fragment Path: /usr/lib/systemd/system/fstrim.timer
	ConditionPathExists: !/etc/initrd-release untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Fri 2025-08-15 07:02:15 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 07:02:15 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: fstrim.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	Triggers: fstrim.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: -.mount (origin-path)
	References: timers.target (origin-default)
	References: fstrim.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: fstrim.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: Mon *-*-* 00:00:00
? Unit initrd-udevadm-cleanup-db.service:
	Description: Cleanup udev Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/initrd-udevadm-cleanup-db.service
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Conflicts: systemd-udevd-control.socket (origin-file)
	Conflicts: systemd-udevd.service (origin-file)
	Conflicts: systemd-udevd-kernel.socket (origin-file)
	Conflicts: systemd-udev-settle.service (origin-file)
	Conflicts: systemd-udev-trigger.service (origin-file)
	Before: initrd-switch-root.target (origin-file destination-file)
	After: systemd-udevd-control.socket (origin-file)
	After: systemd-udevd.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: udevadm info --cleanup-db
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-tpmrm0.device:
	Description: /dev/tpmrm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	WantedBy: tpm2.target (destination-file)
	Before: tpm2.target (destination-file destination-default)
	ReferencedBy: tpm2.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: dead
	Device Path: n/a
	Sysfs Path: n/a
	Found: n/a
? Unit modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 749bb02be013485195c54575647d7636
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:32:44 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:44 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-logind.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-logind.service (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/modprobe -abq drm
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:lvmpolld(8)
	Fragment Path: /usr/lib/systemd/system/lvm2-lvmpolld.service
	Requires: lvm2-lvmpolld.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: lvm2-lvmpolld.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	PIDFile: /run/lvmpolld.pid
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/lvmpolld -t 60 -f
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap:
	Description: /dev/disk/by-id/dm-name-banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: bbcff50d918d4be8997297d405d357a8
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-dm\x2d0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-disk-by\x2ddiskseq-3.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	References: umount.target (origin-default)
	References: swap.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-id/dm-name-banana-swap0 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/dm-name-banana-swap0
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: graphical.target (destination-file)
	Before: graphical.target (destination-file)
	After: console-setup.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: console-setup.service (destination-file)
? Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /dev-mqueue.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c7b7834ff9d149c3a7253c201d33b008
	Documentation: man:mq_overview(7)
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/dev-mqueue.mount
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /proc/sys/fs/mqueue untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /dev/mqueue
	What: mqueue
	File System Type: mqueue
	Options: rw,nosuid,nodev,noexec,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:19:41 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:14 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:19 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 50c5353541c2406fa5a400ff650c9348
	Documentation: man:dbus-daemon(1)
	Fragment Path: /usr/lib/systemd/system/dbus.service
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: user at 1001.service (destination-file)
	Before: user-runtime-dir at 1001.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (destination-implicit)
	TriggeredBy: dbus.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user at 1001.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: user-runtime-dir at 1001.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 448
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_audit_write
	User: messagebus
	Group: messagebus
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
	? ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase-sysinit.service:
	Description: TPM PCR Barrier (Initialization)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrphase-sysinit.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-sysinit.service
	ConditionSecurity: measured-uki untested
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: basic.target (origin-file)
	Before: shutdown.target (origin-file)
	After: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tpm2.target (origin-file)
	After: system.slice (origin-file)
	References: basic.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tpm2.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful sysinit
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful final
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-3.swap:
	Description: /dev/disk/by-diskseq/3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 93eeae2f68e34ef6b8d5f950356819c5
	Following: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.swap
	Following Set Member: dev-mapper-banana\x2dswap0.swap
	Following Set Member: dev-banana-swap0.swap
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap
	Following Set Member: dev-dm\x2d0.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d0.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	After: dev-dm\x2d0.device (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	References: blockdev at dev-dm\x2d0.target (origin-proc-swap)
	References: dev-dm\x2d0.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-diskseq/3 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-diskseq/3
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-0
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit session-448.scope:
	Description: Session 448 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2025-08-09 09:10:32 CEST
	Inactive Exit Timestamp: Sat 2025-08-09 08:12:03 CEST
	Active Enter Timestamp: Sat 2025-08-09 08:12:03 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-448.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: bbfa2d259b1c4681b125bb7227000137
	Fragment Path: /run/systemd/transient/session-448.scope
	Condition Timestamp: Sat 2025-08-09 08:12:03 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2025-08-09 08:12:03 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit systemd-udev-trigger.service:
	Description: Coldplug All udev Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:40 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:40 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 93dcecdaab664c5eb1c34135d11c71cd
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2025-08-03 15:00:16 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: systemd-udevd-control.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd-kernel.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit swap.target:
	Description: Swaps
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:47 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: e810abbc6dc947448f1ccecba265261c
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/swap.target
	Condition Timestamp: Sun 2025-08-03 15:32:47 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:47 CEST
	Assert Result: yes
	Wants: dev-mapper-banana\x2dswap0.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: run-user-1001.mount (destination-mountinfo)
	Before: tmp.mount (destination-mountinfo)
	Before: sysinit.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-default)
	After: dev-banana-swap0.swap (destination-default)
	After: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-default)
	After: dev-disk-by\x2ddiskseq-3.swap (destination-default)
	After: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-default)
	After: dev-mapper-banana\x2dswap0.swap (origin-default destination-default)
	After: dev-dm\x2d0.swap (destination-default)
	References: dev-mapper-banana\x2dswap0.swap (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: run-user-1001.mount (destination-mountinfo)
	ReferencedBy: tmp.mount (destination-mountinfo)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-dm\x2d0.swap (destination-default)
	ReferencedBy: dev-banana-swap0.swap (destination-default)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-default)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit kmod-static-nodes.service:
	Description: Create List of Static Device Nodes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 1f934c1187a74e68880e0faf4a8ed95e
	Fragment Path: /usr/lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/6.16-zgbpi-armmp-lpae/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup-dev-early.service (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 1305f77622344a4db95ad5de5fe0d922
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/basic.target
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-file)
	Requires: -.mount (origin-path)
	Wants: slices.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: sockets.target (origin-file)
	RequiredBy: initrd.target (destination-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-default)
	Before: plocate-updatedb.service (destination-default)
	Before: dbus.service (destination-default)
	Before: serial-getty at ttyS0.service (destination-default)
	Before: sshd at sshd-keygen.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: smartmontools.service (destination-default)
	Before: dailyaidecheck.service (destination-default)
	Before: atd.service (destination-default)
	Before: user-runtime-dir at 1001.service (destination-default)
	Before: irqbalance.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: cron.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: isc-dhcp-server-v6.service (destination-default)
	Before: rsync.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: atopacct.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: atop.service (destination-default)
	Before: systemd-pcrphase.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: cron-apt at hourly.service (destination-default)
	Before: dailyaidecheck-buildcache.service (destination-default)
	Before: user at 1001.service (destination-default)
	Before: isc-dhcp-server-v4.service (destination-default)
	Before: systemd-hostnamed.service (destination-default)
	Before: exim4.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: debspawn-clear-caches.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: cron-apt.service (destination-default)
	Before: atop-rotate.service (destination-default)
	Before: sshd-keygen.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: initrd.target (destination-file destination-default)
	Before: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: exim4-base.service (destination-default)
	After: slices.target (origin-file origin-default)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: paths.target (origin-file origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-file origin-default)
	After: tmp.mount (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	References: slices.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-file)
	References: paths.target (origin-file origin-default)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file origin-default)
	References: tmp.mount (origin-file origin-default)
	References: sockets.target (origin-file origin-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: dailyaidecheck-buildcache.service (destination-default)
	ReferencedBy: initrd.target (destination-file destination-default)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: cron-apt at hourly.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: isc-dhcp-server-v4.service (destination-default)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: dailyaidecheck.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: isc-dhcp-server-v6.service (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: irqbalance.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: sshd at sshd-keygen.service (destination-default)
	ReferencedBy: sshd-keygen.service (destination-default)
	ReferencedBy: user-runtime-dir at 1001.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: user at 1001.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: cron-apt.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-default)
	RequiresMountsFor: /var (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target:
	Description: Block Device Preparation for /dev/disk/by-label/banana-boot
	Instance: dev-disk-by\x2dlabel-banana\x2dboot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: boot.mount (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: boot.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-importd.socket:
	Description: Disk Image Download Service Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:26 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-importd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f59e24ec3c1d4a198347cb48c2e9b1b9
	Documentation: man:systemd-importd.service(8)
	Documentation: man:org.freedesktop.import1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-importd.socket
	Condition Timestamp: Sun 2025-08-03 15:00:26 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:26 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: var-lib-machines.mount (origin-file)
	Wants: -.mount (origin-path)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-importd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	After: var-lib-machines.mount (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-importd.service (origin-implicit)
	References: systemd-importd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: var-lib-machines.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sockets.target (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-importd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/lib/machines (origin-file)
	WantsMountsFor: /var/lib/confexts (origin-file)
	WantsMountsFor: /var/lib/extensions (origin-file)
	WantsMountsFor: /var/lib/portables (origin-file)
	RequiresMountsFor: /run/systemd/io.systemd.Import (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/systemd/io.systemd.Import
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-block-dm\x2d1.device:
	Description: /sys/devices/virtual/block/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 2e2eecd70acc453d9d9f5a2596a1005e
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-1
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /usr/lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-path)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: serial-getty at ttyS0.service (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	Before: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	After: sysinit.target (origin-file)
	After: serial-getty at ttyS0.service (destination-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	After: -.mount (origin-path)
	After: plymouth-start.service (origin-file)
	After: getty at tty1.service (destination-file)
	References: plymouth-start.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: rescue.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /root (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: plymouth --wait quit
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-sulogin-shell rescue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit atop-rotate.service:
	Description: Restart atop daemon to rotate logs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:00:06 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:00:02 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:00:06 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 578bfc2d3eb94b39b7190978912908fe
	Documentation: man:atop(1)
	Fragment Path: /usr/lib/systemd/system/atop-rotate.service
	Condition Timestamp: Fri 2025-08-15 00:00:02 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:00:02 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: atop-rotate.timer (destination-implicit)
	TriggeredBy: atop-rotate.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: atop-rotate.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /bin/systemctl restart atop.service
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit ssh.socket:
	Description: OpenBSD Secure Shell server socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:11:37 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:11:37 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:11:37 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:11:36 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:11:36 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/ssh.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c6caf34519da44889acf3e31f0c3ff0a
	Fragment Path: /usr/lib/systemd/system/ssh.socket
	DropIn Path: /etc/systemd/system/ssh.socket.d/acceptyes.conf
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Fri 2025-08-08 11:11:36 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:11:36 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: sshd-keygen.service (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: ssh.service (origin-file)
	Before: sockets.target (origin-file origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: sockets.target (origin-file origin-default)
	References: sysinit.target (origin-default)
	References: sshd-keygen.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: ssh.service (origin-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: connection
	SELinuxContextFromNet: no
	Accepted: 16722
	NConnections: 1
	MaxConnections: 64
	MaxConnectionsPerSource: 0
	ListenStream: [::]:22
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 2s
	PollLimitBurst: 150
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-quotacheck-root.service:
	Description: Root File System Quota Check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-quotacheck.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-quotacheck-root.service
	ConditionPathExists: !/etc/initrd-release untested
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-quotacheck /
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
? Unit systemd-udev-settle.service:
	Description: Wait for udev To Complete Device Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-udev-settle.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-udev-settle.service
	ConditionPathIsReadWrite: /sys untested
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udev-trigger.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 3min
	TimeoutStopSec: 3min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: udevadm settle
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:41 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:41 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:41 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 84de6ff3d08f4723b739429ec3522bef
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /usr/lib/systemd/system/network.target
	Condition Timestamp: Sun 2025-08-03 15:32:41 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:41 CEST
	Assert Result: yes
	WantedBy: systemd-networkd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: isc-dhcp-server.target (destination-file)
	Before: network-online.target (destination-file)
	Before: isc-dhcp-server-v4.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: isc-dhcp-server-v6.service (destination-file)
	Before: rsync.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-networkd.service (destination-file)
	After: network-pre.target (origin-file)
	After: systemd-resolved.service (destination-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: isc-dhcp-server.target (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: isc-dhcp-server-v4.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: isc-dhcp-server-v6.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit NetworkManager.service:
	Description: NetworkManager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
? Unit systemd-soft-reboot.service:
	Description: Reboot System Userspace
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-soft-reboot.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-soft-reboot.service
	Success Action: soft-reboot-force
	Requires: shutdown.target (origin-file)
	Requires: final.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: soft-reboot.target (destination-file)
	Before: soft-reboot.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: shutdown.target (origin-file)
	After: final.target (origin-file)
	After: systemd-journald.service (destination-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journal-flush.service (destination-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: final.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: soft-reboot.target (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dailyaidecheck.service:
	Description: daily AIDE check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 02:51:34 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 02:23:30 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 02:51:34 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4e1c24c1e58b4be3b0b1a9246371c0c1
	Documentation: file:/usr/share/doc/aide/README.Debian.gz
	Fragment Path: /usr/lib/systemd/system/dailyaidecheck.service
	Condition Timestamp: Fri 2025-08-15 02:23:30 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 02:23:30 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dailyaidecheck-buildcache.service (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: dailyaidecheck.timer (destination-implicit)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: dailyaidecheck-buildcache.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: dailyaidecheck.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: dailyaidecheck-buildcache.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: dailyaidecheck.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_dac_read_search cap_audit_write
	User: _aide
	Group: _aide
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/share/aide/bin/dailyaidecheck --systemdservice
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-getty.slice:
	Description: Slice /system/getty
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-getty.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 89513a440d0749bab5068caf30b5cb4f
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: getty at tty1.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: getty at tty1.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-confext.service:
	Description: Merge System Configuration Images into /etc/
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-confext.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-confext.service
	ConditionDirectoryNotEmpty: |/.extra/confext untested
	ConditionDirectoryNotEmpty: |/usr/lib/confexts untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/confexts untested
	ConditionDirectoryNotEmpty: |/var/lib/confexts untested
	ConditionDirectoryNotEmpty: |/run/confexts untested
	ConditionCapability: CAP_SYS_ADMIN untested
	Requires: system.slice (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: ldconfig.service (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: ldconfig.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-confext refresh
	? ExecReload:
		Command Line: systemd-confext refresh
	? ExecStop:
		Command Line: systemd-confext unmerge
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-9696ef76\x2d02.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8c3fdfc5943147128665de589eb6134b
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/9696ef76-02
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-debug.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 25fcb46572954fc9a08232f9bd2ae4b2
	Documentation: https://docs.kernel.org/filesystems/debugfs.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /sys/kernel/debug
	What: debugfs
	File System Type: debugfs
	Options: rw,nosuid,nodev,noexec,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit timers.target:
	Description: Timer Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 8b9ada65f814409ebc6987a2f0838824
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/timers.target
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Wants: e2scrub_all.timer (origin-file)
	Wants: dpkg-db-backup.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: atop-rotate.timer (origin-file)
	Wants: debspawn-clear-caches.timer (origin-file)
	Wants: fstrim.timer (origin-file)
	Wants: plocate-updatedb.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: fake-hwclock-save.timer (origin-file)
	Wants: dailyaidecheck.timer (origin-file)
	Wants: exim4-base.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: dpkg-db-backup.timer (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: plocate-updatedb.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: fstrim.timer (destination-default)
	After: atop-rotate.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: dailyaidecheck.timer (destination-default)
	After: cron-apt.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: exim4-base.timer (destination-default)
	After: fake-hwclock-save.timer (destination-default)
	After: cron-apt at hourly.timer (destination-default)
	After: debspawn-clear-caches.timer (destination-default)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: dpkg-db-backup.timer (origin-file)
	References: e2scrub_all.timer (origin-file)
	References: atop-rotate.timer (origin-file)
	References: dailyaidecheck.timer (origin-file)
	References: fstrim.timer (origin-file)
	References: debspawn-clear-caches.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: plocate-updatedb.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: shutdown.target (origin-file)
	References: fake-hwclock-save.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: exim4-base.timer (origin-file)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: fake-hwclock-save.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: cron-apt.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: dailyaidecheck.timer (destination-default)
	ReferencedBy: cron-apt at hourly.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 69571c004e41422b8456cc6f0b3c4d0c
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5001b448b4860c56-part1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit fake-hwclock-save.service:
	Description: Save the current clock
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 07:00:13 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 07:00:12 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 07:00:13 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: cd416a1ab44b4897881f9449e80ea715
	Documentation: man:fake-hwclock(8)
	Fragment Path: /usr/lib/systemd/system/fake-hwclock-save.service
	Condition Timestamp: Fri 2025-08-15 07:00:12 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 07:00:12 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: shutdown.target (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: fake-hwclock-save.timer (destination-implicit)
	TriggeredBy: fake-hwclock-save.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: shutdown.target (destination-file)
	ReferencedBy: fake-hwclock-save.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/fake-hwclock save
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit srv.mount:
	Description: /srv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:48 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f5e25013015541af8c8a816ab8f690d4
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sun 2025-08-03 15:32:48 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:48 CEST
	Assert Result: yes
	Requires: dev-mapper-banana\x2dsrv.device (origin-mountinfo)
	Requires: systemd-fsck at dev-mapper-banana\x2dsrv.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-banana\x2dsrv.service (origin-file)
	After: dev-mapper-banana\x2dsrv.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: blockdev at dev-mapper-banana\x2dsrv.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-path)
	StopPropagatedFrom: dev-mapper-banana\x2dsrv.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-banana\x2dsrv.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-banana\x2dsrv.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-mapper-banana\x2dsrv.target (origin-file origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: -.mount (origin-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/mapper/banana-srv (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv
	What: /dev/mapper/banana-srv
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 5c177584a9c2468d936f7b35721d616e
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: ba55f0521c5c450ca53a1fb321750266
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-fs.target
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: atd.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: var-lib-machines.mount (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit remote-cryptsetup.target:
	Description: remote-cryptsetup.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	WantedBy: multi-user.target (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
? Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 10ef844212aa4af2974a1996da939a0a
	Documentation: man:dmeventd(8)
	Documentation: man:lvcreate(8)
	Documentation: man:lvchange(8)
	Documentation: man:vgchange(8)
	Fragment Path: /usr/lib/systemd/system/lvm2-monitor.service
	Condition Timestamp: Sun 2025-08-03 15:32:44 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:44 CEST
	Assert Result: yes
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dm-event.socket (origin-file)
	After: system.slice (origin-file)
	After: dm-event.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: dm-event.service (origin-file)
	References: shutdown.target (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/lvm vgchange --monitor y
	? ExecStop:
		Command Line: /usr/sbin/lvm vgchange --monitor n
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-ssh.slice:
	Description: Slice /system/ssh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:25 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:25 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:25 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-ssh.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 6c16f76670294d67953b3c32521f4e4f
	Condition Timestamp: Sun 2025-08-03 15:34:25 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:25 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit slices.target:
	Description: Slice Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 259e82f812cb4fa1b3dd78d8b354d54b
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/slices.target
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Wants: -.slice (origin-file)
	Wants: system.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: user.slice (destination-file)
	After: -.slice (origin-file)
	After: system.slice (origin-file)
	References: -.slice (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: user.slice (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit modprobe at fuse.service:
	Description: Load Kernel Module fuse
	Instance: fuse
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-03 15:00:18 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:15 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-03 15:00:18 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 8bbb5ec5cd574c8d8a7f7694c9617317
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2025-08-03 15:00:15 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:15 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/modprobe -abq fuse
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 9513f1ff64af401581b16e630f4a3f1d
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-partuuid/9696ef76-02
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device:
	Description: /dev/disk/by-path/platform-1c0f000.mmc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 449828ef56984b64ba1083b5f9febfc7
	Following: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSE16G_0x793544c4.device
	Following Set Member: dev-mmcblk0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c0f000.mmc
	Sysfs Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
? Unit iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
? Unit smartmontools.service:
	Alias: smartd.service
	Description: Self Monitoring and Reporting Technology (SMART) Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:49 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:49 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:41 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/smartmontools.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c8ae57180b524753a6a5f99856b839f9
	Documentation: man:smartd(8)
	Documentation: man:smartd.conf(5)
	Fragment Path: /usr/lib/systemd/system/smartmontools.service
	ConditionVirtualization: no untested
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29237
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/smartmontools
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/smartd -n "\$smartd_opts"
	? ExecReload:
		Command Line: /bin/kill -HUP "\$MAINPID"
	Status Text: Next check of 1 device will start at 07:45:49
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 9c77754a191c47ed9dcf0e1c8cd9079c
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/local-fs.target
	Condition Timestamp: Sun 2025-08-03 15:32:49 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:49 CEST
	Assert Result: yes
	Requires: srv.mount (origin-file)
	Requires: -.mount (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	Wants: run-lock.mount (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: boot.mount (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-confext.service (destination-file)
	Before: systemd-sysext.socket (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: ldconfig.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	After: srv.mount (destination-file destination-mountinfo)
	After: var-lib-machines.mount (destination-mount-file)
	After: systemd-fsck-root.service (destination-file)
	After: -.mount (destination-file)
	After: tmp.mount (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: systemd-quotacheck-root.service (destination-file)
	After: run-user-1001.mount (destination-mountinfo)
	After: local-fs-pre.target (origin-file)
	After: run-lock.mount (destination-file)
	OnFailure: emergency.target (origin-file)
	References: boot.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-file)
	References: emergency.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: run-lock.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: tmp.mount (origin-file)
	References: local-fs-pre.target (origin-file)
	References: srv.mount (origin-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: run-lock.mount (destination-file)
	ReferencedBy: systemd-sysext.socket (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: srv.mount (destination-file destination-mountinfo)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: run-user-1001.mount (destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-journal-catalog-update.service:
	Description: Rebuild Journal Catalog
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journal-catalog-update.service
	ConditionNeedsUpdate: /var untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: journalctl --update-catalog
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit logrotate.timer:
	Description: Daily rotation of log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:04:53 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 2a2a4492afd64b42b8f83a10e08da69d
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /usr/lib/systemd/system/logrotate.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: exim4-base.timer (destination-file)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: logrotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: exim4-base.timer (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: logrotate.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit systemd-tmpfiles-setup-dev.service:
	Description: Create Static Device Nodes in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:26 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:24 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 133abf1aa37145918948d3391a503e12
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Sun 2025-08-03 15:00:24 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:24 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: haveged.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup-dev-early.service (origin-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-tmpfiles --prefix=/dev --create --boot
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrextend.socket:
	Description: TPM PCR Measurements
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrextend(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrextend.socket
	ConditionSecurity: measured-uki untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: tpm2.target (origin-file)
	References: tpm2.target (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/io.systemd.PCRExtend (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: dead
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 64
	MaxConnectionsPerSource: 16
	ListenStream: /run/systemd/io.systemd.PCRExtend
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 2s
	PollLimitBurst: 150
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit tmp.mount:
	Description: mount /tmp with secure defaults
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:47 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/tmp.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0e91d1d9b450407d99ab5e01d605030d
	Fragment Path: /etc/systemd/system/tmp.mount
	Condition Timestamp: Sun 2025-08-03 15:32:47 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:47 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: basic.target (destination-file)
	WantedBy: e2scrub_reap.service (destination-file)
	WantedBy: logrotate.service (destination-path)
	WantedBy: local-fs.target (destination-file)
	WantedBy: debspawn-clear-caches.service (destination-path)
	WantedBy: haveged.service (destination-file)
	WantedBy: irqbalance.service (destination-path)
	WantedBy: plocate-updatedb.service (destination-path)
	WantedBy: systemd-logind.service (destination-path)
	WantedBy: exim4.service (destination-path)
	WantedBy: rsyslog.service (destination-path)
	WantedBy: systemd-hostnamed.service (destination-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: rsyslog.service (destination-path)
	Before: systemd-hostnamed.service (destination-path)
	Before: e2scrub_reap.service (destination-file)
	Before: plocate-updatedb.service (destination-path)
	Before: logrotate.service (destination-path)
	Before: debspawn-clear-caches.service (destination-path)
	Before: systemd-logind.service (destination-path)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file)
	Before: exim4.service (destination-path)
	Before: basic.target (destination-file destination-default)
	Before: irqbalance.service (destination-path)
	Before: haveged.service (destination-file)
	After: swap.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	References: -.mount (origin-path)
	References: swap.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-path)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: irqbalance.service (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	ReferencedBy: systemd-hostnamed.service (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: plocate-updatedb.service (destination-path)
	ReferencedBy: exim4.service (destination-path)
	ReferencedBy: rsyslog.service (destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /tmp
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=1048576k,nr_inodes=5120
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-vconsole-setup.service:
	Description: systemd-vconsole-setup.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
? Unit systemd-poweroff.service:
	Description: System Power Off
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-poweroff.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-poweroff.service
	Success Action: poweroff-force
	Requires: final.target (origin-file)
	Requires: shutdown.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: poweroff.target (destination-file)
	Before: poweroff.target (destination-file)
	After: final.target (origin-file)
	After: shutdown.target (origin-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: final.target (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: poweroff.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-5.device:
	Description: /dev/disk/by-diskseq/5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 123e0313a3fb4b858a25260f8f20652f
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/5
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit systemd-importd.service:
	Alias: dbus-org.freedesktop.import1.service
	Description: Disk Image Download Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-importd.service(8)
	Documentation: man:org.freedesktop.import1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-importd.service
	Requires: system.slice (origin-file)
	Wants: var-lib-machines.mount (origin-file)
	Wants: -.mount (origin-path)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-importd.socket (origin-file destination-implicit)
	After: var-lib-machines.mount (origin-file)
	After: -.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-importd.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-importd.socket (origin-file)
	References: var-lib-machines.mount (origin-file)
	References: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-importd.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/lib/machines (origin-file)
	WantsMountsFor: /var/lib/portables (origin-file)
	WantsMountsFor: /var/lib/confexts (origin-file)
	WantsMountsFor: /var/lib/extensions (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	BusName: org.freedesktop.import1
	Bus Name Good: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_fsetid cap_setpcap cap_linux_immutable cap_sys_admin cap_mknod cap_setfcap
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: timer_delete umount pselect6_time64 setrlimit lstat64 setpgid _llseek sendfile epoll_ctl mprotect fdatasync mlock2 setxattrat exit truncate64 listen sendmsg shmget semtimedop_time64 getgroups getsid mknod process_vm_readv shmdt msgrcv set_tid_address mq_unlink sched_getparam munlock symlink sync_file_range2 mount ppoll shmat gettid getegid getuid32 _newselect flistxattr close olduname process_vm_writev chroot renameat epoll_ctl_old preadv2 nanosleep stat lsetxattr sched_rr_get_interval_time64 statfs64 futex_time64 sched_getattr close_range removexattr oldfstat chmod personality fcntl get_robust_list mq_timedsend io_cancel mkdir brk shmctl getppid getpeername sync renameat2 sched_setscheduler rt_sigreturn lremovexattr prlimit64 readahead umask pidfd_send_signal clone mknodat ugetrlimit chdir fchmodat fsetxattr sched_yield splice sigsuspend memfd_create fallocate recv fchown32 msgsnd waitid setregid mkdirat rt_sigprocmask eventfd2 setgid32 rename set_robust_list symlinkat getresuid futex rt_sigaction fcntl64 getegid32 futex_waitv getpgid lchown rmdir sched_get_priority_min newfstatat bind semtimedop getgroups32 signalfd4 rt_sigpending setfsgid32 nice recvfrom move_mount pread64 removexattrat shutdown time utime clone3 unlinkat tgkill gettimeofday sched_setattr socket timerfd_settime dup ftruncate kcmp rt_sigqueueinfo getxattrat ppoll_time64 timerfd_settime64 semctl set_tls get_mempolicy getuid ioprio_get copy_file_range connect ioprio_set faccessat mlock unlink epoll_wait openat rt_sigsuspend fchdir uretprobe sched_get_priority_max munlockall mlockall link setsockopt uname preadv listxattrat capget fstatfs64 timer_gettime listmount inotify_rm_watch sendmmsg getresuid32 open keyctl userfaultfd wait4 clock_getres_time64 futimesat recvmmsg write setresgid32 ftruncate64 fork vmsplice munmap socketpair stat64 setresuid32 riscv_hwprobe execveat setns fsync sched_getscheduler sched_getaffinity waitpid setxattr fgetxattr epoll_create setreuid32 setuid getrusage sigprocmask pipe fstatfs recvmsg request_key exit_group getresgid io_uring_enter getxattr pwritev2 mq_open migrate_pages mq_timedsend_time64 alarm lseek fstatat64 mbind statmount oldstat setreuid timer_getoverrun swapcontext lchown32 restart_syscall access timer_settime64 openat2 mremap io_submit landlock_add_rule getcpu setresuid execve msgctl setfsgid io_pgetevents madvise getitimer linkat socketcall pwrite64 landlock_create_ruleset inotify_add_watch setpriority clock_gettime64 arch_prctl getcwd fchown sysinfo rt_sigtimedwait_time64 pivot_root statx writev getpid getsockname msync eventfd llistxattr readdir getpriority setfsuid fchmod clock_nanosleep accept getdents64 semop clock_gettime getgid timerfd_gettime64 sigaction riscv_flush_icache utimensat clock_getres pwritev sigreturn sigaltstack mseal utimensat_time64 times io_uring_setup setgroups signal faccessat2 flock sendfile64 mq_timedreceive setsid accept4 fsconfig timerfd_gettime open_tree add_key mq_timedreceive_time64 unshare chown rt_tgsigqueueinfo vfork lstat rt_sigtimedwait timerfd_create ioctl semget tkill dup2 remap_file_pages setregid32 mq_notify set_mempolicy_home_node arm_fadvise64_64 oldlstat landlock_restrict_self sigpending clock_nanosleep_time64 epoll_wait_old name_to_handle_at fspick io_uring_register setuid32 select sendto membarrier timer_create getsockopt oldolduname timer_settime recvmmsg_time64 io_pgetevents_time64 mq_getsetattr mmap tee poll pselect6 epoll_pwait process_madvise getrlimit msgget syncfs fchmodat2 pause sched_setparam sched_rr_get_interval get_thread_area readv fstat64 getpgrp creat signalfd cacheflush setresgid capset kill fsopen epoll_pwait2 readlinkat ipc move_pages fsmount fadvise64 io_getevents listxattr send inotify_init1 getgid32 geteuid32 io_setup getrandom umount2 prctl fadvise64_64 seccomp setfsuid32 statfs mmap2 utimes getdents timer_gettime64 getresgid32 fremovexattr chown32 rseq pipe2 setitimer pidfd_open sched_setaffinity fchownat setgroups32 geteuid epoll_create1 fstat dup3 setgid mount_setattr lgetxattr set_mempolicy io_destroy truncate inotify_init read sync_file_range set_thread_area readlink
	SystemCallArchitectures: native
	RestrictNamespaces: net
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-importd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:39 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:39 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:39 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: b9caa14ed2f04e199c72ee0308ddd127
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/nss-lookup.target
	Condition Timestamp: Sun 2025-08-03 15:32:39 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:39 CEST
	Assert Result: yes
	WantedBy: systemd-resolved.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: exim4.service (destination-file)
	After: systemd-resolved.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit initrd-root-fs.target:
	Description: Initrd Root File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-root-fs.target
	AssertPathExists: /etc/initrd-release untested
	RequiredBy: initrd-parse-etc.service (destination-file)
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd-switch-root.target (destination-file)
	Before: initrd.target (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-firstboot.service:
	Description: First Boot Wizard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-firstboot(1)
	Fragment Path: /usr/lib/systemd/system/systemd-firstboot.service
	ConditionFirstBoot: yes untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: first-boot-complete.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	References: first-boot-complete.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: tty
	StandardOutput: tty
	StandardError: tty
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-firstboot --prompt-locale --prompt-keymap --prompt-timezone --prompt-root-password
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit tpm2.target:
	Description: Trusted Platform Module
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/tpm2.target
	Wants: dev-tpmrm0.device (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-pcrlock.socket (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: systemd-pcrextend.socket (destination-file)
	After: dev-tpmrm0.device (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: dev-tpmrm0.device (origin-file origin-default)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-pcrlock.socket (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: systemd-pcrextend.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dailyaidecheck-buildcache.service:
	Description: build cache for daily AIDE check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 02:23:30 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 02:23:25 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 02:23:30 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9b5d4450cf79417aa02934ddf9bbdda4
	Documentation: file:/usr/share/doc/aide/README.Debian.gz
	Fragment Path: /usr/lib/systemd/system/dailyaidecheck-buildcache.service
	Condition Timestamp: Fri 2025-08-15 02:23:25 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 02:23:25 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: dailyaidecheck.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: dailyaidecheck.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: dailyaidecheck.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/share/aide/bin/buildcache
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dm-event.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: fe53e270ea0c4ce7b986a5c90e6025d9
	Documentation: man:dmeventd(8)
	Fragment Path: /usr/lib/systemd/system/dm-event.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: dm-event.service (origin-implicit destination-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: dm-event.service (origin-implicit)
	References: -.mount (origin-path)
	References: dm-event.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/dmeventd-client (origin-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: dm-event.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenFIFO: /run/dmeventd-server
	ListenFIFO: /run/dmeventd-client
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-bsod.service:
	Description: Display Boot-Time Emergency Messages In Full Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-bsod.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-bsod.service
	ConditionVirtualization: no untested
	Requires: system.slice (origin-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-battery-check.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-battery-check.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: initrd.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-bsod --continuous
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-battery-check.service:
	Description: Check battery level during early boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-battery-check.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-battery-check.service
	Failure Action: poweroff-force
	ConditionKernelCommandLine: !systemd.battery-check=0 untested
	ConditionKernelCommandLine: !systemd.battery_check=0 untested
	ConditionDirectoryNotEmpty: /sys/class/power_supply untested
	ConditionVirtualization: no untested
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd.target (destination-file)
	Before: systemd-hibernate-resume.service (origin-file)
	Before: systemd-bsod.service (destination-file)
	Before: initrd-root-device.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	References: initrd-root-device.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-hibernate-resume.service (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: systemd-bsod.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-battery-check
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit machines.target:
	Description: Containers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:26 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:26 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 9af66fc953824983a8a0049aaffa70f3
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/machines.target
	Condition Timestamp: Sun 2025-08-03 15:00:26 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:00:26 CEST
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	After: var-lib-machines.mount (origin-default)
	References: var-lib-machines.mount (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: multi-user.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:48 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 834ab8dc69f148e7803ad70a9c785946
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /usr/lib/systemd/system/network-online.target
	Condition Timestamp: Sun 2025-08-03 15:32:48 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:48 CEST
	Assert Result: yes
	Wants: systemd-networkd-wait-online.service (origin-file)
	WantedBy: avahi-daemon.socket (destination-file)
	WantedBy: exim4.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: exim4.service (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rc-local.service (destination-file)
	After: systemd-networkd-wait-online.service (destination-file)
	After: network.target (origin-file)
	References: network.target (origin-file)
	References: systemd-networkd-wait-online.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-pcrphase.service:
	Description: TPM PCR Barrier (User)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrphase.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrphase.service
	ConditionSecurity: measured-uki untested
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Sun 2025-08-03 15:34:18 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (origin-file)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: remote-cryptsetup.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tpm2.target (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: remote-cryptsetup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: remote-fs.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful ready
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful shutdown
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:50 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd-kernel.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 100c615356c24a21bff04cb5b22af336
	Documentation: man:systemd-udevd-kernel.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	References: systemd-udevd.service (origin-implicit)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-udevd-kernel.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ReceiveBuffer: 134217728
	ListenNetlink: kobject-uevent 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dpkg-db-backup.timer:
	Description: Daily dpkg database backup timer
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:00:05 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 4f2c0a9520d64f89a873ebfdeac3a6bf
	Documentation: man:dpkg(1)
	Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: dpkg-db-backup.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: dpkg-db-backup.service (origin-implicit)
	References: dpkg-db-backup.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	References: time-set.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: dpkg-db-backup.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit dev-disk-by\x2dpartuuid-9696ef76\x2d01.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 7549d3f03fa442159a87306c1c9faea1
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/9696ef76-01
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit final.target:
	Description: Late Shutdown Services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/final.target
	RequiredBy: systemd-halt.service (destination-file)
	RequiredBy: systemd-poweroff.service (destination-file)
	RequiredBy: systemd-soft-reboot.service (destination-file)
	RequiredBy: systemd-kexec.service (destination-file)
	RequiredBy: systemd-reboot.service (destination-file)
	Before: systemd-halt.service (destination-file)
	Before: systemd-poweroff.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: systemd-kexec.service (destination-file)
	Before: systemd-reboot.service (destination-file)
	After: umount.target (origin-file)
	After: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-halt.service (destination-file)
	ReferencedBy: systemd-poweroff.service (destination-file)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: systemd-kexec.service (destination-file)
	ReferencedBy: systemd-reboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 486ccc9a6d8a4b1aaed832dd53e04954
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: initrd-parse-etc.service (destination-file)
	Before: initrd-switch-root.target (destination-file)
	Before: shutdown.target (origin-default)
	After: emergency.service (origin-file)
	After: sysinit.target (destination-file)
	OnFailureOf: initrd-fs.target (destination-file)
	OnFailureOf: initrd-usr-fs.target (destination-file)
	OnFailureOf: initrd-switch-root.service (destination-file)
	OnFailureOf: systemd-fsck-root.service (destination-file)
	OnFailureOf: local-fs.target (destination-file)
	OnFailureOf: initrd-root-device.target (destination-file)
	OnFailureOf: initrd-root-fs.target (destination-file)
	OnFailureOf: initrd.target (destination-file)
	OnFailureOf: initrd-parse-etc.service (destination-file)
	OnFailureOf: initrd-cleanup.service (destination-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: initrd-switch-root.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-vconsole-setup.service (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-tty-ask-password-agent --watch --console
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit session-283.scope:
	Description: Session 283 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2025-08-07 08:20:49 CEST
	Inactive Exit Timestamp: Thu 2025-08-07 07:33:38 CEST
	Active Enter Timestamp: Thu 2025-08-07 07:33:38 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-283.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: 02781bcc4e7c459ea07d0a48c332fa7c
	Fragment Path: /run/systemd/transient/session-283.scope
	Condition Timestamp: Thu 2025-08-07 07:33:38 CEST
	Condition Result: yes
	Assert Timestamp: Thu 2025-08-07 07:33:38 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit dailyaidecheck.timer:
	Description: Daily AIDE check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 02:51:34 CEST
	Inactive Exit Timestamp: Sat 2025-08-09 08:25:06 CEST
	Active Enter Timestamp: Sat 2025-08-09 08:25:06 CEST
	Active Exit Timestamp: Sat 2025-08-09 08:25:06 CEST
	Inactive Enter Timestamp: Sat 2025-08-09 08:25:06 CEST
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: a55825378d2e492b836010f40176871c
	Fragment Path: /usr/lib/systemd/system/dailyaidecheck.timer
	Condition Timestamp: Sat 2025-08-09 08:25:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2025-08-09 08:25:06 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: dailyaidecheck.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: dailyaidecheck.service (origin-implicit)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: time-sync.target (origin-default)
	References: dailyaidecheck.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: dailyaidecheck.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 01:50:00
? Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: https://docs.kernel.org/filesystems/fuse.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/fs/fuse/connections untested
	Condition Timestamp: Sun 2025-08-03 15:00:18 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: -.slice (origin-file)
	Requires: modprobe at fuse.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: modprobe at fuse.service (origin-file)
	After: -.mount (origin-path)
	References: -.slice (origin-file origin-slice-property)
	References: modprobe at fuse.service (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/fs/fuse (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	Options: nosuid,nodev,noexec
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-reboot.service:
	Description: System Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-reboot.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-reboot.service
	Success Action: reboot-force
	Requires: final.target (origin-file)
	Requires: shutdown.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: reboot.target (destination-file)
	Before: reboot.target (destination-file)
	After: final.target (origin-file)
	After: shutdown.target (origin-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: final.target (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: reboot.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 04:22:35 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 04:22:25 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 04:22:35 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 20f05a5f8faa4a03ae732f26d75f1652
	Documentation: man:apt(8)
	Fragment Path: /usr/lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2025-08-15 04:22:25 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 04:22:25 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: apt-daily.timer (destination-implicit)
	After: basic.target (origin-default)
	After: connman.service (origin-file)
	After: system.slice (origin-file)
	After: NetworkManager.service (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: network-online.target (origin-file)
	After: systemd-networkd.service (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: connman.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: NetworkManager.service (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-networkd.service (origin-file)
	ReferencedBy: apt-daily.timer (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /usr/lib/apt/apt-helper wait-online
	? ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit rescue.target:
	Alias: runlevel1.target
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/rescue.target
	Requires: sysinit.target (origin-file)
	Requires: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: initrd.target (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-file origin-default)
	After: rescue.service (origin-file)
	References: rescue.service (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-tracing.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 053e5765f685456c902586dfe9c21440
	Documentation: https://docs.kernel.org/trace/ftrace.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/sys-kernel-tracing.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/tracing untested
	ConditionVirtualization: !lxc untested
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /sys/kernel/tracing
	What: tracefs
	File System Type: tracefs
	Options: rw,nosuid,nodev,noexec,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd-fs.target:
	Description: Initrd File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-fs.target
	AssertPathExists: /etc/initrd-release untested
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd-switch-root.target (destination-file)
	Before: initrd.target (destination-file)
	Before: initrd-cleanup.service (destination-file)
	After: initrd-parse-etc.service (origin-file)
	OnFailure: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	References: emergency.target (origin-file)
	References: initrd-parse-etc.service (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit session-908.scope:
	Description: Session 908 of User mh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 06:59:29 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 06:59:29 CEST
	Active Enter Timestamp: Fri 2025-08-15 06:59:29 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/session-908.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: b82bd0df562246749228551a08f2d569
	Fragment Path: /run/systemd/transient/session-908.scope
	Condition Timestamp: Fri 2025-08-15 06:59:29 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 06:59:29 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1001.service (origin-file)
	Requires: user-1001.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user at 1001.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1001.service (origin-file)
	After: user-1001.slice (origin-file)
	After: user-runtime-dir at 1001.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user at 1001.service (origin-file)
	References: user-1001.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1001.service (origin-file)
	InSlice: user-1001.slice (origin-slice-property)
	RequiresMountsFor: /home/mh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
? Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/umount.target
	RequiredBy: systemd-halt.service (destination-file)
	RequiredBy: systemd-poweroff.service (destination-file)
	RequiredBy: systemd-soft-reboot.service (destination-file)
	RequiredBy: systemd-kexec.service (destination-file)
	RequiredBy: systemd-reboot.service (destination-file)
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-default)
	ConflictedBy: dev-disk-by\x2ddiskseq-3.swap (destination-default)
	ConflictedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-default)
	ConflictedBy: dev-mapper-banana\x2dswap0.swap (destination-default)
	ConflictedBy: run-lock.mount (destination-file)
	ConflictedBy: blockdev at dev-mapper-banana\x2dsrv.target (destination-file)
	ConflictedBy: dev-banana-swap0.swap (destination-default)
	ConflictedBy: tmp.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target (destination-file)
	ConflictedBy: var-lib-machines.mount (destination-mount-file)
	ConflictedBy: boot.mount (destination-mountinfo)
	ConflictedBy: srv.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-sda1.target (destination-file)
	ConflictedBy: blockdev at dev-dm\x2d0.target (destination-file)
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-default)
	ConflictedBy: blockdev at dev-mapper-banana\x2droot.target (destination-file)
	ConflictedBy: blockdev at dev-mapper-banana\x2dswap0.target (destination-file)
	ConflictedBy: dev-dm\x2d0.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-default)
	ConflictedBy: run-user-1001.mount (destination-mountinfo)
	Before: systemd-halt.service (destination-file)
	Before: systemd-poweroff.service (destination-file)
	Before: final.target (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: systemd-kexec.service (destination-file)
	Before: systemd-reboot.service (destination-file)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-default)
	After: boot.mount (destination-mountinfo)
	After: dev-mapper-banana\x2dswap0.swap (destination-default)
	After: dev-disk-by\x2ddiskseq-3.swap (destination-default)
	After: dev-dm\x2d0.swap (destination-default)
	After: blockdev at dev-sda1.target (destination-file)
	After: run-user-1001.mount (destination-mountinfo)
	After: blockdev at dev-mapper-banana\x2dsrv.target (destination-file)
	After: run-lock.mount (destination-file)
	After: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-default)
	After: blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target (destination-file)
	After: blockdev at dev-dm\x2d0.target (destination-file)
	After: blockdev at dev-mapper-banana\x2dswap0.target (destination-file)
	After: var-lib-machines.mount (destination-mount-file)
	After: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-default)
	After: tmp.mount (destination-mountinfo)
	After: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-default)
	After: blockdev at dev-mapper-banana\x2droot.target (destination-file)
	After: srv.mount (destination-mountinfo)
	After: dev-banana-swap0.swap (destination-default)
	ReferencedBy: run-lock.mount (destination-file)
	ReferencedBy: dev-dm\x2d0.swap (destination-default)
	ReferencedBy: blockdev at dev-sda1.target (destination-file)
	ReferencedBy: systemd-reboot.service (destination-file)
	ReferencedBy: systemd-kexec.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-default)
	ReferencedBy: blockdev at dev-mapper-banana\x2droot.target (destination-file)
	ReferencedBy: blockdev at dev-disk-by\x2dlabel-banana\x2dboot.target (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: blockdev at dev-dm\x2d0.target (destination-file)
	ReferencedBy: blockdev at dev-mapper-banana\x2dswap0.target (destination-file)
	ReferencedBy: systemd-halt.service (destination-file)
	ReferencedBy: final.target (destination-file)
	ReferencedBy: tmp.mount (destination-mountinfo)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-default)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-default)
	ReferencedBy: srv.mount (destination-mountinfo)
	ReferencedBy: dev-banana-swap0.swap (destination-default)
	ReferencedBy: systemd-poweroff.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-default)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-default)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: blockdev at dev-mapper-banana\x2dsrv.target (destination-file)
	ReferencedBy: run-user-1001.mount (destination-mountinfo)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-default)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit run-user-1001.mount:
	Description: /run/user/1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2025-08-06 13:23:25 CEST
	Inactive Exit Timestamp: Wed 2025-08-06 13:23:25 CEST
	Active Enter Timestamp: Wed 2025-08-06 13:23:25 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 259dfdd583e0478fbaea9816efb2c699
	Source Path: /proc/self/mountinfo
	Requires: -.mount (origin-implicit)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: swap.target (origin-mountinfo)
	After: -.mount (origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo)
	References: swap.target (origin-mountinfo)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/user/1001
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=98460k,nr_inodes=24615,mode=700,uid=1001,gid=1001
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-journald.socket:
	Description: Journal Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f2ad35a1136446429f2ffe3924ece378
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: atop.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: atop-rotate.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: dev-mapper-banana\x2dswap0.swap (destination-file)
	Before: boot.mount (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: atd.service (destination-file)
	Before: dbus.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: user-runtime-dir at 1001.service (destination-file)
	Before: rsync.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: irqbalance.service (destination-file)
	Before: dailyaidecheck-buildcache.service (destination-file)
	Before: exim4-base.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: systemd-confext.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: systemd-udev-load-credentials.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: fake-hwclock-save.service (destination-file)
	Before: systemd-hibernate-clear.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: isc-dhcp-server-v6.service (destination-file)
	Before: sockets.target (origin-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: atopacct.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-hibernate-resume.service (destination-file)
	Before: modprobe at efi_pstore.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: srv.mount (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: systemd-poweroff.service (destination-file)
	Before: dev-disk-by\x2ddiskseq-3.swap (destination-file)
	Before: fake-hwclock-load.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-file)
	Before: run-user-1001.mount (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: exim4.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: run-lock.mount (destination-file)
	Before: haveged.service (destination-file)
	Before: systemd-reboot.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: systemd-importd.service (destination-file)
	Before: dev-banana-swap0.swap (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: ldconfig.service (destination-file)
	Before: user at 1001.service (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: isc-dhcp-server-v4.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: dev-dm\x2d0.swap (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: systemd-halt.service (destination-file)
	Before: sshd-keygen.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: dailyaidecheck.service (destination-file)
	Before: systemd-bsod.service (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: cron-apt at hourly.service (destination-file)
	Before: plocate-updatedb.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: cron-apt.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: systemd-kexec.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-file)
	Before: smartmontools.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: initrd-switch-root.service (destination-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: atopacct.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: dpkg-db-backup.service (destination-file)
	ReferencedBy: atop-rotate.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-poweroff.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-hibernate-resume.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: dailyaidecheck-buildcache.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: dev-banana-swap0.swap (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: systemd-confext.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-hostnamed.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: smartmontools.service (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: cron-apt.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: systemd-importd.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: irqbalance.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.swap (destination-file)
	ReferencedBy: systemd-battery-check.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.swap (destination-file)
	ReferencedBy: systemd-halt.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: isc-dhcp-server-v6.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.swap (destination-file)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: user at 1001.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: user-runtime-dir at 1001.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-reboot.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: dev-disk-by\x2dlabel-banana\x2dswap0.swap (destination-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: sshd-keygen.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: exim4-base.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: isc-dhcp-server-v4.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: run-lock.mount (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: dailyaidecheck.service (destination-file)
	ReferencedBy: fake-hwclock-load.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: srv.mount (destination-file)
	ReferencedBy: run-user-1001.mount (destination-file)
	ReferencedBy: dev-dm\x2d0.swap (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-kexec.service (destination-file)
	ReferencedBy: fake-hwclock-save.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: dev-disk-by\x2ddiskseq-3.swap (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-bsod.service (destination-file)
	ReferencedBy: cron-apt at hourly.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: atop.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: yes
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald.socket
	SELinuxContextFromNet: no
	Timestamping: us
	FlushPending: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/socket
	ListenStream: /run/systemd/journal/stdout
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit ldconfig.service:
	Description: Rebuild Dynamic Linker Cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:ldconfig(8)
	Fragment Path: /usr/lib/systemd/system/ldconfig.service
	ConditionFileNotEmpty: |!/etc/ld.so.cache untested
	ConditionNeedsUpdate: |/etc untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-confext.service (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-confext.service (origin-file)
	References: systemd-update-done.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/ldconfig -X
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-mapper-banana\x2droot.target:
	Description: Block Device Preparation for /dev/mapper/banana-root
	Instance: dev-mapper-banana\x2droot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: -.mount (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: -.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:dmeventd(8)
	Fragment Path: /usr/lib/systemd/system/dm-event.service
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: dm-event.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: dm-event.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	PIDFile: /run/dmeventd.pid
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -1000
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/dmeventd -f
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-sshd.slice:
	Description: Slice /system/sshd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Requires: system.slice (origin-implicit)
	RequiredBy: sshd at sshd-keygen.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sshd at sshd-keygen.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: sshd at sshd-keygen.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: sshd at sshd-keygen.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: dead
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/lvm2-lvmpolld.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 0967b025dcf34186b1b766b40aa20dd3
	Documentation: man:lvmpolld(8)
	Fragment Path: /usr/lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-lvmpolld.service (origin-implicit destination-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: lvm2-lvmpolld.service (origin-implicit)
	References: -.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: lvm2-lvmpolld.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/lvm/lvmpolld.socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-soc-1c28000.serial-1c28000.serial:0-1c28000.serial:0.0-tty-ttyS0.device:
	Description: /sys/devices/platform/soc/1c28000.serial/1c28000.serial:0/1c28000.serial:0.0/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:44 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 25e577d585544c2e85ba22b1b0607b2e
	Following Set Member: dev-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c28000.serial/1c28000.serial:0/1c28000.serial:0.0/tty/ttyS0
	Sysfs Path: /sys/devices/platform/soc/1c28000.serial/1c28000.serial:0/1c28000.serial:0.0/tty/ttyS0
	Found: found-udev
? Unit dev-disk-by\x2ddiskseq-4.device:
	Description: /dev/disk/by-diskseq/4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: f5b5e2c447874415b5c0318e9ec399ad
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/4
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:52 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/syslog.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: ca9d88ed849645c4a577988875fe5603
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/SYSLOG
	Fragment Path: /usr/lib/systemd/system/syslog.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: rsyslog.service (origin-implicit)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: rsyslog.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: rsyslog.service (origin-implicit)
	References: -.mount (origin-path)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: yes
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: syslog.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/syslog
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit fstrim.service:
	Description: Discard unused blocks on filesystems from /etc/fstab
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2025-08-11 00:12:43 CEST
	Inactive Exit Timestamp: Mon 2025-08-11 00:12:17 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2025-08-11 00:12:43 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7194eb8c6bac477ea025703bb045d256
	Documentation: man:fstrim(8)
	Fragment Path: /usr/lib/systemd/system/fstrim.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Mon 2025-08-11 00:12:17 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2025-08-11 00:12:17 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: fstrim.timer (destination-implicit)
	After: sysinit.target (origin-default)
	TriggeredBy: fstrim.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: fstrim.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallFilter: fremovexattr oldlstat listxattr setuid shmat sched_rr_get_interval_time64 recvfrom unlink clone getgroups32 ppoll_time64 riscv_flush_icache inotify_add_watch accept4 mq_unlink mlock2 sched_setattr statfs sigsuspend fstat sync_file_range2 setregid semtimedop getrandom sendfile64 futex fork sigaltstack accept mq_getsetattr pipe mq_timedreceive move_pages close_range vfork dup getuid mq_timedsend_time64 timerfd_gettime rseq sendmsg statfs64 timer_create lchown epoll_pwait2 creat sigaction sched_yield set_mempolicy timer_gettime timer_settime64 io_uring_register ftruncate64 process_madvise symlink pread64 setgid32 kill mq_notify pwritev oldolduname io_setup clock_getres getuid32 fchmod ioprio_get capget setxattr rename flistxattr getresgid removexattrat syncfs timerfd_create munlock sysinfo getxattrat timerfd_gettime64 faccessat add_key newfstatat flock fadvise64 olduname signalfd4 llistxattr nice getsid getgid32 cacheflush mlock eventfd timer_settime setgroups ipc setreuid exit fadvise64_64 munlockall remap_file_pages utimes getdents64 nanosleep inotify_rm_watch close unshare request_key capset mknodat linkat setns sync_file_range poll sendfile setresgid32 getresuid32 fdatasync process_vm_readv set_thread_area get_mempolicy tgkill execveat preadv rt_sigreturn open rt_sigprocmask set_tid_address timer_getoverrun setgroups32 sched_getparam preadv2 pidfd_send_signal statmount setsockopt faccessat2 landlock_create_ruleset geteuid sendto stat64 _newselect setgid setpgid uretprobe setxattrat listen getcwd time clone3 chown munmap setresuid32 epoll_ctl readlink clock_nanosleep_time64 epoll_ctl_old signalfd fchmodat exit_group oldstat arm_fadvise64_64 mseal semop timerfd_settime64 fcntl64 getdents fsync fallocate readv getresgid32 mq_open getcpu setregid32 set_mempolicy_home_node fcntl dup2 rt_sigpending timer_gettime64 sched_setaffinity brk semget readdir landlock_add_rule timerfd_settime futex_waitv sigreturn getresuid io_uring_enter mkdir semctl listxattrat setfsuid userfaultfd recvmmsg shmget sigpending fchmodat2 chdir wait4 pipe2 getpid recv getxattr waitid sendmmsg pwrite64 set_tls symlinkat setfsgid getgroups setresgid kcmp ioctl epoll_create truncate lstat64 clock_gettime set_robust_list fchdir sigprocmask setfsgid32 setsid memfd_create getrusage msgrcv inotify_init1 getpgid lsetxattr shmdt mlockall unlinkat geteuid32 alarm fchown mremap mmap2 mq_timedreceive_time64 utimensat copy_file_range getitimer tkill io_pgetevents_time64 setitimer setreuid32 pwritev2 futex_time64 shmctl truncate64 sched_getaffinity pidfd_open writev utime io_destroy setuid32 process_vm_writev pselect6_time64 msgsnd fsetxattr rt_sigqueueinfo name_to_handle_at getegid32 readahead sched_getscheduler get_thread_area statx sched_setscheduler stat mbind mprotect listmount epoll_wait swapcontext connect umask openat io_pgetevents lstat clock_gettime64 ppoll renameat chmod madvise seccomp fchownat sched_setparam fchown32 ugetrlimit select sched_get_priority_max getppid removexattr gettimeofday arch_prctl socketcall mknod futimesat restart_syscall prlimit64 clock_getres_time64 link setresuid mq_timedsend setpriority write clock_nanosleep getgid bind ftruncate epoll_wait_old landlock_restrict_self rt_sigsuspend send rt_sigtimedwait io_getevents read rt_tgsigqueueinfo msgctl riscv_hwprobe socket renameat2 mkdirat prctl pause gettid fstat64 chown32 lchown32 epoll_create1 migrate_pages lseek rt_sigtimedwait_time64 msync eventfd2 getsockname shutdown fgetxattr get_robust_list getpeername getrlimit lgetxattr io_cancel recvmmsg_time64 ioprio_set sync waitpid fstatfs64 sched_rr_get_interval getegid sched_get_priority_min getpgrp fstatfs _llseek dup3 rmdir mmap semtimedop_time64 io_uring_setup uname openat2 oldfstat rt_sigaction epoll_pwait times setfsuid32 membarrier sched_getattr readlinkat lremovexattr splice inotify_init getpriority vmsplice keyctl setrlimit fstatat64 timer_delete signal getsockopt io_submit msgget execve utimensat_time64 pselect6 socketpair recvmsg personality access tee
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:50 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: fa124335aea242cca9b27bb57d93789e
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsMountPoint: /proc/sys/fs/binfmt_misc untested
	Condition Timestamp: Sun 2025-08-03 15:32:49 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:49 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: local-fs.target (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-binfmt
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-binfmt --unregister
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit iscsi-shutdown.service:
	Description: iscsi-shutdown.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
? Unit serial-getty at ttyS0.service:
	Description: Serial Getty on ttyS0
	Instance: ttyS0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:23 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:23 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-serial\x2dgetty.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 2504d5f311594abe89ceb179b0f7f213
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: https://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /usr/lib/systemd/system/serial-getty at .service
	Condition Timestamp: Sun 2025-08-03 15:34:23 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:23 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-serial\x2dgetty.slice (origin-file)
	BindsTo: dev-ttyS0.device (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: getty.target (origin-file destination-default)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	After: plymouth-quit-wait.service (origin-file)
	After: getty-pre.target (origin-file)
	After: system-serial\x2dgetty.slice (origin-file)
	After: basic.target (origin-default)
	After: rc-local.service (origin-file)
	After: dev-ttyS0.device (origin-file)
	References: getty.target (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: plymouth-quit-wait.service (origin-file)
	References: getty-pre.target (origin-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-serial\x2dgetty.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: rc-local.service (origin-file)
	References: dev-ttyS0.device (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	InSlice: system-serial\x2dgetty.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 519
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: tty
	StandardOutput: tty
	StandardError: inherit
	TTYPath: /dev/ttyS0
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: no
	TTYRows: 4294967295
	TTYColumns: 4294967295
	DynamicUser: no
	UtmpIdentifier: ttyS0
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/agetty -o "-- \\u" --noreset --noclear --keep-baud 115200,57600,38400,9600 - "\${TERM}"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit bind9.service:
	Description: bind9.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
? Unit fake-hwclock-load.service:
	Description: Restore the current clock
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 619d8d758de940c39e52cd3790bb661f
	Documentation: man:fake-hwclock(8)
	Fragment Path: /usr/lib/systemd/system/fake-hwclock-load.service
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-fsck-root.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/fake-hwclock load
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-hibernate-resume.service:
	Description: Resume from hibernation
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-hibernate-resume.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hibernate-resume.service
	ConditionKernelCommandLine: !noresume untested
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-battery-check.service (destination-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-battery-check.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-hibernate-resume
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:53 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:53 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 0be12871e78b4ab1aae3f32cf3720a63
	Fragment Path: /usr/lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Sun 2025-08-03 15:32:49 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:49 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Before: display-manager.service (origin-file)
	After: kbd.service (origin-file)
	After: local-fs.target (origin-file)
	After: console-screen.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	References: kbd.service (origin-file)
	References: local-fs.target (origin-file)
	References: console-screen.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: display-manager.service (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /usr (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /lib/console-setup/console-setup.sh
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-fsck-root.service:
	Description: File System Check on Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck-root.service
	DropIn Path: /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
	ConditionPathExists: !/run/initramfs/fsck-root untested
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Sun 2025-08-03 15:00:18 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	Before: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: fake-hwclock-load.service (destination-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: fake-hwclock-load.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-banana\x2dsrv.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-banana\x2dboot.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-fsck
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6c0fca47b85c45fea435f91d5773e99a
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:48 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald-dev-log.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 805e6d597c8d4a4486bce57845c279bc
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: yes
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald-dev-log.socket
	SELinuxContextFromNet: no
	Timestamping: us
	FlushPending: no
	ReceiveBuffer: 8388608
	SendBuffer: 8388608
	ListenDatagram: /run/systemd/journal/dev-log
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	Symlinks: /dev/log
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: serial-getty at ttyS0.service (destination-file)
	Before: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
? Unit systemd-pcrlock.socket:
	Description: Make TPM PCR Policy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrlock(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrlock.socket
	ConditionSecurity: measured-uki untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: tpm2.target (origin-file)
	References: tpm2.target (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/io.systemd.PCRLock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: dead
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 64
	MaxConnectionsPerSource: 0
	ListenStream: /run/systemd/io.systemd.PCRLock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PollLimitIntervalSec: 2s
	PollLimitBurst: 150
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-logind.service:
	Alias: dbus-org.freedesktop.login1.service
	Description: User Login Management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:24 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:18 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-logind.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Invocation ID: cc245b7a5d9d49d0b09d3304b936be2c
	Documentation: man:sd-login(3)
	Documentation: man:systemd-logind.service(8)
	Documentation: man:logind.conf(5)
	Documentation: man:org.freedesktop.login1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-logind.service
	DropIn Path: /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
	ConditionPathExists: |/usr/bin/dbus-broker untested
	ConditionPathExists: |/usr/bin/dbus-daemon untested
	Condition Timestamp: Sun 2025-08-03 15:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: user.slice (origin-file)
	Wants: -.mount (origin-path)
	Wants: dbus.socket (origin-file)
	Wants: tmp.mount (origin-path)
	Wants: modprobe at drm.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-873.scope (destination-file)
	Before: session-223.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: session-448.scope (destination-file)
	Before: user at 1001.service (destination-file)
	Before: session-283.scope (destination-file)
	Before: session-908.scope (destination-file)
	Before: user-runtime-dir at 1001.service (destination-file)
	Before: session-372.scope (destination-file)
	After: dbus.socket (origin-file)
	After: -.mount (origin-path)
	After: user.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: modprobe at drm.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	References: user.slice (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: tmp.mount (origin-path)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: modprobe at drm.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: session-873.scope (destination-file)
	ReferencedBy: session-223.scope (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: session-448.scope (destination-file)
	ReferencedBy: user at 1001.service (destination-file)
	ReferencedBy: session-283.scope (destination-file)
	ReferencedBy: session-908.scope (destination-file)
	ReferencedBy: user-runtime-dir at 1001.service (destination-file)
	ReferencedBy: session-372.scope (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 456
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	RestartSec: 0
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/inhibit
	RuntimeDirectory: systemd/seats
	RuntimeDirectory: systemd/sessions
	RuntimeDirectory: systemd/shutdown
	RuntimeDirectory: systemd/users
	StateDirectoryMode: 0755
	StateDirectory: systemd/linger
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 524288
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
	DynamicUser: no
	ReadWritePaths: /etc /run
	LockPersonality: yes
	SystemCallFilter: epoll_create setfsgid32 capget clock_gettime64 set_thread_area vfork stat64 inotify_add_watch move_pages socketcall fchmodat getcwd truncate readlink time set_tls uretprobe ftruncate membarrier sched_setaffinity pwritev2 close_range removexattr get_robust_list landlock_create_ruleset listxattrat rt_sigreturn setreuid32 getuid symlinkat fgetxattr signal lchown32 setfsuid mlock2 eventfd fstatfs get_mempolicy setpriority shmget chown32 gettimeofday futex_waitv connect process_vm_writev getxattr eventfd2 setfsgid kill fallocate sendto semtimedop_time64 setrlimit brk setregid sigaltstack geteuid32 stat rt_sigpending set_mempolicy_home_node rename semtimedop flock setresuid fchmodat2 ppoll_time64 syncfs alarm getresgid32 getpid setns mq_timedsend sync link setregid32 epoll_ctl_old mq_open ioprio_set lchown exit getgroups32 prctl fstatat64 fstat tkill faccessat sigaction renameat fsync socketpair cacheflush kcmp futex fchown32 dup3 poll getresgid readv io_pgetevents_time64 setgid rt_sigtimedwait_time64 setreuid rt_tgsigqueueinfo lstat send inotify_rm_watch add_key statfs getppid getpgrp io_uring_enter pselect6 bind sched_setscheduler ppoll mq_unlink setsid sigsuspend _newselect write set_tid_address fcntl64 munlock ipc getegid32 setuid timer_gettime64 pipe signalfd statfs64 times getgroups sendmmsg lseek setresuid32 open pause ftruncate64 sched_getattr fchown set_mempolicy removexattrat utimes oldstat epoll_wait_old linkat prlimit64 io_cancel waitpid waitid set_robust_list getrlimit memfd_create setpgid getcpu mkdirat inotify_init arm_fadvise64_64 arch_prctl sched_getparam mq_timedsend_time64 msgctl restart_syscall io_pgetevents epoll_pwait2 timerfd_settime64 accept4 lgetxattr swapcontext timer_settime64 dup2 sched_get_priority_max mq_timedreceive_time64 futimesat gettid readahead tgkill setgid32 tee sched_yield getegid pwrite64 epoll_create1 munmap fdatasync recv shmdt timer_delete pwritev sysinfo symlink wait4 io_getevents preadv2 getrandom statx readlinkat exit_group creat mknodat mremap sched_rr_get_interval recvmsg semop readdir sigpending umask shmat fcntl uname userfaultfd recvfrom setgroups listmount capset rt_sigqueueinfo nice io_uring_setup landlock_add_rule oldfstat oldlstat unlinkat listxattr copy_file_range fchmod fsetxattr utimensat_time64 statmount sched_rr_get_interval_time64 lremovexattr setresgid mkdir semget getsockopt process_madvise getpeername clone sched_getaffinity setitimer pselect6_time64 execve shutdown fstatfs64 chmod mknod faccessat2 vmsplice getgid32 fremovexattr sched_setparam timerfd_gettime shmctl process_vm_readv sendmsg sigreturn listen recvmmsg_time64 read execveat pipe2 mlock setresgid32 unlink sendfile mlockall getpriority fchownat unshare rseq getrusage clock_getres_time64 sync_file_range2 msgsnd getresuid pread64 geteuid setsockopt rmdir recvmmsg select setxattr close riscv_flush_icache getgid rt_sigprocmask openat keyctl setuid32 timer_create inotify_init1 msync msgrcv renameat2 nanosleep rt_sigsuspend getuid32 io_submit socket openat2 sched_get_priority_min epoll_pwait get_thread_area chdir getresuid32 olduname getxattrat timerfd_gettime64 riscv_hwprobe fstat64 getitimer setgroups32 fadvise64_64 llistxattr mbind seccomp remap_file_pages mq_timedreceive rt_sigaction utime signalfd4 setxattrat ioctl io_setup ugetrlimit fadvise64 truncate64 timerfd_create semctl landlock_restrict_self writev access getsockname pidfd_open name_to_handle_at ioprio_get mq_getsetattr timerfd_settime clock_nanosleep_time64 request_key io_destroy migrate_pages chown sync_file_range lsetxattr timer_getoverrun rt_sigtimedwait munlockall mseal io_uring_register clone3 flistxattr epoll_ctl fchdir lstat64 fork utimensat epoll_wait splice sendfile64 _llseek pidfd_send_signal getpgid personality timer_settime dup mmap2 mq_notify getsid mmap madvise accept mprotect sched_setattr sigprocmask getdents64 setfsuid32 preadv getdents timer_gettime sched_getscheduler msgget newfstatat futex_time64 clock_nanosleep clock_gettime clock_getres oldolduname
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-logind
	Status Text: Processing requests...
	File Descriptor Store Max: 768
	File Descriptor Store Pin: restart
	File Descriptor Store Current: 2
	File Descriptor Store Entry: 'session-908-leader-fd' (type=n/a; dev=0:5; inode=277524; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
	                             'session-224-leader-fd' (type=n/a; dev=0:5; inode=52585; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
	DeviceAllow: char-vcs rw
	DeviceAllow: char-tty rw
	DeviceAllow: char-input rw
	DeviceAllow: char-hvc rw
	DeviceAllow: char-hidraw rw
	DeviceAllow: char-drm rw
	DeviceAllow: char-/dev/console rw
	DeviceAllow: block-* r
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
? Unit proc-sys-fs-binfmt_misc.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 316fbf8c4bb446278007c3de4385feb0
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://systemd.io/API_FILE_SYSTEMS
	Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-binfmt.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	ExtraOptions: (null)
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
? Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /usr/lib/systemd/system/rsync.service
	ConditionPathExists: /etc/rsyncd.conf untested
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 1s
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/rsync --daemon --no-detach
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-sysext.service:
	Description: Merge System Extension Images into /usr/ and /opt/
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-sysext.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-sysext.service
	ConditionDirectoryNotEmpty: |/.extra/sysext untested
	ConditionDirectoryNotEmpty: |/var/lib/extensions untested
	ConditionDirectoryNotEmpty: |/run/extensions untested
	ConditionDirectoryNotEmpty: |/etc/extensions untested
	ConditionCapability: CAP_SYS_ADMIN untested
	Requires: system.slice (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-sysext refresh
	? ExecReload:
		Command Line: systemd-sysext refresh
	? ExecStop:
		Command Line: systemd-sysext unmerge
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: ddb03dd12ac24a5b80fc9e111158af64
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0-part/by-partuuid/9696ef76-01
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-initctl.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b4d4b32c1bca4562ac57ceb3c6c9b47a
	Documentation: man:systemd-initctl.socket(8)
	Fragment Path: /usr/lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-initctl.service (origin-implicit)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-initctl.service (origin-implicit)
	References: systemd-initctl.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/initctl (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-initctl.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenFIFO: /run/initctl
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	Symlinks: /dev/initctl
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:14:44 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-networkd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5c9d88e77dba4d3cb7c009af2ecebf73
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-networkd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-implicit)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-networkd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ReceiveBuffer: 134217728
	ListenNetlink: route 1361
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit getty-pre.target:
	Description: Preparation for Logins
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: https://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /usr/lib/systemd/system/getty-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit first-boot-complete.target:
	Description: First Boot Complete
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/first-boot-complete.target
	ConditionFirstBoot: yes untested
	Condition Timestamp: Sun 2025-08-03 15:34:00 CEST
	Condition Result: no
	WantedBy: systemd-random-seed.service (destination-file)
	WantedBy: systemd-firstboot.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-machine-id-commit.service (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit isc-dhcp-server-v4.service:
	Description: ISC DHCP Server for IPv4 (dhcpd.conf)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/isc-dhcp-server-v4.service
	ConditionPathExists: /etc/dhcp/dhcpd.conf untested
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	PartOf: isc-dhcp-server.target (origin-file)
	WantedBy: isc-dhcp-server.target (destination-file)
	WantedBy: isc-dhcp-server.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: isc-dhcp-server.target (destination-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: isc-dhcp-server.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: isc-dhcp-server.target (destination-file destination-default)
	ReferencedBy: isc-dhcp-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: INTERFACESv4=
	Environment: INTERFACES=
	EnvironmentFile: /etc/default/isc-dhcp-server
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /usr/bin/touch /var/lib/dhcp/dhcpd.leases
		Command Line: /usr/sbin/dhcpd -f -t -4 -q -cf /etc/dhcp/dhcpd.conf
	? ExecStart:
		Command Line: /usr/sbin/dhcpd -f -4 -q -cf /etc/dhcp/dhcpd.conf "\$INTERFACESv4" "\$INTERFACES"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-pstore.service:
	Description: Platform Persistent Storage Archival
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pstore(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pstore.service
	ConditionVirtualization: !container untested
	ConditionDirectoryNotEmpty: /sys/fs/pstore untested
	Condition Timestamp: Sun 2025-08-03 15:00:21 CEST
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: modprobe at efi_pstore.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: modprobe at efi_pstore.service (origin-file)
	After: -.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: modprobe at efi_pstore.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/pstore (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/pstore
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-pstore
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-banana\x2dswap0.device:
	Description: /dev/mapper/banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: c10304b2f10f46e5923f114004bf86bf
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	RequiredBy: dev-mapper-banana\x2dswap0.swap (destination-file)
	Before: dev-mapper-banana\x2dswap0.swap (destination-file)
	ReferencedBy: dev-mapper-banana\x2dswap0.swap (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/banana-swap0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit initrd-switch-root.service:
	Description: Switch Root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/initrd-switch-root.service
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	Wants: initrd-switch-root.target (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	After: system.slice (origin-file)
	After: initrd-switch-root.target (destination-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: emergency.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemctl --no-block switch-root
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-tpm2-setup-early.service:
	Description: Early TPM SRK Setup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-tpm2-setup.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup-early.service
	ConditionPathExists: !/run/systemd/tpm2-srk-public-key.pem untested
	ConditionSecurity: measured-uki untested
	Condition Timestamp: Sun 2025-08-03 15:00:16 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-pcrphase-initrd.service (origin-file)
	After: tpm2.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-pcrphase-initrd.service (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-tpm2-setup --early=yes --graceful
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit exim4-base.timer:
	Description: Daily exim4-base housekeeping
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:00:08 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6e2f40c8ec7b4292b84a03d2c3a1e6ec
	Documentation: man:exim4(8)
	Fragment Path: /usr/lib/systemd/system/exim4-base.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: logrotate.timer (origin-file)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: exim4-base.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-path)
	Triggers: exim4-base.service (origin-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: logrotate.timer (origin-file)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: exim4-base.service (origin-implicit)
	References: time-set.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: exim4-base.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 41659b084b054b5abc80769988246ad5
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device:
	Description: /dev/disk/by-id/dm-name-banana-swap0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6e34b89a6523485b9051bd987653ed55
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-banana-swap0
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit blk-availability.service:
	Description: Availability of block devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:00:17 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:43 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:00:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7fcda128cc7c4f05a789b1b406e76807
	Fragment Path: /usr/lib/systemd/system/blk-availability.service
	Condition Timestamp: Sun 2025-08-03 15:32:43 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:43 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: iscsid.service (origin-file)
	After: fcoe.service (origin-file)
	After: iscsi.service (origin-file)
	After: rbdmap.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: iscsi-shutdown.service (origin-file)
	References: shutdown.target (origin-file)
	References: iscsid.service (origin-file)
	References: fcoe.service (origin-file)
	References: iscsi.service (origin-file)
	References: rbdmap.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/true
	? ExecStop:
		Command Line: /usr/sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mmcblk0.device:
	Description: /dev/mmcblk0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 4bd40d5c69f7478cb4800947e58fb381
	Following: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSE16G_0x793544c4.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mmcblk0
	Sysfs Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
? Unit getty-static.service:
	Description: getty on tty2-tty6 if dbus and logind are not available
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /usr/lib/systemd/system/getty-static.service
	ConditionPathExists: !/usr/bin/dbus-broker untested
	ConditionPathExists: !/usr/bin/dbus-daemon untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Sun 2025-08-03 15:34:15 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-3.device:
	Description: /dev/disk/by-diskseq/3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 5610861a6b5c4760b342d6cbae66bd46
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh2yTu3Mfz8PZ5eGafg4eMBl2Zox5E3D3R.device
	Following Set Member: dev-disk-by\x2duuid-297a6de2\x2dc39b\x2d49f4\x2da074\x2d189844ced74e.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-mapper-banana\x2dswap0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-banana-swap0.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dswap0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dswap0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/3
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device:
	Description: /dev/disk/by-id/dm-name-banana-srv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 039b70e8a33d4aca97a07ee82480ad9b
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-banana-srv
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: d1f69d9cef6341f8b2acf5e0b607f398
	Documentation: man:systemd-ask-password-console.path(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	After: -.mount (origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: paths.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 89175b6cf3b84728affae952e2fead91
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit systemd-pcrmachine.service:
	Description: TPM PCR Machine ID Measurement
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pcrmachine.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrmachine.service
	ConditionSecurity: measured-uki untested
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Sun 2025-08-03 15:00:16 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: tpm2.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tpm2.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --machine-id
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:53 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ untested
	ConditionSecurity: audit untested
	Requires: system.slice (origin-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: apparmor.service (destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: dead
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald-audit.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ReceiveBuffer: 134217728
	ListenNetlink: audit 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sendmail.service:
	Description: sendmail.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
? Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:50 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd-control.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 09f5133b49a54e94b2a4ba5cd51fbce4
	Documentation: man:systemd-udevd-control.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2025-08-03 15:32:42 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:32:42 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/udev/control (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: systemd-udevd-control.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenSequentialPacket: /run/udev/control
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: c4f2ffbb56a14d839d80eb5e675b19c3
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1.0
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service:
	Description: OpenBSD Secure Shell server per-connection daemon
	Instance: 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 07:02:23 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 06:59:27 CEST
	Active Enter Timestamp: Fri 2025-08-15 06:59:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive-or-failed
	Slice: system-ssh.slice
	CGroup: /system.slice/system-ssh.slice/ssh at 16683-2a01:238:43fa:bc82::10:100:22-2a01:238:43fa:bc82::1f:100:34643.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 26044aa8e7444a19bfb6eb362ab7155b
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /etc/systemd/system/ssh at .service
	Condition Timestamp: Fri 2025-08-15 06:59:27 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 06:59:27 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system-ssh.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: -.mount (origin-file)
	After: auditd.service (origin-file)
	After: sysinit.target (origin-default)
	After: system-ssh.slice (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-file)
	References: auditd.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-ssh.slice (origin-file origin-slice-property)
	InSlice: system-ssh.slice (origin-slice-property)
	RequiresMountsFor: /run/sshd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 18003
	Main PID Known: yes
	Main PID Alien: no
	Accept Socket: ssh.socket
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: socket
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/sshd -i "\$SSHD_OPTS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit soft-reboot.target:
	Description: Reboot System Userspace
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/soft-reboot.target
	Job Timeout: 30min
	Job Timeout Action: soft-reboot-force
	Requires: systemd-soft-reboot.service (origin-file)
	ConflictedBy: systemd-journald.service (destination-file)
	ConflictedBy: systemd-journal-flush.service (destination-file)
	After: systemd-soft-reboot.service (origin-file)
	After: systemd-journald.service (destination-file)
	After: systemd-journal-flush.service (destination-file)
	References: systemd-soft-reboot.service (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-dm\x2d2.device:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6b3d965dccca4aa58b41bbfc75e34853
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-2
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073.device:
	Description: SanDisk_SD8TB8U256G1001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:49 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:49 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: bf5de9dfc04140bcb4f1878ccc0c0563
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-SanDisk_SD8TB8U256G1001_164840806073
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
? Unit debspawn-clear-caches.service:
	Description: Clear debspawn caches
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Fragment Path: /usr/lib/systemd/system/debspawn-clear-caches.service
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: tmp.mount (origin-path)
	Wants: -.mount (origin-path)
	Wants: debspawn-clear-caches.timer (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: debspawn-clear-caches.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	TriggeredBy: debspawn-clear-caches.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: debspawn-clear-caches.timer (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-path)
	ReferencedBy: debspawn-clear-caches.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/debspawn maintain --clear-caches
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-block-dm\x2d2.device:
	Description: /sys/devices/virtual/block/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 180d9d5e3ec7450aa002d4486976f6f6
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-2
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device:
	Description: /dev/disk/by-uuid/cd9b865c-6f3a-44ab-9dac-b14864481875
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: f3c720cf44eb4b90b2b6a47ccea37224
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/cd9b865c-6f3a-44ab-9dac-b14864481875
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit systemd-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2025-08-14 15:50:26 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 246707edf9544726afdb4e0097f45981
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: systemd-tmpfiles-clean.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnUnitActiveSec: 1d
	OnBootSec: 15min
? Unit systemd-hostnamed.socket:
	Description: Hostname Service Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:13 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-hostnamed.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 0de0df271717465ab997e952f043ab55
	Documentation: man:systemd-hostnamed.service(8)
	Documentation: man:hostname(5)
	Documentation: man:machine-info(5)
	Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.socket
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-hostnamed.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: systemd-hostnamed.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-hostnamed.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/io.systemd.Hostname (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: varlink
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/systemd/io.systemd.Hostname
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	PollLimitIntervalSec: 2s
	PollLimitBurst: 15
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: SanDisk_SD8TB8U256G1001 banana-boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:33:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:33:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 1140de80615543a3992acabd35a68a30
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dlabel-banana\x2dboot.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2duuid-2acc2b37\x2d6e7a\x2d4f47\x2daead\x2d314593cef2fa.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
? Unit apt-daily-upgrade.service:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 06:06:11 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 06:05:49 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 06:06:11 CEST
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 2e4008a7a1fb436e93354fe134e80951
	Documentation: man:apt(8)
	Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2025-08-15 06:05:49 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 06:05:49 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: systemd-networkd.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: network-online.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: apt-daily.service (origin-file)
	After: connman.service (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-networkd.service (origin-file)
	References: NetworkManager.service (origin-file)
	References: shutdown.target (origin-default)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: apt-daily.service (origin-file)
	References: connman.service (origin-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 15min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /usr/lib/apt/apt-helper wait-online
	? ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: e9523fb1a9dc4ebc8e5bb58c6e7205b4
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:10:52 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
	ConditionPathExists: |/etc/udev/hwdb.bin untested
	ConditionPathExists: |!/usr/lib/udev/hwdb.bin untested
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Sun 2025-08-03 15:00:21 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: systemd-hwdb update
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1.device:
	Description: /dev/disk/by-diskseq/1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 4ee3767debcc4c68ad8c5afe33e533e5
	Following: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: sys-devices-platform-soc-1c0f000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSE16G_0x793544c4.device
	Following Set Member: dev-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/1
	Sysfs Path: /sys/devices/platform/soc/1c0f000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
? Unit system-cron\x2dapt.slice:
	Description: Slice /system/cron-apt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 16:13:59 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 16:13:59 CEST
	Active Enter Timestamp: Sun 2025-08-03 16:13:59 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-cron\x2dapt.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: cd2b2b3ef0504f8e8ddcb197a48c5333
	Condition Timestamp: Sun 2025-08-03 16:13:59 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 16:13:59 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: cron-apt at hourly.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: cron-apt at hourly.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: cron-apt at hourly.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: cron-apt at hourly.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: bb34290868f24f3f9c6cdf2d123d1afa
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmhUrpaOw28oC2hynRfGfor8kjlN1ykdVO8.device
	Following Set Member: dev-disk-by\x2duuid-c79fb873\x2d3e33\x2d4979\x2d958c\x2d9f143356bf56.device
	Following Set Member: dev-banana-root.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2droot.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2droot.device
	Following Set Member: dev-mapper-banana\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-1
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit exim4-base.service:
	Description: exim4-base housekeeping
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-15 00:00:08 CEST
	Inactive Exit Timestamp: Fri 2025-08-15 00:00:02 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-15 00:00:08 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f8873684bbfa4d7e977bd6522041a6d6
	Documentation: man:exim4(8)
	Fragment Path: /usr/lib/systemd/system/exim4-base.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2025-08-15 00:00:02 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-15 00:00:02 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: logrotate.service (origin-file)
	Before: shutdown.target (origin-default)
	After: exim4-base.timer (destination-implicit)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: exim4-base.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: logrotate.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: exim4-base.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	Nice: 19
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: best-effort
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /etc/cron.daily/exim4-base systemd-timer
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:42 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /init.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Documentation: man:systemd(1)
	Requires: -.slice (origin-file)
	After: -.slice (origin-file)
	References: -.slice (origin-file origin-slice-property)
	InSlice: -.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: stop
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
? Unit atop-rotate.timer:
	Description: Daily atop restart
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-15 00:00:06 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 4aa687d7171c4ccca82e69fe5a361b85
	Documentation: man:atop(1)
	Fragment Path: /usr/lib/systemd/system/atop-rotate.timer
	Condition Timestamp: Sun 2025-08-03 15:34:13 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2025-08-03 15:34:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: atop-rotate.service (origin-implicit)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: atop-rotate.service (origin-implicit)
	References: atop-rotate.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: atop-rotate.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	DeferReactivation: no
	OnCalendar: *-*-* 00:00:00
? Unit dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1\x2dpart2.device:
	Description: SanDisk_SD8TB8U256G1001 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:34:01 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:34:01 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 6bbc6ba8de2a4399b75fc57c91461eb5
	Following: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSanDisk_SD8TB8U256G1001_164840806073\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDcc4zE\x2dKXtE\x2dTbVH\x2dctAh\x2d49RU\x2d62RU\x2d89h6Ee.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-platform-soc-1c18000.sata-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-9696ef76\x2d02.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5001b448b4860c56\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-platform\x2d1c18000.sata\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/platform-1c18000.sata-ata-1-part2
	Sysfs Path: /sys/devices/platform/soc/1c18000.sata/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2025-08-03 15:32:45 CEST
	Inactive Exit Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Enter Timestamp: Sun 2025-08-03 15:32:45 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: c857335ec8d34a28a2294740d0faad58
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-cd9b865c\x2d6f3a\x2d44ab\x2d9dac\x2db14864481875.device
	Following Set Member: dev-banana-srv.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dbanana\x2dsrv.device
	Following Set Member: dev-disk-by\x2dlabel-banana\x2dsrv.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-mapper-banana\x2dsrv.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-ds49jZiUEtBuGeFGX9cN0i2p4SwBPfmh0CYIEOzUDHO2gXt7PnD4HfR0NBsAzno7
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit e2scrub_reap.service:
	Description: Remove Stale Online ext4 Metadata Check Snapshots
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2025-08-08 11:12:05 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:12:04 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2025-08-08 11:12:05 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: a0265610d8d64b72a0a05f1132bb7e11
	Documentation: man:e2scrub_all(8)
	Fragment Path: /usr/lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	Condition Timestamp: Fri 2025-08-08 11:12:04 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:12:04 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-file)
	Wants: tmp.mount (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	After: tmp.mount (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: -.mount (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: / (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: read-only
	ProtectSystem: yes
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: SERVICE_MODE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: idle
	IOPriority: 4
	CPUSchedulingPolicy: idle
	CPUSchedulingPriority: 0
	CPUSchedulingResetOnFork: no
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_sys_rawio cap_sys_admin
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /sbin/e2scrub_all -A -r
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit haveged.service:
	Description: Entropy Daemon based on the HAVEGE algorithm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2025-08-08 11:15:41 CEST
	Inactive Exit Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Enter Timestamp: Fri 2025-08-08 11:15:41 CEST
	Active Exit Timestamp: Fri 2025-08-08 11:15:38 CEST
	Inactive Enter Timestamp: Fri 2025-08-08 11:15:40 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/haveged.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: ca12405c7ba346cd972275024e84fcb6
	Documentation: man:haveged(8)
	Documentation: http://www.issihosts.com/haveged/
	Fragment Path: /usr/lib/systemd/system/haveged.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Fri 2025-08-08 11:15:41 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2025-08-08 11:15:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-file)
	Wants: tmp.mount (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file)
	After: systemd-tmpfiles-setup-dev.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: apparmor.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: apparmor.service (origin-file)
	References: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: graphical.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /tmp (origin-file)
	WantsMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	LiveMount Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 29235
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: connected
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	PrivatePIDs: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	BindLogSockets: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/haveged
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 0
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	Secure Bits: noroot-locked
	CapabilityBoundingSet: cap_sys_admin
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: sched_rr_get_interval rt_sigtimedwait_time64 ftruncate64 removexattr rt_sigsuspend ioprio_get mq_notify faccessat listmount preadv tkill chdir removexattrat faccessat2 capget fgetxattr remap_file_pages landlock_add_rule set_mempolicy socket fork fchown getrlimit setsid migrate_pages getresuid32 sigpending sendmsg stat64 arch_prctl sched_get_priority_max gettid dup2 shutdown timerfd_gettime64 gettimeofday sync_file_range chown ioprio_set getsockopt utimes getegid32 pipe rmdir getpgid rt_tgsigqueueinfo wait4 send msgctl setfsgid32 ftruncate msgget fadvise64_64 futex exit_group lgetxattr utimensat sigsuspend io_uring_register close setitimer fsetxattr vfork semget oldlstat statx clock_nanosleep_time64 mmap2 getegid getgroups32 fchmod select keyctl arm_fadvise64_64 clone3 semop cacheflush rseq sched_setparam setresuid semtimedop_time64 epoll_wait capset pwrite64 readv io_setup close_range listen munlockall process_madvise setxattrat write listxattrat time dup fstat lstat64 landlock_restrict_self getrusage mknod socketpair poll pselect6_time64 eventfd2 renameat rt_sigreturn shmget _newselect uname futex_time64 io_pgetevents_time64 rt_sigqueueinfo dup3 setreuid32 getcwd msgrcv sched_setattr get_mempolicy statfs newfstatat msync chown32 getdents64 rt_sigprocmask getcpu mlock2 timer_getoverrun inotify_init unlink seccomp swapcontext io_uring_setup signalfd set_tid_address set_thread_area mkdir set_robust_list mbind vmsplice membarrier clock_gettime64 flistxattr lchown futex_waitv getresgid ugetrlimit eventfd getgid32 process_vm_writev ppoll symlinkat clock_gettime getxattr getsockname signal futimesat recvmmsg utime epoll_pwait truncate64 pwritev2 pidfd_send_signal request_key setpriority listxattr epoll_create olduname mq_open set_mempolicy_home_node sched_getparam getppid fdatasync rename llistxattr set_tls waitpid process_vm_readv sync truncate socketcall readdir getsid timerfd_create semctl rt_sigpending setregid unshare fstatfs64 sigprocmask setgroups32 epoll_ctl_old timer_settime64 memfd_create setregid32 oldolduname setuid nanosleep readlink getpriority mprotect _llseek sched_yield timer_gettime64 brk mlock unlinkat setfsgid sigreturn timer_delete epoll_pwait2 pipe2 timerfd_settime nice kill creat stat mq_timedsend_time64 sigaction munmap ipc getpid getuid32 mq_getsetattr msgsnd setgid32 symlink preadv2 execveat recvfrom exit alarm geteuid sched_getaffinity io_uring_enter madvise lsetxattr sendmmsg rt_sigaction fchdir io_pgetevents fstatat64 io_submit getrandom setuid32 mq_timedreceive_time64 io_cancel inotify_rm_watch inotify_add_watch riscv_flush_icache setresgid32 statfs64 setrlimit getgroups setgroups fallocate execve recv getuid fchmodat2 setpgid openat2 getresgid32 kcmp sendto setfsuid32 setxattr pidfd_open getdents fadvise64 getitimer mq_timedsend oldfstat readahead setfsuid fchmodat inotify_init1 timer_settime userfaultfd name_to_handle_at getpgrp shmdt times mmap move_pages tgkill mknodat copy_file_range timer_gettime uretprobe renameat2 utimensat_time64 recvmmsg_time64 io_destroy io_getevents readlinkat mq_unlink setns oldstat accept chmod setsockopt sendfile prctl clock_nanosleep sched_getscheduler ioctl get_robust_list fchown32 statmount restart_syscall splice getxattrat personality timerfd_settime64 umask mkdirat accept4 access sched_setaffinity lchown32 sched_rr_get_interval_time64 open fremovexattr landlock_create_ruleset openat pread64 sigaltstack mseal lstat getresuid get_thread_area epoll_wait_old clock_getres_time64 timerfd_gettime sched_setscheduler mlockall mremap read add_key epoll_ctl writev connect waitid recvmsg fstatfs fcntl64 mq_timedreceive ppoll_time64 sysinfo pause sched_get_priority_min bind sync_file_range2 prlimit64 epoll_create1 flock shmat setresgid lremovexattr semtimedop getpeername sendfile64 setgid pselect6 fcntl sched_getattr getgid clock_getres pwritev tee syncfs munlock geteuid32 fsync signalfd4 clone fchownat rt_sigtimedwait fstat64 setreuid timer_create setresuid32 lseek linkat link riscv_hwprobe shmctl
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/sbin/haveged --Foreground --verbose=1 "\$DAEMON_ARGS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
	MemoryHigh: 18446744073709551615
	StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryMax: 18446744073709551615
	StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemorySwapMax: 18446744073709551615
	StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapMax: 18446744073709551615
	StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
	MemoryZSwapWriteback: yes
	MemoryLimit: 18446744073709551615
	TasksMax: 2270
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
-------------- next part --------------
s "unmerged-bin"
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/atop.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atop.service

==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.wants/sshd-keygen.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/machines.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/machines.target

==> /var/lib/systemd/deb-systemd-helper-enabled/smartmontools.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartmontools.service
/etc/systemd/system/smartd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/debspawn-clear-caches.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/debspawn-clear-caches.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.resolve1.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service

==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-resolved.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-resolved.service
/etc/systemd/system/dbus-org.freedesktop.resolve1.service
/etc/systemd/system/sockets.target.wants/systemd-resolved-varlink.socket
/etc/systemd/system/sockets.target.wants/systemd-resolved-monitor.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-resolved.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/fake-hwclock.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/blk-availability.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/fake-hwclock-load.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-time-wait-sync.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-timesyncd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-time-wait-sync.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service

==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock-save.service.dsh-also <==
/etc/systemd/system/shutdown.target.wants/fake-hwclock-save.service

==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/haveged.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/e2scrub_reap.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.service

==> /var/lib/systemd/deb-systemd-helper-enabled/atop-rotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/atop-rotate.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.timesync1.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server.service.wants/isc-dhcp-server-v6.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server.service.wants/isc-dhcp-server-v4.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server.service.wants/isc-dhcp-server-v4-old.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_all.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/e2scrub_all.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service

==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dailyaidecheck.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/dailyaidecheck.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service

==> /var/lib/systemd/deb-systemd-helper-enabled/exim4.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/exim4.service

==> /var/lib/systemd/deb-systemd-helper-enabled/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.service

==> /var/lib/systemd/deb-systemd-helper-enabled/shutdown.target.wants/fake-hwclock-save.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server-v4.service.dsh-also <==
/etc/systemd/system/isc-dhcp-server.service.wants/isc-dhcp-server-v4.service

==> /var/lib/systemd/deb-systemd-helper-enabled/sshd at .service.wants/sshd-keygen.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/ntp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ntp.service

==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/sshd.service
/etc/systemd/system/multi-user.target.wants/ssh.service

==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service

==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service

==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.wants/sshd-keygen.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock-save.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fake-hwclock-save.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock-load.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/fake-hwclock-load.service

==> /var/lib/systemd/deb-systemd-helper-enabled/haveged.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/haveged.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dpkg-db-backup.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/dpkg-db-backup.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service

==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-timesyncd.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/isc-dhcp-server.service

==> /var/lib/systemd/deb-systemd-helper-enabled/plocate-updatedb.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/plocate-updatedb.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fstrim.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/sshd-keygen.service.dsh-also <==
/etc/systemd/system/ssh.service.wants/sshd-keygen.service
/etc/systemd/system/sshd.service.wants/sshd-keygen.service
/etc/systemd/system/sshd at .service.wants/sshd-keygen.service
/etc/systemd/system/ssh.socket.wants/sshd-keygen.service

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/systemd-resolved-varlink.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/ssh.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/systemd-resolved-monitor.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/fake-hwclock.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/dpkg-db-backup.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/atop-rotate.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/exim4-base.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/debspawn-clear-caches.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/fstrim.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/dailyaidecheck.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/fake-hwclock-save.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/plocate-updatedb.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service.wants/sshd-keygen.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server-v4-old.service.dsh-also <==
/etc/systemd/system/isc-dhcp-server.service.wants/isc-dhcp-server-v4-old.service

==> /var/lib/systemd/deb-systemd-helper-enabled/atopacct.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atopacct.service

==> /var/lib/systemd/deb-systemd-helper-enabled/isc-dhcp-server-v6.service.dsh-also <==
/etc/systemd/system/isc-dhcp-server.service.wants/isc-dhcp-server-v6.service

==> /var/lib/systemd/deb-systemd-helper-enabled/exim4-base.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/exim4-base.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.service

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atop.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atopacct.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ntp.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/haveged.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartmontools.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/machines.target <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/e2scrub_reap.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/isc-dhcp-server.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/exim4.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# <file system>	<mount point>	<type>	<options>		<dump>	<pass>
/dev/mapper/banana-root /       ext4 	defaults		0       1
/dev/mapper/banana-srv	/srv    ext4 	defaults		0       1
/dev/disk/by-label/banana-boot /boot ext4 nofail		0       2
/dev/mapper/banana-swap0 none	swap    nofail,sw			0       0


More information about the Pkg-systemd-maintainers mailing list