Bug#1070704: Can't decrypt root device after upgrading to systemd v256 and rebuilding initramfs

Roderich Schupp roderich.schupp at gmail.com
Tue May 7 15:14:30 BST 2024


Package: systemd
Version: 256~rc1-1~exp2
Severity: important
X-Debbugs-Cc: roderich.schupp at gmail.com

I have a standard LUKS-encrypted root partition.
I upgraded systemd to v256 and ran update-initramfs.
I rebooted into the kernel with the updated initramfs,
but plymouth (instead of prompting for the password) now hangs and
just shows "cryptsetup: Waiting for encrypted source device
UUID=a75ad289-6ad8-4ac3-aebc-34a94cff72e4"

I was able to boot into an older kernel with its initramfs built with the
previous version of systemd (255.5-1) and the diffed the two initrd.img.
Turns out that the initramfs built for v256 was missing some shared libraries
(see below for a list). For v255 these where linked by libsystemd.so.0
or udevadm, but in v256 these libs are dlopen'ed, hence update-initramfs
doesn't detect them.

As a workaround I dropped the following into
/etc/initramfs-tools/hooks/add-libs-for-systemd and reran update-initramfs:

---
#!/bin/sh

set -e

case "$1" in
    prereqs)
        exit 0
        ;;
esac

. /usr/share/initramfs-tools/hook-functions

copy_exec /usr/lib/x86_64-linux-gnu/libgcrypt.so.20
copy_exec /usr/lib/x86_64-linux-gnu/libgpg-error.so.0
copy_exec /usr/lib/x86_64-linux-gnu/libkmod.so.2
copy_exec /usr/lib/x86_64-linux-gnu/liblz4.so.1

exit 0
---






-- Package-specific info:

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.9.0-rc7 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  libacl1            2.3.2-2
ii  libapparmor1       3.0.13-2
ii  libaudit1          1:3.1.2-2.1
ii  libblkid1          2.40-8
ii  libc6              2.39-1
ii  libcap2            1:2.66-5
ii  libcryptsetup12    2:2.7.2-2
ii  libfdisk1          2.40-8
ii  libmount1          2.40-8
ii  libpam0g           1.5.3-7
ii  libseccomp2        2.5.5-1
ii  libselinux1        3.5-2+b2
ii  libssl3t64         3.2.1-3
ii  libsystemd-shared  256~rc1-1~exp2
ii  libsystemd0        256~rc1-1~exp2
ii  mount              2.40-8
ii  systemd-dev        256~rc1-1~exp2

Versions of packages systemd recommends:
ii  dbus [default-dbus-system-bus]   1.15.8-4+b1
ii  dbus-broker [dbus-system-bus]    36-1
ii  systemd-timesyncd [time-daemon]  256~rc1-1~exp2

Versions of packages systemd suggests:
ii  libbpf1                                         1:1.3.0-2+b1
ii  libfido2-1                                      1.14.0-1+b2
ii  libip4tc2                                       1.8.10-3
ii  libkmod2                                        32-1
ii  libp11-kit0                                     0.25.3-5
ii  libpwquality1                                   1.4.5-3
ii  libqrencode4                                    4.1.1-1+b2
ii  libtss2-esys-3.0.2-0t64 [libtss2-esys-3.0.2-0]  4.0.1-7.2
ii  libtss2-mu-4.0.1-0t64 [libtss2-mu-4.0.1-0]      4.0.1-7.2
ii  libtss2-rc0t64 [libtss2-rc0]                    4.0.1-7.2
ii  libtss2-tcti-device0t64 [libtss2-tcti-device0]  4.0.1-7.2
ii  polkitd                                         124-2
pn  systemd-boot                                    <none>
ii  systemd-container                               256~rc1-1~exp2
pn  systemd-homed                                   <none>
pn  systemd-resolved                                <none>
pn  systemd-userdbd                                 <none>

Versions of packages systemd is related to:
ii  dbus-user-session  1.15.8-4+b1
pn  dracut             <none>
ii  initramfs-tools    0.142
ii  libnss-systemd     256~rc1-1~exp2
ii  libpam-systemd     256~rc1-1~exp2
ii  udev               256~rc1-1~exp2

-- no debconf information
-------------- next part --------------
[REDIRECTED] /etc/systemd/system/dbus.service -> /usr/lib/systemd/system/dbus.service
[MASKED]     /etc/systemd/system/sudo.service -> /usr/lib/systemd/system/sudo.service
[EXTENDED]   /usr/lib/systemd/system/fwupd-refresh.timer -> /etc/systemd/system/fwupd-refresh.timer.d/weekly.conf
[EXTENDED]   /usr/lib/systemd/system/plocate-updatedb.timer -> /etc/systemd/system/plocate-updatedb.timer.d/reduce-delay.conf
[EXTENDED]   /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.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
[EXTENDED]   /usr/lib/systemd/system/user at .service -> /usr/lib/systemd/system/user at .service.d/10-oomd-user-service-defaults.conf
[EQUIVALENT] /etc/systemd/user/dbus-org.bluez.obex.service -> /usr/lib/systemd/user/dbus-org.bluez.obex.service
[REDIRECTED] /etc/systemd/user/dbus.service -> /usr/lib/systemd/user/dbus.service

12 overridden configuration files found.
-------------- next part --------------
Manager: systemd 256~rc1 (256~rc1-1~exp2)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +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 -XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE
Timestamp firmware: 12.706966s
Timestamp loader: 3.527763s
Timestamp kernel: Tue 2024-05-07 15:37:43 CEST
Timestamp userspace: Tue 2024-05-07 15:37:54 CEST
Timestamp finish: Tue 2024-05-07 15:38:00 CEST
Timestamp security-start: Tue 2024-05-07 15:37:54 CEST
Timestamp security-finish: Tue 2024-05-07 15:37:54 CEST
Timestamp generators-start: Tue 2024-05-07 15:37:54 CEST
Timestamp generators-finish: Tue 2024-05-07 15:37:55 CEST
Timestamp units-load-start: Tue 2024-05-07 15:37:55 CEST
Timestamp units-load-finish: Tue 2024-05-07 15:37:55 CEST
? Unit virtlockd.service:
	Description: libvirt locking daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlockd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a79c81cdac6042e5ba1b7badb6c79328
	Documentation: man:virtlockd(8)
	Documentation: https://libvirt.org/
	Fragment Path: /usr/lib/systemd/system/virtlockd.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: virtlockd-admin.socket (origin-file)
	BindsTo: virtlockd.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: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: virtlockd.socket (origin-file destination-implicit)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: virtlockd-admin.socket (origin-file destination-implicit)
	TriggeredBy: virtlockd-admin.socket (destination-implicit)
	TriggeredBy: virtlockd.socket (destination-implicit)
	References: virtlockd-admin.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: virtlockd.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: virtlockd.socket (destination-implicit)
	ReferencedBy: virtlockd-admin.socket (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 739
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: VIRTLOCKD_ARGS=
	EnvironmentFile: -/etc/default/virtlockd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	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/virtlockd "\$VIRTLOCKD_ARGS"
			PID: 739
			Start Timestamp: Tue 2024-05-07 15:37:56.507761 CEST
			Handoff Timestamp: 6.381ms since start
	? ExecReload:
		Command Line: /bin/kill -USR1 "\$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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit final.target:
	Description: Late Shutdown Services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/final.target
	RequiredBy: systemd-soft-reboot.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	After: shutdown.target (origin-file)
	After: umount.target (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	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 cron-daily-apache2.timer:
	Description: [Timer] /etc/cron.daily/apache2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 268d02f9b38c40d9942e5a7ee5961d83
	Documentation: man:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-daily-apache2.timer
	Source Path: /etc/cron.daily/apache2
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	PartOf: cron.target (origin-file)
	WantedBy: cron.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: cron-daily-apache2.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: cron.target (destination-default)
	After: -.mount (origin-file origin-path)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: cron-daily-apache2.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: cron-daily-apache2.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: cron.target (origin-file)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: cron.target (destination-file destination-default)
	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: cron-daily-apache2.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06:10:00
? Unit systemd-pcrphase-initrd.service:
	Description: TPM PCR Barrier (initrd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: systemd-sysext.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: cryptsetup-pre.target (origin-file)
	Before: sysinit.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: initrd-switch-root.target (origin-file)
	References: sysinit.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-sysext.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: cryptsetup-pre.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Local Encrypted Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/cryptsetup-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: cryptsetup.target (origin-file)
	Before: remote-cryptsetup.target (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	References: shutdown.target (origin-default)
	References: cryptsetup.target (origin-file)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit virtvzd.socket:
	Description: virtvzd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirt-guests.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
? Unit dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 34de770117d240e2a87d1f0d37c3229f
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/pci-0000:6d:00.0-nvme-1-part/by-partnum/1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit syslog.service:
	Description: syslog.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: syslog.socket (destination-implicit)
	TriggeredBy: syslog.socket (destination-implicit)
	ReferencedBy: syslog.socket (destination-implicit)
? Unit run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount:
	Description: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b6bf7145d2724269b15111e7108b4033
	Requires: -.mount (origin-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: systemd-udev-load-credentials.service (destination-file)
	After: -.mount (origin-path)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-path)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-udev-load-credentials.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-tpm2-setup.service:
	Description: TPM SRK Setup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-tpm2-setup.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup.service
	ConditionPathExists: !/etc/initrd-release succeeded
	ConditionSecurity: measured-uki failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-tpm2-setup-early.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: tpm2.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: tpm2.target (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: -.mount (origin-file origin-path)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit run-credentials-systemd\x2djournald.service.mount:
	Description: /run/credentials/systemd-journald.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 951109f548034c079727682b6c0e9a06
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-journald.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 776e35e3bd804aaf800f61113e52f867
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /usr/lib/systemd/system/logrotate.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: logrotate.service (origin-implicit)
	References: logrotate.service (origin-implicit)
	References: time-set.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.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: logrotate.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
? 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: n/a
	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:dpkg(1)
	Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: dpkg-db-backup.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: dpkg-db-backup.timer (destination-implicit)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-rfkill.socket:
	Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-rfkill.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f9a24d00019e4aa58b1085c45186300e
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /usr/lib/systemd/system/systemd-rfkill.socket
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-rfkill.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: systemd-remount-fs.service (origin-file)
	Triggers: systemd-rfkill.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-rfkill.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	RequiresMountsFor: /dev/rfkill (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: yes
	FileDescriptorName: systemd-rfkill.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenSpecial: /dev/rfkill
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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:ldconfig(8)
	Fragment Path: /usr/lib/systemd/system/ldconfig.service
	ConditionFileNotEmpty: |!/etc/ld.so.cache failed
	ConditionNeedsUpdate: |/etc failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1f.6-ptp-ptp0.device:
	Description: /sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9b8a2901c9744d9bbfd963faa7691f42
	Following Set Member: dev-ptp0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0
	Found: found-udev
? Unit blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target:
	Description: Block Device Preparation for /dev/mapper/nuc8--vg-root
	Instance: dev-mapper-nuc8\x2d\x2dvg\x2droot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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 dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-a75ad2896ad84ac3aebc34a94cff72e4-nvme0n1p3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 0313d614866a45e0be4330142f748f0f
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-nvme0n1p3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.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-CRYPT-LUKS2-a75ad2896ad84ac3aebc34a94cff72e4-nvme0n1p3_crypt
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/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: f65a954cfb5e4fb88923f63558a4d33d
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-journald.socket (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	WantedBy: systemd-journal-flush.service (destination-file)
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: soft-reboot.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: soft-reboot.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file destination-implicit)
	After: syslog.socket (origin-file)
	TriggeredBy: systemd-journald-audit.socket (destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: syslog.socket (origin-file)
	References: soft-reboot.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald-audit.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	ReferencedBy: systemd-journal-flush.service (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 488
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: sched_getattr msgrcv prlimit64 stat oldfstat get_mempolicy setresgid32 mq_timedreceive setuid32 sigsuspend getgid32 setuid rt_tgsigqueueinfo semtimedop sigaction fcntl64 setgroups rt_sigtimedwait lseek eventfd2 pipe setresuid32 setitimer set_mempolicy_home_node lremovexattr openat2 close_range msync rt_sigtimedwait_time64 utime shmdt pwritev2 sigaltstack rt_sigreturn munmap dup2 setreuid32 ioprio_set pwrite64 clone getpid mq_getsetattr shmget io_pgetevents_time64 vfork timerfd_create exit statfs64 setsid readlinkat utimensat_time64 io_uring_register pselect6 linkat listen uname signalfd4 io_cancel setresuid rseq sched_getparam tkill migrate_pages timer_getoverrun umask ppoll_time64 sysinfo set_mempolicy msgsnd sync_file_range tgkill fchown sync chdir mkdirat getrandom set_robust_list ipc ftruncate flistxattr getsockopt mq_timedsend_time64 _llseek statx getegid fremovexattr ugetrlimit send sendmmsg sched_get_priority_max utimensat munlockall fadvise64 faccessat pidfd_open mknod mq_timedsend fdatasync fsync getpgrp memfd_create io_submit setpriority sched_getscheduler setfsgid32 futimesat setfsuid32 userfaultfd membarrier mq_unlink arm_fadvise64_64 sendfile64 ppoll recvfrom nice getuid getcwd setsockopt getrlimit read getresgid32 oldstat getuid32 unlink lsetxattr bind readv ftruncate64 epoll_create sendmsg vmsplice add_key futex fork setrlimit setpgid fchdir openat tee geteuid waitid setgroups32 mq_timedreceive_time64 symlink write fchown32 kill timer_create request_key sched_yield fgetxattr epoll_ctl restart_syscall kcmp newfstatat getgid getxattr capset recvmmsg_time64 lstat64 signalfd listxattr renameat sendfile getppid keyctl sigpending move_pages alarm semget epoll_wait_old getcpu link ioctl fchmod poll timerfd_settime rt_sigsuspend mprotect fstat setns gettid nanosleep creat rt_sigqueueinfo io_uring_setup brk sched_setattr sync_file_range2 recvmsg setgid cacheflush mmap getitimer getgroups32 getsid setregid fstatfs fallocate readahead fchmodat2 getegid32 mmap2 io_pgetevents truncate64 getpgid prctl pipe2 clock_nanosleep msgget io_uring_enter epoll_pwait2 madvise riscv_flush_icache rmdir getdents chown pause getrusage mq_open clock_getres_time64 lchown32 oldolduname accept close io_setup mq_notify set_tid_address sigreturn timer_gettime64 futex_time64 mlock connect process_vm_writev capget pselect6_time64 epoll_wait syncfs wait4 fchownat epoll_ctl_old fchmodat socket setgid32 olduname msgctl unshare pidfd_send_signal set_thread_area timer_gettime sched_rr_get_interval exit_group open timer_settime getsockname accept4 sched_setparam process_vm_readv fadvise64_64 lstat timerfd_settime64 truncate semop semctl io_getevents fstatfs64 epoll_create1 renameat2 recv inotify_init arch_prctl dup3 pwritev personality getpriority times socketpair rt_sigpending geteuid32 munlock time stat64 select getresuid32 gettimeofday faccessat2 signal clock_nanosleep_time64 fcntl setresgid setfsuid lgetxattr fstatat64 dup swapcontext execveat socketcall semtimedop_time64 setfsgid ioprio_get epoll_pwait access mknodat clock_gettime getdents64 chmod clock_getres oldlstat clone3 mlockall splice pread64 writev getresuid rename get_robust_list sched_get_priority_min chown32 shutdown mkdir timerfd_gettime64 unlinkat sched_getaffinity waitpid remap_file_pages futex_waitv sched_rr_get_interval_time64 timerfd_gettime process_madvise set_tls name_to_handle_at sigprocmask sendto preadv2 utimes symlinkat preadv readlink sched_setscheduler clock_gettime64 setregid32 getresgid readdir rt_sigprocmask setreuid llistxattr get_thread_area flock inotify_add_watch fsetxattr execve getgroups shmat sched_setaffinity lchown inotify_rm_watch shmctl setxattr mbind mlock2 timer_settime64 recvmmsg timer_delete _newselect mremap getpeername rt_sigaction statfs fstat64 removexattr inotify_init1 copy_file_range eventfd io_destroy
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-journald
			PID: 488
			Start Timestamp: Tue 2024-05-07 15:37:55.230184 CEST
			Handoff Timestamp: 30.998ms since start
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Pin: restart
	File Descriptor Store Current: 81
	File Descriptor Store Entry: 'stored' (type=sock; dev=0:9; inode=19472; rdev=0:0; path=socket:[19472]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=17487; rdev=0:0; path=socket:[17487]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12779; rdev=0:0; path=socket:[12779]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11239; rdev=0:0; path=socket:[11239]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11227; rdev=0:0; path=socket:[11227]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11224; rdev=0:0; path=socket:[11224]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=13758; rdev=0:0; path=socket:[13758]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12071; rdev=0:0; path=socket:[12071]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12068; rdev=0:0; path=socket:[12068]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12067; rdev=0:0; path=socket:[12067]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=14571; rdev=0:0; path=socket:[14571]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=14570; rdev=0:0; path=socket:[14570]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12729; rdev=0:0; path=socket:[12729]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10161; rdev=0:0; path=socket:[10161]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10133; rdev=0:0; path=socket:[10133]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10126; rdev=0:0; path=socket:[10126]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12712; rdev=0:0; path=socket:[12712]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12709; rdev=0:0; path=socket:[12709]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10112; rdev=0:0; path=socket:[10112]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10111; rdev=0:0; path=socket:[10111]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10110; rdev=0:0; path=socket:[10110]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10109; rdev=0:0; path=socket:[10109]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10104; rdev=0:0; path=socket:[10104]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10098; rdev=0:0; path=socket:[10098]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10097; rdev=0:0; path=socket:[10097]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10090; rdev=0:0; path=socket:[10090]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10089; rdev=0:0; path=socket:[10089]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10084; rdev=0:0; path=socket:[10084]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10083; rdev=0:0; path=socket:[10083]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10082; rdev=0:0; path=socket:[10082]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10079; rdev=0:0; path=socket:[10079]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12656; rdev=0:0; path=socket:[12656]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12653; rdev=0:0; path=socket:[12653]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12652; rdev=0:0; path=socket:[12652]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12650; rdev=0:0; path=socket:[12650]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=14449; rdev=0:0; path=socket:[14449]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=13587; rdev=0:0; path=socket:[13587]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=14425; rdev=0:0; path=socket:[14425]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=9990; rdev=0:0; path=socket:[9990]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=9971; rdev=0:0; path=socket:[9971]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12551; rdev=0:0; path=socket:[12551]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=4069; rdev=0:0; path=socket:[4069]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10975; rdev=0:0; path=socket:[10975]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=12534; rdev=0:0; path=socket:[12534]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=14348; rdev=0:0; path=socket:[14348]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=967; rdev=0:0; path=socket:[967]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11878; rdev=0:0; path=socket:[11878]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11877; rdev=0:0; path=socket:[11877]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=11852; rdev=0:0; path=socket:[11852]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=13474; rdev=0:0; path=socket:[13474]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=13473; rdev=0:0; path=socket:[13473]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=13472; rdev=0:0; path=socket:[13472]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10921; rdev=0:0; path=socket:[10921]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10920; rdev=0:0; path=socket:[10920]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=3911; rdev=0:0; path=socket:[3911]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=5040; rdev=0:0; path=socket:[5040]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=5039; rdev=0:0; path=socket:[5039]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=10770; rdev=0:0; path=socket:[10770]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=771; rdev=0:0; path=socket:[771]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=3614; rdev=0:0; path=socket:[3614]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=645; rdev=0:0; path=socket:[645]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=6941; rdev=0:0; path=socket:[6941]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=8991; rdev=0:0; path=socket:[8991]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=8980; rdev=0:0; path=socket:[8980]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=4543; rdev=0:0; path=socket:[4543]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=4507; rdev=0:0; path=socket:[4507]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=4506; rdev=0:0; path=socket:[4506]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7674; rdev=0:0; path=socket:[7674]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7673; rdev=0:0; path=socket:[7673]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7672; rdev=0:0; path=socket:[7672]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7671; rdev=0:0; path=socket:[7671]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7670; rdev=0:0; path=socket:[7670]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7662; rdev=0:0; path=socket:[7662]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=491; rdev=0:0; path=socket:[491]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=490; rdev=0:0; path=socket:[490]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=6743; rdev=0:0; path=socket:[6743]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=6739; rdev=0:0; path=socket:[6739]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7618; rdev=0:0; path=socket:[7618]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=3356; rdev=0:0; path=socket:[3356]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=3355; rdev=0:0; path=socket:[3355]; access=rw)
	                             'stored' (type=sock; dev=0:9; inode=7353; rdev=0:0; path=socket:[7353]; 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: 38329
	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
	IPAddressDeny: 0.0.0.0/0
? Unit run-user-1000-gvfs.mount:
	Description: /run/user/1000/gvfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:03 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:03 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:03 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: 2eec5d681a724d0eb040f776ee39e035
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: run-user-1000.mount (origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo)
	References: run-user-1000.mount (origin-implicit)
	References: local-fs.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/user/1000 (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/1000/gvfs
	What: gvfsd-fuse
	File System Type: fuse.gvfsd-fuse
	Options: rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/rescue.target
	Requires: rescue.service (origin-file)
	Requires: sysinit.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: graphical.target (destination-file)
	Before: initrd.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: rescue.service (origin-file)
	After: sysinit.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-file origin-default)
	References: rescue.service (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit systemd-sysext.socket:
	Description: System Extension Image Management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/systemd-sysext.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 50553bbec2f94d39b48580222c0fd31c
	Documentation: man:systemd-sysext(8)
	Fragment Path: /usr/lib/systemd/system/systemd-sysext.socket
	ConditionCapability: CAP_SYS_ADMIN succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit grub-common.service:
	Description: Record successful boot for GRUB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:56 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: 3b62cf57dc8c456186f350a203e85ce3
	Fragment Path: /usr/lib/systemd/system/grub-common.service
	ConditionPathExists: /boot/grub/grub.cfg succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: suspend-then-hibernate.target (destination-file)
	WantedBy: suspend.target (destination-file)
	WantedBy: hybrid-sleep.target (destination-file)
	WantedBy: hibernate.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: hybrid-sleep.target (origin-file)
	After: system.slice (origin-file)
	After: suspend.target (origin-file)
	After: suspend-then-hibernate.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: hibernate.target (origin-file)
	References: hibernate.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: hybrid-sleep.target (origin-file)
	References: suspend.target (origin-file)
	References: sysinit.target (origin-default)
	References: suspend-then-hibernate.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: suspend-then-hibernate.target (destination-file)
	ReferencedBy: suspend.target (destination-file)
	ReferencedBy: hybrid-sleep.target (destination-file)
	ReferencedBy: hibernate.target (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: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: kmsg
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStartPre:
		Command Line: /bin/sh -c "[ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv; mkdir -p /boot/grub"
			PID: 730
			Start Timestamp: Tue 2024-05-07 15:37:56.485248 CEST
			Handoff Timestamp: 6.962ms since start
			Exit Timestamp: 21.314ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStart:
		Command Line: grub-editenv /boot/grub/grubenv unset recordfail
			PID: 741
			Start Timestamp: Tue 2024-05-07 15:37:56.514918 CEST
			Handoff Timestamp: 7.932ms since start
			Exit Timestamp: 10.643ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStartPost:
		Command Line: /bin/sh -c "if grub-editenv /boot/grub/grubenv list | grep -q initrdless_boot_fallback_triggered=1; then echo \"grub: GRUB_FORCE_PARTUUID set, initrdless boot paniced, fallback triggered.\"; fi"
			PID: 754
			Start Timestamp: Tue 2024-05-07 15:37:56.534510 CEST
			Handoff Timestamp: 8.498ms since start
			Exit Timestamp: 6.336ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 1bff1b8e9f79447480111709060cde78
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/slices.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Wants: system.slice (origin-file)
	Wants: -.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: system.slice (origin-file)
	After: user.slice (destination-file)
	After: machine.slice (destination-file)
	After: -.slice (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: machine.slice (destination-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 dev-nvme0n1p2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e79d10e261d947b4b4d30a634551bab0
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart2.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/nvme0n1p2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev,found-mount
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 9c2a1df9a6034898a3de7c9b2b228c3e
	Documentation: man:fstrim
	Fragment Path: /usr/lib/systemd/system/fstrim.timer
	ConditionPathExists: !/etc/initrd-release succeeded
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: fstrim.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: fstrim.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: fstrim.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: fstrim.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Mon *-*-* 00:00:00
? Unit dev-disk-by\x2ddiskseq-1\x2dpart3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9141426c69f14947a0d4211e0fdf726b
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.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-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit plymouth-read-write.service:
	Alias: plymouth-log.service
	Description: Tell Plymouth To Write Out Runtime Data
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: cc9ddadd468e47aaaf3ec03fd7dd59bc
	Fragment Path: /usr/lib/systemd/system/plymouth-read-write.service
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/plymouth update-root-fs --read-write
			PID: 701
			Start Timestamp: Tue 2024-05-07 15:37:56.302300 CEST
			Handoff Timestamp: 4.285ms since start
			Exit Timestamp: 11.310ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.slice
	CGroup: /sys-fs-fuse-connections.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2900dc71ed584d5f96c07347c5b666ab
	Documentation: https://docs.kernel.org/filesystems/fuse.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/fs/fuse/connections succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: modprobe at fuse.service (origin-file)
	Requires: -.slice (origin-file)
	WantedBy: sys-module-fuse.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: modprobe at fuse.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	References: modprobe at fuse.service (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-module-fuse.device (destination-udev)
	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: mounted
	Result: success
	Clean Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount fusectl /sys/fs/fuse/connections -t fusectl -o nosuid,nodev,noexec
			PID: 497
			Start Timestamp: Tue 2024-05-07 15:37:55.260553 CEST
			Handoff Timestamp: 5.339ms since start
			Exit Timestamp: 3.026ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 7aaf2d979f2e4fccb3ec11924c2f0152
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.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/pci-0000:6d:00.0-nvme-1-part/by-partnum/3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 3ca16e4d9d0e4a4f95c12a493ed80c18
	Fragment Path: /usr/lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/6.9.0-rc7/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	References: sysinit.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 478
			Start Timestamp: Tue 2024-05-07 15:37:55.213432 CEST
			Handoff Timestamp: 7.959ms since start
			Exit Timestamp: 28.965ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 5a9287ead30f460e9d4cd0f77ddbdb84
	Fragment Path: /usr/lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Before: gdm.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: kbd.service (origin-file)
	After: system.slice (origin-file)
	After: console-screen.service (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: kbd.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: gdm.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: console-screen.service (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 700
			Start Timestamp: Tue 2024-05-07 15:37:56.301516 CEST
			Handoff Timestamp: 4.535ms since start
			Exit Timestamp: 2.877ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blk-availability.service:
	Description: Availability of block devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 363b3d4ee7c44d7499bc32692fe0ff6c
	Fragment Path: /usr/lib/systemd/system/blk-availability.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: rbdmap.service (origin-file)
	After: fcoe.service (origin-file)
	After: iscsid.service (origin-file)
	After: iscsi.service (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: iscsid.service (origin-file)
	References: fcoe.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: rbdmap.service (origin-file)
	References: iscsi.service (origin-file)
	References: iscsi-shutdown.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 476
			Start Timestamp: Tue 2024-05-07 15:37:55.210721 CEST
			Handoff Timestamp: 7.681ms since start
			Exit Timestamp: 31.488ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-creds.socket:
	Description: Credential Encryption/Decryption
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-creds.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 973fced9784741a3821f4fa40dbc8c61
	Documentation: man:systemd-creds(1)
	Fragment Path: /usr/lib/systemd/system/systemd-creds.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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: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: systemd-journald.service (origin-implicit destination-file)
	Before: apparmor.service (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-journald.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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:56 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: 3d0ebe7e0d3546bcb2e4f99d459c6f14
	Documentation: man:e2scrub_all(8)
	Fragment Path: /usr/lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: read-only
	ProtectSystem: yes
	MountAPIVFS: 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
	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
			PID: 728
			Start Timestamp: Tue 2024-05-07 15:37:56.480071 CEST
			Handoff Timestamp: 43.130ms since start
			Exit Timestamp: 24.027ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 71ba5830c1dc445f9070b2c04ca1f9ad
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /usr/lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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)
	Before: systemd-networkd.service (destination-file)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: run-credentials-systemd\x2dsysctl.service.mount (origin-file)
	After: systemd-coredump.socket (destination-file)
	References: sysinit.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: run-credentials-systemd\x2dsysctl.service.mount (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-coredump.socket (destination-file)
	ReferencedBy: systemd-networkd.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 500
			Start Timestamp: Tue 2024-05-07 15:37:55.264054 CEST
			Handoff Timestamp: 8.376ms since start
			Exit Timestamp: 9.524ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd.target:
	Description: Initrd Default Target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd.target
	AssertPathExists: /etc/initrd-release untested
	Requires: basic.target (origin-file)
	Wants: initrd-parse-etc.service (origin-file)
	Wants: systemd-battery-check.service (origin-file)
	Wants: initrd-root-device.target (origin-file)
	Wants: initrd-root-fs.target (origin-file)
	Wants: systemd-bsod.service (origin-file)
	Wants: initrd-usr-fs.target (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: systemd-pcrphase-initrd.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: initrd-cleanup.service (destination-file)
	Before: shutdown.target (origin-default)
	After: initrd-fs.target (origin-file)
	After: basic.target (origin-file origin-default)
	After: initrd-usr-fs.target (origin-file)
	After: rescue.service (origin-file)
	After: initrd-root-fs.target (origin-file)
	After: initrd-root-device.target (origin-file)
	After: rescue.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: initrd-parse-etc.service (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: systemd-battery-check.service (origin-file)
	References: systemd-pcrphase-initrd.service (origin-file)
	References: emergency.target (origin-file)
	References: initrd-root-device.target (origin-file)
	References: systemd-bsod.service (origin-file)
	References: rescue.target (origin-file)
	References: initrd-fs.target (origin-file)
	References: initrd-usr-fs.target (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-file origin-default)
	References: rescue.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 sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: a7980ac2409546f9931732dbf947d0fa
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit virtlogd.socket:
	Description: libvirt logging daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlogd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 6c40e01b870746f9a5055016513681b3
	Fragment Path: /usr/lib/systemd/system/virtlogd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: virtlogd.service (destination-file)
	BoundBy: virtlogd-admin.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: virtlogd-admin.socket (destination-file)
	Before: libvirtd.service (destination-file)
	Before: virtlogd.service (origin-implicit destination-file)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: virtlogd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: virtlogd.service (origin-implicit)
	References: sockets.target (origin-default)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlogd-sock (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: 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: virtlogd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlogd-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit nmbd.service:
	Description: nmbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-udevd-kernel.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: a4187f668d5e4a5cb6acb262aba7170a
	Documentation: man:systemd-udevd-kernel.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: systemd-udevd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron-update.service:
	Description: systemd-cron update units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron-update.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: cron-update.path (destination-implicit)
	TriggeredBy: cron-update.path (destination-implicit)
	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: cron-update.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/sh -c ">> /run/crond.reboot ; systemctl daemon-reload ; systemctl restart cron.target ; systemctl reset-failed \"cron-*.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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 7fe8c6e3c3d74c82890919f7ca4b0981
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/pci-0000:6d:00.0-nvme-1-part/by-uuid/5AA7-BA86
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit polkit.service:
	Description: Authorization Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/polkit.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 14b47583017d49de844f6e5594dea09d
	Documentation: man:polkit(8)
	Fragment Path: /usr/lib/systemd/system/polkit.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	RequiredBy: ModemManager.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: ModemManager.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: tmp.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: ModemManager.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 732
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PolicyKit1
	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: 0077
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 0
	LimitMEMLOCKSoft: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_setgid cap_setuid
	User: polkitd
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: unlink sched_rr_get_interval epoll_wait write signalfd getpid sched_getparam clone3 cacheflush linkat splice add_key futimesat wait4 io_cancel timer_gettime64 sched_getattr request_key renameat2 munlock fremovexattr timer_settime kill fchownat renameat ppoll epoll_ctl_old fork timerfd_settime set_tls newfstatat sched_setparam setpriority epoll_create uname arm_fadvise64_64 vmsplice fchown sched_setattr fallocate getcwd getsid sigaltstack link ftruncate epoll_ctl setregid32 fstatat64 symlinkat set_mempolicy_home_node setuid32 sigprocmask madvise io_getevents mprotect times waitid sched_getscheduler keyctl process_vm_readv getegid32 getsockopt getrlimit eventfd statfs64 writev mq_timedsend mq_timedreceive fstat64 getpriority accept4 eventfd2 utimensat_time64 signalfd4 pselect6 sched_get_priority_min ipc get_robust_list recvmmsg_time64 rename setgroups32 semop close_range io_destroy sched_rr_get_interval_time64 unlinkat epoll_pwait2 rt_sigpending timerfd_gettime rt_sigqueueinfo set_tid_address truncate semtimedop_time64 timer_getoverrun geteuid32 flock close recv readlink msgctl ioprio_set lgetxattr arch_prctl setsockopt getegid fadvise64 tgkill preadv2 fsync readahead brk membarrier set_robust_list creat fgetxattr select setgid oldstat execve pidfd_open dup nice epoll_pwait getresgid execveat setxattr readdir pause prctl openat2 getdents readlinkat signal semctl setns getpgrp mq_notify io_setup inotify_init sched_getaffinity personality rt_sigsuspend symlink getxattr socketpair fstat tee recvmsg get_thread_area timer_delete _newselect shmctl fchdir inotify_init1 llistxattr sync_file_range setsid capget sync_file_range2 epoll_wait_old sendmsg accept getrusage ugetrlimit process_madvise mlockall futex name_to_handle_at timer_gettime fstatfs64 epoll_create1 msgsnd setresuid32 getpgid chdir exit riscv_flush_icache rt_sigtimedwait stat semget setregid process_vm_writev mq_timedreceive_time64 sched_setscheduler getgroups unshare statfs listxattr setgroups clock_getres read setresuid pwritev setfsgid stat64 setfsuid32 utimes bind mq_getsetattr recvfrom socket getgid _llseek io_pgetevents_time64 pidfd_send_signal setreuid lchown sched_get_priority_max rt_sigprocmask timer_settime64 mlock inotify_add_watch pwritev2 io_uring_setup poll sendmmsg mq_timedsend_time64 gettid kcmp set_mempolicy exit_group mbind fdatasync sigpending faccessat2 mkdirat mq_unlink nanosleep sendto sysinfo chown32 shmdt sigreturn gettimeofday setpgid ioprio_get listen lstat prlimit64 sync msync geteuid timerfd_settime64 getdents64 socketcall getresgid32 mremap access timerfd_create getpeername fchmodat2 clone oldlstat ppoll_time64 openat semtimedop fsetxattr mkdir clock_gettime chown migrate_pages setreuid32 move_pages setuid getrandom connect clock_gettime64 mknod recvmmsg faccessat oldolduname shmat setfsuid set_thread_area truncate64 lsetxattr rt_sigreturn pread64 umask setresgid32 utime io_pgetevents lchown32 copy_file_range rt_sigaction shutdown timer_create remap_file_pages sendfile time getitimer shmget lremovexattr statx io_submit munmap mlock2 sigaction clock_nanosleep_time64 getuid32 clock_nanosleep fchmod mknodat io_uring_register dup3 mmap2 tkill inotify_rm_watch vfork restart_syscall memfd_create futex_time64 lstat64 sigsuspend removexattr chmod fcntl fchown32 sendfile64 pipe2 rmdir setresgid pwrite64 syncfs getsockname sched_yield ioctl mmap setgid32 fchmodat timerfd_gettime64 pselect6_time64 munlockall get_mempolicy getcpu getresuid swapcontext rt_sigtimedwait_time64 msgget send oldfstat rt_tgsigqueueinfo msgrcv fstatfs io_uring_enter dup2 preadv fcntl64 getppid lseek setitimer getuid userfaultfd futex_waitv ftruncate64 getresuid32 getgroups32 sched_setaffinity fadvise64_64 mq_open getgid32 utimensat clock_getres_time64 rseq setrlimit pipe alarm readv waitpid flistxattr olduname open capset setfsgid32
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/polkit-1/polkitd --no-debug
			PID: 732
			Start Timestamp: Tue 2024-05-07 15:37:56.490059 CEST
			Handoff Timestamp: 106.269ms since 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: 38329
	DevicePolicy: strict
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	DeviceAllow: char-rtc r
	DeviceAllow: /dev/null rw
? Unit libvirt-guests.service:
	Description: libvirt guests suspend/resume service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ed57b1ee7dee45d297116db0a67baa7d
	Documentation: man:libvirt-guests(8)
	Documentation: https://libvirt.org/
	Fragment Path: /usr/lib/systemd/system/libvirt-guests.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: virt-guest-shutdown.target (origin-file)
	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: network.target (origin-file)
	After: system.slice (origin-file)
	After: virt-guest-shutdown.target (origin-file)
	After: time-sync.target (origin-file)
	After: libvirtd.socket (origin-file)
	After: virtlxcd.socket (origin-file)
	After: virtvzd.socket (origin-file)
	After: basic.target (origin-default)
	After: virtxend.socket (origin-file)
	After: virtqemud.socket (origin-file)
	After: virtvboxd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: virtqemud.socket (origin-file)
	References: libvirtd.socket (origin-file)
	References: time-sync.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: virtxend.socket (origin-file)
	References: virtvzd.socket (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: virtvboxd.socket (origin-file)
	References: virtlxcd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: virt-guest-shutdown.target (origin-file)
	References: basic.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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/libvirt-guests
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/libvirt/libvirt-guests.sh start
			PID: 838
			Start Timestamp: Tue 2024-05-07 15:37:56.900417 CEST
			Handoff Timestamp: 30.711ms since start
			Exit Timestamp: 63.022ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/lib/libvirt/libvirt-guests.sh 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Before: sysinit.target (origin-file)
	Before: libvirtd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: local-fs.target (origin-file)
	After: systemd-journald-audit.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: local-fs.target (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	ReferencedBy: libvirtd.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: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed
	ConditionPathExists: |/etc/udev/hwdb.bin failed
	ConditionPathExists: |!/usr/lib/udev/hwdb.bin failed
	ConditionNeedsUpdate: /etc failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 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: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-udevd.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-5AA7\x2dBA86.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: ce904261437c4c31bc5d86449abd5ecb
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.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-uuid/5AA7-BA86
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit power-profiles-daemon.service:
	Description: Power Profiles daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/power-profiles-daemon.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 4b1f2b71b3c14b0fb02f8d0f84225dfb
	Fragment Path: /usr/lib/systemd/system/power-profiles-daemon.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: system76-power.service (origin-file)
	Conflicts: tuned.service (origin-file)
	Conflicts: auto-cpufreq.service (origin-file)
	Conflicts: tlp.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: multi-user.target (origin-file)
	Before: display-manager.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: -.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: display-manager.target (origin-file)
	References: multi-user.target (origin-file)
	References: system76-power.service (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: tuned.service (origin-file)
	References: shutdown.target (origin-default)
	References: auto-cpufreq.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-remount-fs.service (origin-file)
	References: tlp.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: dbus.socket (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/lib/power-profiles-daemon (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 733
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UPower.PowerProfiles
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: invisible
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: power-profiles-daemon
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/power-profiles-daemon
			PID: 733
			Start Timestamp: Tue 2024-05-07 15:37:56.492121 CEST
			Handoff Timestamp: 65.932ms since 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: 38329
	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 blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/5AA7-BA86
	Instance: dev-disk-by\x2duuid-5AA7\x2dBA86
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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-efi.mount (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit session-2.scope:
	Description: Session 2 of User roderich
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:03 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:03 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38: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-1000.slice
	CGroup: /user.slice/user-1000.slice/session-2.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: 6fbca834a5de410e9cd7e3a53c285eaf
	Fragment Path: /run/systemd/transient/session-2.scope
	Condition Timestamp: Tue 2024-05-07 15:38:03 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:03 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: user-1000.slice (origin-file)
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: user at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-logind.service (origin-file)
	After: user-1000.slice (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: user at 1000.service (origin-file)
	References: shutdown.target (origin-default)
	References: user at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1000.service (origin-file)
	InSlice: user-1000.slice (origin-slice-property)
	RequiresMountsFor: /home/roderich (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 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: n/a
	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: /usr/lib/systemd/system/getty-static.service
	ConditionPathExists: !/usr/bin/dbus-broker failed
	ConditionPathExists: !/usr/bin/dbus-daemon untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	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: 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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-ptp0.device:
	Description: /dev/ptp0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c7f618b57fbd4d8280a049104d8ca3de
	Following: sys-devices-pci0000:00-0000:00:1f.6-ptp-ptp0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.6-ptp-ptp0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ptp0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0
	Found: found-udev
? Unit plocate-updatedb.timer:
	Description: Update the plocate database daily
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 25609529aa844145b67c2af8886ec544
	Fragment Path: /usr/lib/systemd/system/plocate-updatedb.timer
	DropIn Path: /etc/systemd/system/plocate-updatedb.timer.d/reduce-delay.conf
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: plocate-updatedb.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	Triggers: plocate-updatedb.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: plocate-updatedb.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file 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
	OnCalendar: *-*-* 00:00:00
? Unit bluetooth.target:
	Description: Bluetooth Support
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 5efc6890032d4340b5f001eaec7f3fd4
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/bluetooth.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: bluetooth.service (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d10-1\x2d10:1.0-bluetooth-hci0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: bluetooth.service (origin-default)
	References: bluetooth.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d10-1\x2d10:1.0-bluetooth-hci0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: 3c00ebee6de849fe837d676145770206
	Documentation: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/dev-hugepages.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/kernel/mm/hugepages succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs -o nosuid,nodev
			PID: 472
			Start Timestamp: Tue 2024-05-07 15:37:55.207074 CEST
			Handoff Timestamp: 7.090ms since start
			Exit Timestamp: 35.384ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit cron.target:
	Description: systemd-cron
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ee93bbed50a84062af6f91b072c50d94
	Documentation: man:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: systemd-cron-cleaner.timer (origin-file)
	Wants: cron-update.path (origin-file)
	Wants: cron-daily-apache2.timer (origin-file)
	Wants: cron-dma-root-0.timer (origin-file)
	Wants: cron-daily-samba.timer (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: cron-daily-apache2.timer (destination-file)
	ConsistsOf: cron-dma-root-0.timer (destination-file)
	ConsistsOf: cron-daily-samba.timer (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-cron-cleaner.timer (origin-default)
	After: cron-update.path (origin-default)
	After: cron-daily-samba.timer (origin-default)
	After: cron-dma-root-0.timer (origin-default)
	After: cron-daily-apache2.timer (origin-default)
	References: systemd-cron-cleaner.timer (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: cron-update.path (origin-file origin-default)
	References: cron-daily-apache2.timer (origin-file origin-default)
	References: cron-dma-root-0.timer (origin-file origin-default)
	References: cron-daily-samba.timer (origin-file origin-default)
	ReferencedBy: cron-dma-root-0.timer (destination-file)
	ReferencedBy: cron-daily-samba.timer (destination-file)
	ReferencedBy: cron-daily-apache2.timer (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 cups.service:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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/cups.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dc2ef805e63d4cbd88de17d2ffb0313f
	Documentation: man:cupsd(8)
	Fragment Path: /usr/lib/systemd/system/cups.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: cups.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: cups.socket (destination-file)
	ConsistsOf: cups.path (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: cups.path (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: nslcd.service (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: cups.socket (destination-implicit)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: cups.socket (destination-implicit)
	TriggeredBy: cups.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: nslcd.service (origin-file)
	References: cups.socket (origin-file)
	ReferencedBy: cups.path (destination-file destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: cups.socket (destination-file 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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 837
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/cupsd -l
			PID: 837
			Start Timestamp: Tue 2024-05-07 15:37:56.896365 CEST
			Handoff Timestamp: 21.992ms since start
	Status Text: Scheduler is running...
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit suspend-then-hibernate.target:
	Description: Suspend; Hibernate if not used for a period of time
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/suspend-then-hibernate.target
	Requires: systemd-suspend-then-hibernate.service (origin-file)
	Wants: grub-common.service (origin-file)
	Before: grub-common.service (destination-file)
	After: systemd-suspend-then-hibernate.service (origin-file)
	References: grub-common.service (origin-file)
	References: systemd-suspend-then-hibernate.service (origin-file)
	ReferencedBy: grub-common.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit tpm2.target:
	Description: Trusted Platform Module
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: dc217310aa0447b6aac07c86557b5c79
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/tpm2.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Wants: dev-tpmrm0.device (origin-file)
	WantedBy: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: sysinit.target (destination-default)
	Before: systemd-pcrlock.socket (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-pcrextend.socket (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	After: dev-tpmrm0.device (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: dev-tpmrm0.device (origin-file origin-default)
	ReferencedBy: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device (destination-udev)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: systemd-pcrlock.socket (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: systemd-pcrextend.socket (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit rtkit-daemon.service:
	Description: RealtimeKit Scheduling Policy Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:57 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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/rtkit-daemon.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 994ba354daee474eb55c47cc0bc55787
	Fragment Path: /usr/lib/systemd/system/rtkit-daemon.service
	Condition Timestamp: Tue 2024-05-07 15:37:57 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:57 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 1023
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.RealtimeKit1
	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: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_nice
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/rtkit-daemon
			PID: 1023
			Start Timestamp: Tue 2024-05-07 15:37:57.439121 CEST
			Handoff Timestamp: 15.433ms since 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: 38329
	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: n/a
	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:systemd-hibernate-clear.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hibernate-clear.service
	ConditionPathExists: !/etc/initrd-release succeeded
	ConditionPathExists: /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 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: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	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: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd-udevadm-cleanup-db.service:
	Description: Cleanup udev Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: /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-kernel.socket (origin-file)
	Conflicts: systemd-udevd.service (origin-file)
	Conflicts: systemd-udev-settle.service (origin-file)
	Conflicts: systemd-udev-trigger.service (origin-file)
	Conflicts: systemd-udevd-control.socket (origin-file)
	Before: initrd-switch-root.target (origin-file destination-file)
	After: systemd-udevd-control.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-udevd-control.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtlogd-admin.socket:
	Description: libvirt logging daemon admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlogd-admin.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 811c85e95eff4f81ad0981b71ad42bbc
	Fragment Path: /usr/lib/systemd/system/virtlogd-admin.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	BindsTo: virtlogd.socket (origin-file)
	WantedBy: virtlogd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: virtlogd.service (origin-implicit destination-file)
	After: virtlogd.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: virtlogd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: virtlogd.socket (origin-file)
	References: virtlogd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlogd-admin-sock (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: 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: virtlogd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlogd-admin-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron-daily-samba.service:
	Description: [Cron] /etc/cron.daily/samba
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-daily-samba.service
	Source Path: /etc/cron.daily/samba
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: cron-daily-samba.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: cron-mail at cron-daily-samba.service:Failure.service (origin-file)
	TriggeredBy: cron-daily-samba.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: cron-mail at cron-daily-samba.service:Failure.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: cron-daily-samba.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
	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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: cron
	SyslogLevel: info
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /etc/cron.daily/samba
	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: 38329
	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-wlp0s20f3.device:
	Description: Cannon Point-LP CNVi [Wireless-AC]
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 2b46262a2aaa43f8a8bb5a914fcfe6bb
	Following Set Member: sys-devices-pci0000:00-0000:00:14.3-net-wlp0s20f3.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/wlp0s20f3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
	Found: found-udev
? Unit systemd-networkd-persistent-storage.service:
	Description: Enable Persistent Storage in systemd-networkd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:networkctl(1)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd-persistent-storage.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: systemd-networkd.service (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-networkd.service (origin-file)
	After: -.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: -.mount (origin-file 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: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cups.path:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ddff5e7c7ec5451ebb0d69892d65741a
	Fragment Path: /usr/lib/systemd/system/cups.path
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	PartOf: cups.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cups.service (origin-implicit)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: paths.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	Triggers: cups.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: cups.service (origin-file origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: paths.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/cache/cups/org.cups.cupsd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: running
	Result: success
	Unit: cups.service
	MakeDirectory: no
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PathExists: /var/cache/cups/org.cups.cupsd
? 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: n/a
	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: /usr/lib/systemd/system/var-lib-machines.mount
	ConditionPathExists: /var/lib/machines.raw failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	RequiredBy: systemd-machined.service (destination-file)
	WantedBy: machines.target (destination-file)
	WantedBy: remote-fs.target (destination-file)
	Conflicts: umount.target (origin-mount-file)
	Before: systemd-machined.service (destination-file)
	Before: machines.target (destination-default)
	Before: local-fs.target (origin-mount-file)
	Before: umount.target (origin-mount-file)
	After: local-fs-pre.target (origin-mount-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-mount-file)
	References: local-fs.target (origin-mount-file)
	References: umount.target (origin-mount-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-implicit origin-path)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: machines.target (destination-file destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: inactive
	State Change Timestamp: n/a
	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-getty.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	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
	Requires: system-getty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: gdm.service (destination-file)
	Before: getty.target (origin-file destination-default)
	Before: rescue.service (origin-file)
	Before: gdm.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: rc-local.service (origin-file)
	After: system-getty.slice (origin-file)
	After: getty-pre.target (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: rescue.service (origin-file)
	References: sysinit.target (origin-default)
	References: plymouth-quit-wait.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: rc-local.service (origin-file)
	References: system-getty.slice (origin-file origin-slice-property)
	References: getty.target (origin-file)
	References: getty-pre.target (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	ReferencedBy: gdm.service (destination-file)
	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: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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 "-p -- \\u" --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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit pcscd.socket:
	Description: PC/SC Smart Card Daemon Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/pcscd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 67c6051ceebe4e1ba599578ec36dc6f5
	Fragment Path: /usr/lib/systemd/system/pcscd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: pcscd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: pcscd.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: pcscd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: pcscd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	ReferencedBy: pcscd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/pcscd/pcscd.comm (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: pcscd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/pcscd/pcscd.comm
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.service:
	Description: Network Configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-networkd.service(8)
	Documentation: man:org.freedesktop.network1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: systemd-networkd.socket (origin-file)
	Wants: systemd-networkd-persistent-storage.service (origin-file)
	Wants: network.target (origin-file)
	BoundBy: systemd-networkd-persistent-storage.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (origin-file)
	Before: network.target (origin-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: apt-daily.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: run-credentials-systemd\x2dnetworkd.service.mount (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-udevd.service (origin-file)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: systemd-sysctl.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network-pre.target (origin-file)
	References: network.target (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: multi-user.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-sysusers.service (origin-file)
	References: run-credentials-systemd\x2dnetworkd.service.mount (origin-file)
	References: systemd-networkd-persistent-storage.service (origin-file)
	References: systemd-udevd.service (origin-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.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: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	BusName: org.freedesktop.network1
	Bus Name Good: 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: 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
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	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
	AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
	User: systemd-network
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: readdir chmod fchmodat sendfile getresuid32 splice _llseek clone3 signal link move_pages close_range bind timerfd_gettime64 get_robust_list fork oldolduname faccessat2 openat2 clock_nanosleep wait4 timer_settime rt_sigqueueinfo timer_settime64 mkdirat timer_gettime64 semop setitimer unlinkat rt_sigpending mmap shmget sched_setattr personality geteuid32 fchown32 socketcall renameat2 statfs utimensat_time64 umask io_submit utimensat eventfd2 getresgid io_setup rseq pidfd_open rt_sigprocmask msgrcv getrlimit prctl mlockall timer_create getsockopt fstatfs uname sigsuspend setsid chdir setns lstat64 fcntl64 getresuid listen inotify_rm_watch gettimeofday geteuid setreuid unshare clock_gettime name_to_handle_at open futimesat capset statfs64 mlock process_vm_readv utimes eventfd setxattr fsync chown setregid32 set_thread_area setfsuid openat flistxattr setresuid fdatasync mq_unlink shmat oldlstat getgroups32 epoll_ctl_old setresgid pause mremap recvmmsg futex_waitv fsetxattr sigaltstack mq_timedreceive_time64 epoll_pwait sigaction creat unlink cacheflush ioctl fchownat semtimedop sysinfo fstat64 poll lchown getitimer set_tid_address pselect6_time64 recvmmsg_time64 migrate_pages munmap arch_prctl symlinkat getpid mq_open execveat clock_getres_time64 rt_sigtimedwait_time64 readlink chown32 olduname fstatfs64 lchown32 fchdir io_cancel setgroups sendmsg ppoll_time64 timerfd_settime64 io_destroy stat64 inotify_init1 sched_setparam rt_sigsuspend getppid getegid32 sync_file_range2 tgkill fremovexattr truncate io_uring_setup llistxattr clock_gettime64 getgroups sendto readv vmsplice accept4 mq_timedsend_time64 msync fadvise64 vfork flock rmdir setfsuid32 userfaultfd kill prlimit64 getrandom sched_setaffinity sched_get_priority_min restart_syscall kcmp getdents64 setgroups32 getgid32 munlockall semget execve getxattr stat mknod shutdown io_pgetevents_time64 arm_fadvise64_64 setfsgid32 pselect6 pidfd_send_signal mq_timedsend fchmodat2 sigreturn syncfs lstat setgid32 signalfd4 ppoll setreuid32 getsockname setpgid semtimedop_time64 newfstatat timerfd_gettime process_madvise listxattr shmdt sendmmsg brk io_pgetevents request_key getrusage connect mlock2 getpgid timer_getoverrun time getpeername madvise set_mempolicy sched_getaffinity oldstat fstatat64 access mmap2 sync symlink mq_notify getgid capget clock_nanosleep_time64 io_uring_enter timer_gettime memfd_create sched_yield nanosleep getsid linkat getcwd close fstat getuid pipe sched_getattr munlock lgetxattr ioprio_set fallocate sched_getparam getdents statx pwritev2 sched_get_priority_max process_vm_writev membarrier set_mempolicy_home_node signalfd semctl gettid pwrite64 sched_rr_get_interval readlinkat io_getevents rt_sigaction sched_getscheduler select oldfstat socket nice fchmod faccessat epoll_create1 fchown sigprocmask mprotect fadvise64_64 pwritev lremovexattr sched_setscheduler rt_tgsigqueueinfo _newselect getegid futex mkdir mbind msgsnd dup recvmsg timer_delete clone recvfrom writev sendfile64 send sigpending swapcontext io_uring_register set_robust_list lseek waitpid inotify_init set_tls shmctl msgctl preadv2 pread64 read getpgrp readahead get_thread_area setsockopt copy_file_range rt_sigreturn ipc mq_timedreceive sync_file_range getpriority add_key recv futex_time64 setgid tee rt_sigtimedwait times getuid32 dup2 waitid inotify_add_watch setresuid32 truncate64 ftruncate64 renameat sched_rr_get_interval_time64 remap_file_pages setfsgid setrlimit pipe2 exit preadv ugetrlimit tkill ioprio_get rename setregid ftruncate epoll_wait_old socketpair epoll_wait epoll_pwait2 write clock_getres accept timerfd_create keyctl utime epoll_create setpriority mq_getsetattr msgget setuid get_mempolicy dup3 fcntl setresgid32 timerfd_settime removexattr setuid32 epoll_ctl alarm lsetxattr getresgid32 fgetxattr riscv_flush_icache getcpu exit_group mknodat
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-networkd
	File Descriptor Store Max: 512
	File Descriptor Store Pin: restart
	File Descriptor Store Current: 0
	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: 38329
	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 system-getty.slice:
	Description: Slice /system/getty
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: fc7bfc401b414903b2a71ec389a0e7fe
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	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 dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 6c49a85c3dea42598960209ddf9d6b6b
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L_1-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount:
	Description: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 78800ca5830b4fd694d06cbb4b9e2281
	Conflicts: umount.target (origin-mountinfo)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: umount.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-tmpfiles-setup-dev.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrlock.socket:
	Description: Make TPM PCR Policy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pcrlock(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrlock.socket
	ConditionSecurity: measured-uki failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: tpm2.target (origin-file)
	References: sockets.target (origin-file)
	References: tpm2.target (origin-file)
	References: -.mount (origin-file origin-path)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: bc9386a0011a4192a01e07df22c52d3b
	Fragment Path: /usr/lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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)
	Before: plymouth-start.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: plymouth-start.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 477
			Start Timestamp: Tue 2024-05-07 15:37:55.212134 CEST
			Handoff Timestamp: 7.808ms since start
			Exit Timestamp: 30.210ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: f4c622e3923a491cb44fcb98f7fc006b
	Wants: sys-fs-fuse-connections.mount (origin-udev)
	References: sys-fs-fuse-connections.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/fuse
	Sysfs Path: /sys/module/fuse
	Found: found-udev
	udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
? Unit dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 124294d69cc74ccfbab63f553c47db53
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit soft-reboot.target:
	Description: Reboot System Userspace
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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)
	After: systemd-soft-reboot.service (origin-file)
	After: systemd-journald.service (destination-file)
	References: systemd-soft-reboot.service (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: b9432eb603ea4aeb91c140eed041ec7d
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-sysusers.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup-dev-early.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	ReferencedBy: systemd-sysusers.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 506
			Start Timestamp: Tue 2024-05-07 15:37:55.288787 CEST
			Handoff Timestamp: 4.751ms since start
			Exit Timestamp: 8.381ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/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: 501e6f3d259141bf8ba594e2d13b3b87
	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 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udev-load-credentials.service (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-settle.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: systemd-udev-load-credentials.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	References: systemd-udev-load-credentials.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysusers.service (origin-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: plymouth-start.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: continue
	ReloadSignal: HUP
	Main PID: 508
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: kill epoll_create timer_delete recvmmsg_time64 lchown sigprocmask timerfd_gettime64 getpgid getuid listen ugetrlimit flistxattr process_madvise mmap get_mempolicy fgetxattr fadvise64_64 rt_sigtimedwait inotify_init1 setgroups fchmodat openat2 shmat geteuid rt_sigaction fcntl64 oldolduname pciconfig_read set_mempolicy connect sigaction close readlink swapcontext migrate_pages renameat munlock cacheflush pselect6 inotify_init personality setitimer timer_getoverrun setsockopt set_robust_list fchown shmget setuid32 faccessat fsetxattr pidfd_open signalfd fsync capget futex_waitv olduname ioprio_set syncfs stat64 signal inotify_rm_watch chdir setregid timer_create stat getsockname ppoll munlockall s390_pci_mmio_read s390_pci_mmio_write setsid riscv_flush_icache getresuid getcwd lchown32 sched_setparam recvmmsg setresgid readdir truncate prctl sched_rr_get_interval rt_sigtimedwait_time64 io_submit timer_gettime64 fchdir setuid preadv clock_gettime64 lstat64 sendmmsg futex_time64 semctl mlock mlockall epoll_wait statx finit_module statfs64 getrandom getppid open arm_fadvise64_64 chmod oldlstat eventfd pwrite64 rt_sigpending chown rt_tgsigqueueinfo ipc io_uring_enter sched_getaffinity recvmsg pwritev mq_timedreceive_time64 signalfd4 pciconfig_write wait4 dup3 geteuid32 timerfd_create io_destroy epoll_pwait readv access io_getevents poll preadv2 getgroups32 getcpu mbind rt_sigreturn sched_yield openat sched_setscheduler kcmp iopl lremovexattr shmctl remap_file_pages mq_open sigpending getsockopt setresgid32 renameat2 pselect6_time64 sched_setaffinity pipe2 getresuid32 io_uring_register io_uring_setup truncate64 capset move_pages unshare epoll_pwait2 fstatat64 splice lstat bpf getrlimit vmsplice mkdirat process_vm_readv write getresgid lsetxattr chown32 timer_settime setpgid futimesat msgget semtimedop_time64 userfaultfd rt_sigqueueinfo pipe waitid unlink getgroups rename fadvise64 execveat getpeername utimensat time sched_get_priority_min clock_gettime shmdt socket fallocate fstat getgid recv send nice set_tls setrlimit sched_getparam sendfile64 getsid lseek nanosleep oldstat mq_unlink setgid setns ioperm getpgrp tkill getresgid32 request_key sync setresuid select recvfrom brk sysinfo pidfd_send_signal getdents memfd_create mlock2 sendfile read readlinkat alarm io_cancel timer_gettime getdents64 fstatfs sendto socketpair mq_timedsend pciconfig_iobase mmap2 _newselect getgid32 fdatasync ioctl shutdown getpriority removexattr listxattr semget timer_settime64 mkdir sched_getscheduler ftruncate epoll_ctl setreuid fremovexattr mq_timedreceive fchownat sigaltstack setfsuid rmdir mremap epoll_ctl_old unlinkat msgctl ppoll_time64 accept msync ioprio_get rseq getrusage setgid32 sched_rr_get_interval_time64 getegid32 io_pgetevents tee uname name_to_handle_at get_thread_area clone setregid32 oldfstat mq_getsetattr utimes link _llseek eventfd2 semop sync_file_range2 init_module writev pause mq_notify munmap sched_setattr vfork creat epoll_create1 lgetxattr set_thread_area accept4 socketcall getitimer linkat set_mempolicy_home_node gettimeofday getxattr get_robust_list semtimedop symlinkat epoll_wait_old fchown32 sync_file_range sendmsg futex clone3 pread64 dup2 setresuid32 setpriority getegid ftruncate64 utimensat_time64 fcntl setxattr msgsnd gettid delete_module copy_file_range io_setup bind sigsuspend timerfd_settime exit_group tgkill msgrcv setreuid32 newfstatat symlink waitpid io_pgetevents_time64 setgroups32 llistxattr statfs getuid32 setfsuid32 flock clock_getres_time64 rt_sigprocmask sigreturn rt_sigsuspend fchmodat2 mq_timedsend_time64 faccessat2 clock_nanosleep sched_getattr getpid setfsgid mknodat arch_prctl exit timerfd_gettime sched_get_priority_max mknod pwritev2 keyctl membarrier times dup inotify_add_watch clock_getres umask set_tid_address execve process_vm_writev mprotect fork add_key setfsgid32 utime restart_syscall clock_nanosleep_time64 prlimit64 timerfd_settime64 readahead close_range fstatfs64 fchmod madvise fstat64
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-udevd
			PID: 508
			Start Timestamp: Tue 2024-05-07 15:37:55.303438 CEST
			Handoff Timestamp: 31.610ms since start
	Status Text: Processing with 32 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
	IPAddressDeny: 0.0.0.0/0
? Unit systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service:
	Description: File System Check on /dev/disk/by-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0
	Instance: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 6ba9ad0a241342ffbe635503ea3c1af6
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device (origin-file)
	RequiredBy: boot.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: boot.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (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: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0
			PID: 608
			Start Timestamp: Tue 2024-05-07 15:37:55.576272 CEST
			Handoff Timestamp: 6.182ms since start
			Exit Timestamp: 17.499ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 4ffec9f348dd484995a3339cc530ec7b
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: dev-nvme0n1p2.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	Requires: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (origin-file)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: boot-efi.mount (destination-implicit destination-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: boot-efi.mount (destination-implicit destination-path)
	After: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
	After: dev-nvme0n1p2.device (origin-mountinfo)
	StopPropagatedFrom: dev-nvme0n1p2.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit origin-path)
	References: umount.target (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dev-nvme0n1p2.device (origin-mountinfo)
	References: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: boot-efi.mount (destination-implicit destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0 (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/nvme0n1p2
	File System Type: ext2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount /dev/disk/by-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0 /boot -t ext2
			PID: 690
			Start Timestamp: Tue 2024-05-07 15:37:56.263618 CEST
			Handoff Timestamp: 347us since start
			Exit Timestamp: 17.167ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit cron-mail at cron-daily-samba.service:Failure.service:
	Description: systemd-cron job mail ? cron-daily-samba.service:Failure
	Instance: cron-daily-samba.service:Failure
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-cron\x2dmail.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron-mail at .service
	Requires: system-cron\x2dmail.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-cron\x2dmail.slice (origin-file)
	OnFailureOf: cron-daily-samba.service (destination-file)
	References: system-cron\x2dmail.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: cron-daily-samba.service (destination-file)
	InSlice: system-cron\x2dmail.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	PassEnvironment: SENDMAIL
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: _cron-failure
	Group: systemd-journal
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/systemd-cron/mail_for_job cron-daily-samba.service:Failure
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-modprobe.slice:
	Description: Slice /system/modprobe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5f901331adea42f1b1bf093eddaa8d76
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: modprobe at fuse.service (destination-file)
	RequiredBy: modprobe at drm.service (destination-file)
	RequiredBy: modprobe at configfs.service (destination-file)
	RequiredBy: modprobe at loop.service (destination-file)
	RequiredBy: modprobe at dm_mod.service (destination-file)
	RequiredBy: modprobe at efi_pstore.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: modprobe at efi_pstore.service (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: modprobe at loop.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: modprobe at dm_mod.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: modprobe at drm.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at dm_mod.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at loop.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at configfs.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at fuse.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: modprobe at drm.service (destination-slice-property)
	SliceOf: modprobe at dm_mod.service (destination-slice-property)
	SliceOf: modprobe at loop.service (destination-slice-property)
	SliceOf: modprobe at efi_pstore.service (destination-slice-property)
	SliceOf: modprobe at configfs.service (destination-slice-property)
	SliceOf: modprobe at fuse.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-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: n/a
	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:systemd-machine-id-commit.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id failed
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Tue 2024-05-07 15:37:56 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: systemd-journald.socket (origin-file)
	After: first-boot-complete.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: first-boot-complete.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-cron\x2dmail.slice:
	Description: Slice /system/cron-mail
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: cron-mail at cron-dma-root-0.service:Failure.service (destination-file)
	RequiredBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-file)
	RequiredBy: cron-mail at cron-daily-samba.service:Failure.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cron-mail at cron-daily-samba.service:Failure.service (destination-file)
	Before: cron-mail at cron-dma-root-0.service:Failure.service (destination-file)
	Before: cron-mail at cron-daily-apache2.service:Failure.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-file destination-slice-property)
	ReferencedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-file destination-slice-property)
	ReferencedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: cron-mail at cron-dma-root-0.service:Failure.service (destination-slice-property)
	SliceOf: cron-mail at cron-daily-apache2.service:Failure.service (destination-slice-property)
	SliceOf: cron-mail at cron-daily-samba.service:Failure.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 time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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: man-db.timer (destination-default)
	Before: libvirt-guests.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: cron-dma-root-0.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: systemd-cron-cleaner.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: etckeeper.service (destination-file)
	Before: cron-daily-apache2.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: cron-daily-samba.timer (destination-default)
	Before: fwupd-refresh.timer (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-file origin-default)
	ReferencedBy: systemd-cron-cleaner.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: cron-dma-root-0.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: etckeeper.service (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: cron-daily-apache2.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: cron-daily-samba.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: system.slice (origin-file)
	Requires: lvm2-lvmpolld.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: lvm2-lvmpolld.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: e524e5bfaca740d69dd9816c2b52cc16
	Documentation: man:mandb(8)
	Fragment Path: /usr/lib/systemd/system/man-db.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: man-db.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: man-db.service (origin-implicit)
	References: time-set.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: man-db.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: aa6c56b98446467ab9dc5def45c57560
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /usr/lib/systemd/system/syslog.socket
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: sockets.target (origin-file)
	Before: syslog.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: syslog.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: emergency.service (origin-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: syslog.service (origin-implicit)
	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: 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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit display-manager.target:
	Description: display-manager.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: power-profiles-daemon.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device:
	Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 2cf4c62219e64679b6e98859f39a7982
	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/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
	Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
	Found: found-udev
? Unit systemd-hybrid-sleep.service:
	Description: System Hybrid Suspend+Hibernate
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-hybrid-sleep.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hybrid-sleep.service
	Requires: system.slice (origin-file)
	Requires: sleep.target (origin-file)
	RequiredBy: hybrid-sleep.target (destination-file)
	Before: hybrid-sleep.target (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sleep.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sleep.target (origin-file)
	ReferencedBy: hybrid-sleep.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-sleep hybrid-sleep
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-rfkill.service:
	Description: Load/Save RF Kill Switch Status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Exit Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Enter Timestamp: Tue 2024-05-07 15:38:00 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: aee250bea1964cc2964a6748bf740f61
	Documentation: man:systemd-rfkill.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-rfkill.service
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-rfkill.socket (destination-implicit)
	After: -.mount (origin-file origin-path)
	TriggeredBy: systemd-rfkill.socket (destination-implicit)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-rfkill.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/rfkill (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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/rfkill
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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-rfkill
			PID: 682
			Start Timestamp: Tue 2024-05-07 15:37:55.955837 CEST
			Handoff Timestamp: 2.662ms since start
			Exit Timestamp: 5.026313s since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-update-done.service:
	Description: Update is Completed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-update-done.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-update-done.service
	ConditionNeedsUpdate: |/var failed
	ConditionNeedsUpdate: |/etc failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 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: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journal-catalog-update.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (destination-file)
	After: ldconfig.service (destination-file)
	After: systemd-hwdb-update.service (destination-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)
	References: sysinit.target (origin-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtlockd-admin.socket:
	Description: libvirt locking daemon admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlockd-admin.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b087e48a22994ef0ab7a15dc8dcbf15b
	Fragment Path: /usr/lib/systemd/system/virtlockd-admin.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	BindsTo: virtlockd.socket (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: virtlockd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: virtlockd.service (origin-implicit destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: virtlockd.socket (origin-file)
	Triggers: virtlockd.service (origin-implicit)
	References: virtlockd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: virtlockd.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: virtlockd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlockd-admin-sock (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: 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: virtlockd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlockd-admin-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:02 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:02 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 6103214372404edb82cb246a52189a1e
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	Before: run-user-1000-gvfs.mount (destination-implicit)
	Before: umount.target (origin-mountinfo)
	Before: run-user-1000-doc.mount (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: swap.target (origin-mountinfo)
	After: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: swap.target (origin-mountinfo)
	ReferencedBy: run-user-1000-gvfs.mount (destination-implicit)
	ReferencedBy: run-user-1000-doc.mount (destination-implicit)
	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/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=3273968k,nr_inodes=818492,mode=700,uid=1000,gid=1000
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtvboxd.socket:
	Description: virtvboxd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirt-guests.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
? Unit tuned.service:
	Description: tuned.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: power-profiles-daemon.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
? Unit dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device:
	Description: /dev/disk/by-uuid/743eea1f-d766-439c-be53-45a641598cb5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9dcc1a9d25c44e078d17664d96189188
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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/disk/by-uuid/743eea1f-d766-439c-be53-45a641598cb5
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit accounts-daemon.service:
	Description: Accounts Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/accounts-daemon.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 047678be74bd4ef3818108d8cf7e2b49
	Fragment Path: /usr/lib/systemd/system/accounts-daemon.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Wants: nss-user-lookup.target (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file origin-path)
	References: nss-user-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-remount-fs.service (origin-file)
	References: dbus.socket (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/AccountsService (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 724
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Accounts
	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: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: GVFS_DISABLE_FUSE=1
	Environment: GIO_USE_VFS=local
	Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0775
	StateDirectory: AccountsService
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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_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
	ReadWritePaths: -/etc/gdm3/daemon.conf /etc -/var/log/lastlog -/var/log/tallylog -/var/mail
	ReadOnlyPaths: /usr/share/accountsservice/interfaces /usr/share/dbus-1/interfaces /var/log/wtmp /run/systemd/seats
	LockPersonality: yes
	SystemCallFilter: ~open_tree umount2 fsconfig mount chroot move_mount umount mount_setattr fsmount fsopen pivot_root fspick
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/accounts-daemon
			PID: 724
			Start Timestamp: Tue 2024-05-07 15:37:56.475709 CEST
			Handoff Timestamp: 82.191ms since 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: 38329
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 0740d57aa8d147fbbfd2c8c1da677b2e
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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-id/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit alsa-state.service:
	Description: Manage Sound Card State (restore and store)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:alsactl(1)
	Fragment Path: /usr/lib/systemd/system/alsa-state.service
	ConditionPathExists: /etc/alsa/state-daemon.conf failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sound.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: alsa-restore.service (destination-file)
	Before: sound.target (destination-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: sound.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s -n 19 -c rdaemon
	? ExecStop:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s kill save_and_quit
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit alsa-restore.service:
	Description: Save/Restore Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ad5682c52c364423bbe2f5500b16698b
	Documentation: man:alsactl(1)
	Fragment Path: /usr/lib/systemd/system/alsa-restore.service
	ConditionPathExistsGlob: /dev/snd/control* succeeded
	ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sound.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sound.target (destination-default)
	After: alsa-state.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: alsa-state.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: sound.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore
			PID: 725
			Start Timestamp: Tue 2024-05-07 15:37:56.476472 CEST
			Handoff Timestamp: 6.171ms since start
			Exit Timestamp: 30.483ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime store
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit remote-veritysetup.target:
	Description: Remote Verity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-veritysetup.target
	WantedBy: initrd-root-device.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: veritysetup-pre.target (origin-file)
	After: remote-fs-pre.target (origin-file)
	References: veritysetup-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-tpmrm0.device:
	Description: /dev/tpmrm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 06b15e1eb10a44a8ad2e39d60f5b2969
	Following: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device
	Following Set Member: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	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: plugged
	Device Path: /dev/tpmrm0
	Sysfs Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpmrm/tpmrm0
	Found: found-udev
? Unit dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 535c311b1d9546d3b27c22f60fd9d4d3
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	BoundBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.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-uuid/a75ad289-6ad8-4ac3-aebc-34a94cff72e4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service:
	Description: File System Check on /dev/disk/by-uuid/5AA7-BA86
	Instance: dev-disk-by\x2duuid-5AA7\x2dBA86
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: c24b66ac6d1d4562829d3d6f3d48f419
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-5AA7\x2dBA86.device (origin-file)
	RequiredBy: boot-efi.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: boot-efi.mount (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-disk-by\x2duuid-5AA7\x2dBA86.device (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: dev-disk-by\x2duuid-5AA7\x2dBA86.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	ReferencedBy: boot-efi.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: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-uuid/5AA7-BA86
			PID: 603
			Start Timestamp: Tue 2024-05-07 15:37:55.575171 CEST
			Handoff Timestamp: 7.267ms since start
			Exit Timestamp: 21.502ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit multi-user.target:
	Alias: runlevel4.target
	Alias: runlevel3.target
	Alias: runlevel2.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:59 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:59 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37: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: 8914ff0f0d2144d3a4b59e7d72b11d5f
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/multi-user.target
	Condition Timestamp: Tue 2024-05-07 15:37:59 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:59 CEST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: systemd-oomd.service (origin-file)
	Wants: virtlogd.service (origin-file)
	Wants: binfmt-support.service (origin-file)
	Wants: thermald.service (origin-file)
	Wants: cups.service (origin-file)
	Wants: libvirtd.service (origin-file)
	Wants: lm-sensors.service (origin-file)
	Wants: plymouth-quit.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: plymouth-quit-wait.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: etckeeper.timer (origin-file)
	Wants: grub-common.service (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: cups.path (origin-file)
	Wants: virtlockd.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: NetworkManager.service (origin-file)
	Wants: samba-ad-dc.service (origin-file)
	Wants: smbd.service (origin-file)
	Wants: cron.target (origin-file)
	Wants: ssh.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: machines.target (origin-file)
	Wants: mlocate.timer (origin-file)
	Wants: ModemManager.service (origin-file)
	Wants: nmbd.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: libvirt-guests.service (origin-file)
	Wants: dbus-broker.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: power-profiles-daemon.service (destination-file)
	After: systemd-user-sessions.service (origin-default)
	After: libvirtd.service (origin-default)
	After: cron.target (origin-default)
	After: getty.target (origin-default)
	After: rescue.target (origin-file)
	After: ModemManager.service (origin-default)
	After: avahi-daemon.service (origin-default)
	After: rescue.service (origin-file)
	After: plymouth-quit.service (origin-default)
	After: basic.target (origin-file origin-default)
	After: machines.target (origin-default destination-file)
	After: NetworkManager.service (origin-default)
	After: libvirt-guests.service (origin-default)
	After: lm-sensors.service (origin-default)
	After: virtlockd.service (origin-default)
	After: virtlogd.service (origin-default)
	After: etckeeper.timer (origin-default)
	After: systemd-networkd.service (destination-file)
	After: systemd-logind.service (origin-default)
	After: plymouth-quit-wait.service (origin-default)
	After: cups.service (origin-default)
	After: systemd-oomd.service (destination-file)
	After: grub-common.service (origin-default)
	After: ssh.service (origin-default)
	After: thermald.service (origin-default)
	After: cups.path (origin-default)
	References: lm-sensors.service (origin-file origin-default)
	References: plymouth-quit-wait.service (origin-file origin-default)
	References: console-setup.service (origin-file)
	References: avahi-daemon.service (origin-file origin-default)
	References: cups.path (origin-file origin-default)
	References: mlocate.timer (origin-file)
	References: NetworkManager.service (origin-file origin-default)
	References: plymouth-quit.service (origin-file origin-default)
	References: ModemManager.service (origin-file origin-default)
	References: smbd.service (origin-file)
	References: systemd-ask-password-wall.path (origin-file)
	References: libvirt-guests.service (origin-file origin-default)
	References: cron.target (origin-file origin-default)
	References: cron.service (origin-file)
	References: virtlogd.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: rescue.service (origin-file)
	References: nmbd.service (origin-file)
	References: ssh.service (origin-file origin-default)
	References: cups.service (origin-file origin-default)
	References: systemd-oomd.service (origin-file)
	References: binfmt-support.service (origin-file)
	References: systemd-logind.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: machines.target (origin-file origin-default)
	References: dbus-broker.service (origin-file)
	References: basic.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: etckeeper.timer (origin-file origin-default)
	References: thermald.service (origin-file origin-default)
	References: samba-ad-dc.service (origin-file)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: libvirtd.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: grub-common.service (origin-file origin-default)
	References: virtlockd.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: machines.target (destination-file)
	ReferencedBy: systemd-oomd.service (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: power-profiles-daemon.service (destination-file)
	ReferencedBy: systemd-networkd.service (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\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 0e086fa8d6a84efdaffda9219cee3c6a
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/pci-0000:6d:00.0-nvme-1-part/by-partuuid/095c8609-553e-41f2-8a52-51e28f0bcfe5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-initctl.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: d94672046301453dbec41877a90a22c7
	Documentation: man:systemd-initctl.socket(8)
	Fragment Path: /usr/lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: systemd-initctl.service (origin-implicit)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-initctl.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-file)
	References: systemd-initctl.service (origin-implicit)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit uuidd.service:
	Description: Daemon for generating UUIDs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:uuidd(8)
	Fragment Path: /usr/lib/systemd/system/uuidd.service
	Requires: uuidd.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: uuidd.socket (destination-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	TriggeredBy: uuidd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: uuidd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: uuidd.socket (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
	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: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: yes
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	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_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
	User: uuidd
	Group: uuidd
	DynamicUser: no
	ReadWritePaths: /var/lib/libuuid
	LockPersonality: no
	SystemCallFilter: timerfd_gettime64 fstat64 getcwd setns prctl epoll_pwait migrate_pages fadvise64_64 setpriority timer_getoverrun _llseek close setpgid lremovexattr epoll_wait_old getpid userfaultfd sync_file_range2 sched_setattr get_mempolicy setfsgid flock getpgrp clock_gettime64 llistxattr madvise getegid oldlstat fcntl64 timerfd_settime64 openat pidfd_send_signal getpgid open getuid32 rt_tgsigqueueinfo exit signalfd4 getgroups32 waitpid mmap fchmodat2 sched_setaffinity set_thread_area fsync shmctl rt_sigtimedwait_time64 rename getrandom epoll_ctl_old signal unlinkat sched_get_priority_min truncate64 rt_sigqueueinfo setregid32 sigpending faccessat2 setgroups32 renameat fork getsockname rt_sigsuspend brk sched_get_priority_max gettid ftruncate clock_getres sched_rr_get_interval close_range mlock sched_getparam timer_settime sigaltstack pidfd_open listxattr recvmsg access lgetxattr recvfrom read pselect6 dup3 sched_getscheduler execveat mremap epoll_create openat2 setregid link cacheflush mmap2 clock_nanosleep_time64 getresgid32 timer_gettime64 recv mbind accept4 semop pwrite64 io_cancel creat mq_timedreceive_time64 keyctl epoll_ctl clock_gettime statfs64 inotify_rm_watch set_tid_address uname ppoll_time64 flistxattr fcntl sigreturn setresgid lsetxattr name_to_handle_at rt_sigreturn mkdirat get_robust_list geteuid shmdt getsockopt vfork rt_sigpending getitimer execve timer_gettime mlockall semtimedop futex getrlimit setgroups utimes mknod shmget semctl pread64 arch_prctl io_uring_register clone3 restart_syscall remap_file_pages stat64 pipe2 semtimedop_time64 process_madvise mq_notify timerfd_create mkdir setxattr msgget fsetxattr rmdir move_pages newfstatat bind shutdown set_robust_list munlockall eventfd2 sigsuspend ftruncate64 rt_sigaction sched_setparam mknodat readahead getegid32 chmod sync getgid32 sysinfo unlink io_pgetevents timerfd_gettime pause ipc exit_group getuid msync setreuid32 utime getsid mq_timedsend recvmmsg_time64 setreuid kcmp msgsnd add_key sched_setscheduler set_mempolicy lstat64 renameat2 fstatat64 fstatfs64 nice setresuid32 getgid io_setup fchownat readv fadvise64 setfsuid msgrcv connect mq_unlink sync_file_range sched_yield times pselect6_time64 listen get_thread_area getrusage epoll_create1 utimensat_time64 rseq request_key setresuid dup pwritev2 readlinkat utimensat setitimer mq_timedsend_time64 mprotect setgid32 memfd_create setsockopt sigprocmask oldfstat tee futex_time64 recvmmsg capset alarm swapcontext ioprio_get wait4 removexattr riscv_flush_icache getgroups io_pgetevents_time64 munlock prlimit64 preadv socketcall epoll_wait sendmmsg lchown32 eventfd faccessat fstat getdents64 inotify_add_watch timer_settime64 getpeername send sendmsg preadv2 timer_create sendfile64 mq_timedreceive readlink _newselect unshare sendfile chown setfsgid32 nanosleep clock_getres_time64 futimesat pipe splice lstat chown32 io_uring_setup oldstat socket pwritev write setuid32 statx getcpu oldolduname truncate rt_sigprocmask statfs tkill ppoll fchown32 fallocate readdir fremovexattr inotify_init1 lchown setsid arm_fadvise64_64 lseek select rt_sigtimedwait getresuid timerfd_settime futex_waitv io_getevents olduname getdents copy_file_range fchmod getppid mlock2 io_uring_enter accept getxattr ioprio_set linkat umask setresgid32 munmap setgid mq_open ioctl setuid inotify_init personality chdir io_submit fstatfs epoll_pwait2 syncfs sched_getattr kill mq_getsetattr getpriority sched_rr_get_interval_time64 io_destroy clock_nanosleep fchmodat symlink sched_getaffinity fchown time msgctl ugetrlimit timer_delete gettimeofday semget membarrier set_tls capget fdatasync setrlimit poll geteuid32 sigaction writev process_vm_writev getresuid32 set_mempolicy_home_node shmat dup2 socketpair setfsuid32 getresgid symlinkat signalfd clone fgetxattr vmsplice waitid process_vm_readv tgkill fchdir sendto stat
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/uuidd --socket-activation --cont-clock
	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: 38329
	DevicePolicy: closed
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 1b7b42afcef04c3782da596f17a00217
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/swap.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: run-user-1000.mount (destination-mountinfo)
	Before: tmp.mount (destination-file)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-file destination-default)
	After: dev-nuc8\x2dvg-swap_1.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	After: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-default)
	After: dev-dm\x2d2.swap (destination-default)
	After: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (origin-default destination-default)
	References: shutdown.target (origin-default)
	References: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (origin-file origin-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: dev-dm\x2d2.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-default)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-default)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-ask-password-plymouth.path:
	Description: Forward Password Requests to Plymouth Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 4c70c53533ba4addbe7bcea0baf2c0d2
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-plymouth.path
	ConditionVirtualization: !container succeeded
	ConditionPathExists: /run/plymouth/pid succeeded
	ConditionKernelCommandLine: !nosplash succeeded
	ConditionKernelCommandLine: !plymouth.enable=0 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: plymouth-start.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: basic.target (origin-file)
	Before: systemd-ask-password-plymouth.service (origin-implicit)
	After: -.mount (origin-file origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-plymouth.service (origin-implicit)
	References: plymouth-start.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: basic.target (origin-file)
	References: systemd-ask-password-plymouth.service (origin-implicit)
	ReferencedBy: plymouth-start.service (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-plymouth.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
? Unit hibernate.target:
	Description: System Hibernation
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/hibernate.target
	Requires: systemd-hibernate.service (origin-file)
	Wants: grub-common.service (origin-file)
	Before: grub-common.service (destination-file)
	After: systemd-hibernate.service (origin-file)
	References: grub-common.service (origin-file)
	References: systemd-hibernate.service (origin-file)
	ReferencedBy: grub-common.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit modprobe at dm_mod.service:
	Description: Load Kernel Module dm_mod
	Instance: dm_mod
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:56 CEST
	May GC: yes
	Need Daemon Reload: no
	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: 1bd46f85ef874c9facf5bd404c3ff220
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-repart.service (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-repart.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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 dm_mod
			PID: 684
			Start Timestamp: Tue 2024-05-07 15:37:55.982814 CEST
			Handoff Timestamp: 20.668ms since start
			Exit Timestamp: 9.702ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/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: c1cd4a4bc10e47299800db88d7316dd5
	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 succeeded
	ConditionPathExists: |/usr/bin/dbus-daemon succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Wants: user.slice (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: modprobe at drm.service (origin-file)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: modprobe at drm.service (origin-file)
	After: user.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: modprobe at drm.service (origin-file)
	References: user.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-remount-fs.service (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: dbus.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: session-2.scope (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /run/systemd/seats (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 735
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	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: set_tid_address epoll_wait mbind read memfd_create arch_prctl unlink statfs mq_timedreceive_time64 sync_file_range2 waitid io_setup clock_gettime timerfd_settime fchdir clone3 munmap add_key setgid recv clock_nanosleep_time64 chown mkdirat prctl sched_rr_get_interval timer_gettime64 setfsuid lgetxattr setresgid sched_setparam process_madvise pipe2 getgroups setregid sendto exit process_vm_readv lsetxattr getdents set_robust_list get_robust_list timerfd_gettime64 sched_setscheduler kcmp writev sendmsg setrlimit getcwd sigreturn inotify_init1 setgid32 accept restart_syscall msgrcv migrate_pages ioctl keyctl setuid32 shmget sched_get_priority_min timer_delete setgroups setpriority tkill rt_sigqueueinfo getpeername clone futex_waitv semtimedop recvmmsg_time64 openat2 capget timer_settime mq_timedsend preadv sync statfs64 write fgetxattr pipe setfsuid32 rt_sigtimedwait_time64 socketcall eventfd lchown32 _newselect semop sigprocmask capset sched_getattr fstatat64 clock_getres mlock2 rt_tgsigqueueinfo lremovexattr setresgid32 io_uring_enter fstat64 umask msgsnd fadvise64_64 mq_getsetattr ppoll mmap2 brk symlink lchown setuid msgget getitimer setresuid vmsplice sched_setattr io_getevents pidfd_open signal shmdt io_uring_setup chmod fstatfs64 mmap setresuid32 epoll_wait_old rt_sigaction request_key close_range creat getpriority mremap socket socketpair copy_file_range dup3 mprotect uname userfaultfd getpid sched_setaffinity timer_create semtimedop_time64 link ppoll_time64 readdir getgroups32 fstat swapcontext shmat ipc utimensat_time64 getcpu readlink gettid getrlimit getegid32 semget getrusage waitpid ftruncate64 remap_file_pages rmdir pidfd_send_signal geteuid32 io_submit getgid fadvise64 sched_yield symlinkat fsetxattr sched_get_priority_max fstatfs renameat wait4 utimensat futex pselect6 rt_sigreturn sched_rr_get_interval_time64 faccessat2 semctl recvmsg clock_nanosleep getrandom pwritev2 setreuid removexattr send syncfs fdatasync epoll_ctl sigaction membarrier mq_open setfsgid mlock lstat fallocate poll bind rt_sigsuspend setregid32 fcntl fork ioprio_set truncate64 recvfrom epoll_ctl_old vfork time sigpending oldfstat io_pgetevents_time64 getuid32 chdir getppid openat geteuid set_mempolicy statx setfsgid32 signalfd4 mknodat gettimeofday set_tls setsockopt clock_getres_time64 pause msgctl rt_sigpending flock eventfd2 futimesat stat lstat64 flistxattr sigsuspend times sendfile64 pwrite64 newfstatat getresuid epoll_create1 getuid exit_group open fchmodat2 getresgid32 _llseek olduname dup setreuid32 msync madvise setxattr utime get_mempolicy rt_sigprocmask riscv_flush_icache fchown32 nice getdents64 mq_unlink timerfd_create readv io_destroy kill fchownat getsid access io_uring_register futex_time64 sendmmsg inotify_init sched_getparam mq_timedreceive unlinkat fchmodat readlinkat sync_file_range pselect6_time64 ioprio_get readahead ugetrlimit inotify_add_watch execveat mq_notify sigaltstack inotify_rm_watch getpgrp llistxattr sched_getaffinity set_thread_area getxattr linkat arm_fadvise64_64 tee epoll_create munlock recvmmsg pwritev getpgid prlimit64 mknod getegid alarm accept4 lseek splice getresuid32 unshare timer_getoverrun truncate sched_getscheduler fcntl64 rt_sigtimedwait mlockall signalfd tgkill process_vm_writev mkdir timerfd_gettime getresgid listxattr name_to_handle_at epoll_pwait2 cacheflush getsockname stat64 fchown timer_settime64 close munlockall fsync preadv2 get_thread_area setgroups32 io_pgetevents timer_gettime pread64 epoll_pwait utimes setpgid sysinfo oldolduname dup2 getgid32 select timerfd_settime64 renameat2 fchmod clock_gettime64 faccessat rseq setitimer chown32 connect ftruncate setns nanosleep listen set_mempolicy_home_node execve mq_timedsend_time64 setsid oldstat shutdown oldlstat rename personality sendfile io_cancel shmctl getsockopt fremovexattr move_pages
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-logind
			PID: 735
			Start Timestamp: Tue 2024-05-07 15:37:56.499618 CEST
			Handoff Timestamp: 80.004ms since start
	Status Text: Processing requests...
	File Descriptor Store Max: 768
	File Descriptor Store Pin: restart
	File Descriptor Store Current: 10
	File Descriptor Store Entry: 'session-2-device-13-66' (type=chr; dev=0:6; inode=538; rdev=13:66; path=/dev/input/event2; access=rw)
	                             'session-2-device-13-65' (type=chr; dev=0:6; inode=537; rdev=13:65; path=/dev/input/event1; access=rw)
	                             'session-2-device-13-67' (type=chr; dev=0:6; inode=539; rdev=13:67; path=/dev/input/event3; access=rw)
	                             'session-2-device-13-68' (type=chr; dev=0:6; inode=540; rdev=13:68; path=/dev/input/event4; access=rw)
	                             'session-2-device-13-69' (type=chr; dev=0:6; inode=542; rdev=13:69; path=/dev/input/event5; access=rw)
	                             'session-2-device-13-64' (type=chr; dev=0:6; inode=536; rdev=13:64; path=/dev/input/event0; access=rw)
	                             'session-2-device-13-70' (type=chr; dev=0:6; inode=543; rdev=13:70; path=/dev/input/event6; access=rw)
	                             'session-2-device-226-1' (type=chr; dev=0:6; inode=274; rdev=226:1; path=/dev/dri/card1; access=rw)
	                             'session-3-leader-fd' (type=reg; dev=0:5; inode=1841; rdev=0:0; path=pidfd:[1841]; access=rw)
	                             'session-2-leader-fd' (type=reg; dev=0:5; inode=1796; rdev=0:0; path=pidfd:[1796]; 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: 38329
	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-drm rw
	DeviceAllow: char-/dev/console rw
	DeviceAllow: block-* r
	IPAddressDeny: ::/0
	IPAddressDeny: 0.0.0.0/0
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device:
	Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 26b8eea4d58c4ff3bf8076cac164e202
	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/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
	Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
	Found: found-udev
? Unit nslcd.service:
	Description: nslcd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: cups.service (destination-file)
	ReferencedBy: cups.service (destination-file)
? Unit gnome-remote-desktop.service:
	Description: GNOME Remote Desktop
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/gnome-remote-desktop.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 676a1e485fc64e20ac5ae4dd7c341e83
	Fragment Path: /usr/lib/systemd/system/gnome-remote-desktop.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 729
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.gnome.RemoteDesktop
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: gnome-remote-desktop
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/gnome-remote-desktop-daemon --system
			PID: 729
			Start Timestamp: Tue 2024-05-07 15:37:56.482621 CEST
			Handoff Timestamp: 36.506ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-systemd\x2dfsck.slice:
	Description: Slice /system/systemd-fsck
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5527b4e32ef54c2583dfcd26fe8a8270
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.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 console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: 877d85c0ab934213ab7667c13daa7e85
	Documentation: https://docs.kernel.org/filesystems/debugfs.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/debug succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
			PID: 474
			Start Timestamp: Tue 2024-05-07 15:37:55.208608 CEST
			Handoff Timestamp: 6.288ms since start
			Exit Timestamp: 34.835ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5900ae7545d041cfa863b5512e472965
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart2.device
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.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-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-journal-catalog-update.service:
	Description: Rebuild Journal Catalog
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journal-catalog-update.service
	ConditionNeedsUpdate: /var failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 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: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit home.mount:
	Description: home.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 4736c4c23fd4476a8a17b5b8773804af
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.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-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn
	Sysfs Path: /sys/devices/virtual/block/dm-2
	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: n/a
	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: /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: initrd-fs.target (origin-file)
	After: system.slice (origin-file)
	After: initrd-root-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: initrd.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: initrd-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-root-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.target (origin-file)
	References: initrd.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 18eb5eaf09c54e92aa5ac827dd32e8f8
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.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/pci-0000:6d:00.0-nvme-1-part/by-partuuid/d1abfe41-51fc-4647-92cb-ed75a12f4ead
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:sulogin(8)
	Fragment Path: /usr/lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-file origin-path)
	RequiredBy: emergency.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	Before: initrd-switch-root.target (destination-file)
	Before: emergency.target (destination-file)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-file)
	After: sysinit.target (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: syslog.socket (destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: rescue.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-ask-password-console.service (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase.service:
	Description: TPM PCR Barrier (User)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pcrphase.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrphase.service
	ConditionSecurity: measured-uki failed
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (origin-file)
	After: remote-cryptsetup.target (origin-file)
	After: sysinit.target (origin-default)
	After: tpm2.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: remote-cryptsetup.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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 dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 2fbc883f7b114e7f92a86a925c9689e8
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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 auto-cpufreq.service:
	Description: auto-cpufreq.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: power-profiles-daemon.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
? Unit dev-tpm0.device:
	Description: /dev/tpm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 538a81a5998544d5a43e6128f8a0b5cb
	Following: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device
	Following Set Member: sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/tpm0
	Sysfs Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0
	Found: found-udev
? Unit plymouth-switch-root.service:
	Description: Plymouth switch root service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: /usr/lib/systemd/system/plymouth-switch-root.service
	ConditionPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Before: initrd-switch-root.service (origin-file)
	After: system.slice (origin-file)
	References: initrd-switch-root.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: null
	StandardError: null
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/plymouth update-root-fs --new-root-dir=/sysroot
	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: 38329
	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: n/a
	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: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: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	References: systemd-hibernate-resume.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-root-device.target (origin-file)
	ReferencedBy: systemd-bsod.service (destination-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 3be0643718284749879db967b737412a
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit cron-dma-root-0.timer:
	Description: [Timer] "*/10 *	* * *	root	[ -x /usr/sbin/dma ] && /usr/sbin/dma -q"
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:40:02 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 102866e8d44c42aa989e43e3c8f9cb17
	Documentation: man:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-dma-root-0.timer
	Source Path: /etc/cron.d/dma
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	PartOf: cron.target (origin-file)
	WantedBy: cron.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: cron-dma-root-0.service (origin-implicit)
	Before: cron.target (destination-default)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: cron-dma-root-0.service (origin-implicit)
	References: cron-dma-root-0.service (origin-implicit)
	References: cron.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-default)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	ReferencedBy: cron.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-dma-root-0.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* *:00,10,20,30,40,50:00
? Unit systemd-repart.service:
	Description: Repartition Root Disk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-repart.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-repart.service
	ConditionDirectoryNotEmpty: |/sysusr/usr/local/lib/repart.d failed
	ConditionDirectoryNotEmpty: |/sysusr/usr/lib/repart.d failed
	ConditionDirectoryNotEmpty: |/run/repart.d failed
	ConditionDirectoryNotEmpty: |/etc/repart.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/repart.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/repart.d failed
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: modprobe at dm_mod.service (origin-file)
	Wants: modprobe at loop.service (origin-file)
	WantedBy: initrd-root-fs.target (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-root-fs.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: modprobe at dm_mod.service (origin-file)
	After: system.slice (origin-file)
	After: modprobe at loop.service (origin-file)
	After: initrd-usr-fs.target (origin-file)
	After: systemd-tpm2-setup-early.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: modprobe at dm_mod.service (origin-file)
	References: modprobe at loop.service (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-usr-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-root-fs.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-root-fs.target (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-repart --dry-run=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: 38329
	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-nvme\x2deui.0025385981b18889\x2dpart1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 46203874e961485a90fa3bba0e72803c
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/nvme-eui.0025385981b18889-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit sockets.target:
	Description: Socket Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: d1b68750b2144739a45ad3731f569f00
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sockets.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: libvirtd-ro.socket (origin-file)
	Wants: avahi-daemon.socket (origin-file)
	Wants: systemd-coredump.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: virtlockd.socket (origin-file)
	Wants: cups.socket (origin-file)
	Wants: systemd-sysext.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: systemd-oomd.socket (origin-file)
	Wants: uuidd.socket (origin-file)
	Wants: virtlogd.socket (origin-file)
	Wants: pcscd.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: libvirtd-admin.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-pcrextend.socket (origin-file)
	Wants: virtlockd-admin.socket (origin-file)
	Wants: systemd-creds.socket (origin-file)
	Wants: systemd-pcrlock.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: virtlogd-admin.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-hostnamed.socket (origin-file)
	Wants: libvirtd.socket (origin-file)
	Wants: sshd-unix-local.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: systemd-networkd.socket (destination-file)
	After: systemd-creds.socket (destination-file)
	After: systemd-pcrextend.socket (destination-file)
	After: uuidd.socket (origin-default destination-default)
	After: systemd-journald.socket (destination-file)
	After: avahi-daemon.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	After: virtlockd-admin.socket (origin-default destination-default)
	After: systemd-udevd-kernel.socket (destination-file)
	After: libvirtd-admin.socket (origin-default destination-default)
	After: systemd-initctl.socket (destination-file)
	After: systemd-sysext.socket (destination-file)
	After: cups.socket (origin-default destination-default)
	After: libvirtd.socket (origin-default destination-default)
	After: systemd-hostnamed.socket (origin-default destination-default)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-oomd.socket (destination-file)
	After: virtlogd-admin.socket (origin-default destination-default)
	After: virtlockd.socket (origin-default destination-default)
	After: dbus.socket (origin-default destination-default)
	After: pcscd.socket (origin-default destination-default)
	After: syslog.socket (destination-file)
	After: systemd-pcrlock.socket (destination-file)
	After: systemd-journald-audit.socket (destination-file)
	After: virtlogd.socket (origin-default destination-default)
	After: libvirtd-ro.socket (origin-default destination-default)
	After: sshd-unix-local.socket (origin-default destination-default)
	References: uuidd.socket (origin-file origin-default)
	References: systemd-hostnamed.socket (origin-file origin-default)
	References: dm-event.socket (origin-file)
	References: systemd-creds.socket (origin-file)
	References: virtlogd.socket (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: systemd-initctl.socket (origin-file)
	References: libvirtd-ro.socket (origin-file origin-default)
	References: systemd-coredump.socket (origin-file)
	References: systemd-oomd.socket (origin-file)
	References: virtlockd.socket (origin-file origin-default)
	References: systemd-sysext.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: libvirtd.socket (origin-file origin-default)
	References: pcscd.socket (origin-file origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: cups.socket (origin-file origin-default)
	References: virtlockd-admin.socket (origin-file origin-default)
	References: dbus.socket (origin-file origin-default)
	References: avahi-daemon.socket (origin-file origin-default)
	References: systemd-pcrlock.socket (origin-file)
	References: libvirtd-admin.socket (origin-file origin-default)
	References: sshd-unix-local.socket (origin-file origin-default)
	References: virtlogd-admin.socket (origin-file origin-default)
	References: systemd-pcrextend.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-pcrextend.socket (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-pcrlock.socket (destination-file)
	ReferencedBy: systemd-creds.socket (destination-file)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: systemd-sysext.socket (destination-file)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: systemd-oomd.socket (destination-file)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	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: n/a
	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: /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: initrd-root-fs.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: emergency.target (origin-file)
	ReferencedBy: initrd-fs.target (destination-file)
	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-irreversibly
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e9e51f9e646a45538b8e752c69143632
	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 succeeded
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	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: -.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: first-boot-complete.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (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)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 505
			Start Timestamp: Tue 2024-05-07 15:37:55.288134 CEST
			Handoff Timestamp: 4.306ms since start
			Exit Timestamp: 9.748ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e1fcbd80115c4dd29a62cd01b3c4b998
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/nss-user-lookup.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	WantedBy: accounts-daemon.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: cups.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit sleep.target:
	Description: Sleep
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sleep.target
	RequiredBy: systemd-hybrid-sleep.service (destination-file)
	RequiredBy: systemd-hibernate.service (destination-file)
	RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
	RequiredBy: systemd-suspend.service (destination-file)
	Before: systemd-hybrid-sleep.service (destination-file)
	Before: systemd-hibernate.service (destination-file)
	Before: systemd-suspend-then-hibernate.service (destination-file)
	Before: systemd-suspend.service (destination-file)
	ReferencedBy: systemd-hybrid-sleep.service (destination-file)
	ReferencedBy: systemd-hibernate.service (destination-file)
	ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
	ReferencedBy: systemd-suspend.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit ModemManager.service:
	Alias: dbus-org.freedesktop.ModemManager1.service
	Description: Modem Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/ModemManager.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c01cab5eeab44351a816223cf8953e6f
	Fragment Path: /usr/lib/systemd/system/ModemManager.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: polkit.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file 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: -.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: dbus.socket (origin-file)
	After: polkit.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: polkit.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: tmp.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 815
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ModemManager1
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: yes
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_net_admin cap_sys_admin
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/ModemManager
			PID: 815
			Start Timestamp: Tue 2024-05-07 15:37:56.609300 CEST
			Handoff Timestamp: 14.080ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit boot-efi.mount:
	Description: /boot/efi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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-efi.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: cd349596a33a4f46827a366ce56e5a6c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot-efi.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-implicit origin-path)
	Requires: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: boot.mount (origin-implicit origin-path)
	Requires: dev-nvme0n1p1.device (origin-mountinfo)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
	After: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: boot.mount (origin-implicit origin-path)
	After: -.mount (origin-file origin-implicit origin-path)
	After: blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target (origin-file)
	After: dev-nvme0n1p1.device (origin-mountinfo)
	StopPropagatedFrom: dev-nvme0n1p1.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit origin-path)
	References: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
	References: dev-nvme0n1p1.device (origin-mountinfo)
	References: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: boot.mount (origin-implicit origin-path)
	References: blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-uuid/5AA7-BA86 (origin-file)
	RequiresMountsFor: /boot (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: /boot/efi
	What: /dev/nvme0n1p1
	File System Type: vfat
	Options: rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount /dev/disk/by-uuid/5AA7-BA86 /boot/efi -t vfat -o umask=0077
			PID: 694
			Start Timestamp: Tue 2024-05-07 15:37:56.282582 CEST
			Handoff Timestamp: 4.498ms since start
			Exit Timestamp: 12.277ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit virtlogd.service:
	Description: libvirt logging daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlogd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: f2a6d13d5c8941d3896ab6bbd408f56e
	Documentation: man:virtlogd(8)
	Documentation: https://libvirt.org/
	Fragment Path: /usr/lib/systemd/system/virtlogd.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: virtlogd-admin.socket (origin-file)
	BindsTo: virtlogd.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: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: virtlogd.socket (origin-file destination-implicit)
	After: virtlogd-admin.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: virtlogd-admin.socket (destination-implicit)
	TriggeredBy: virtlogd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: virtlogd-admin.socket (origin-file)
	References: shutdown.target (origin-default)
	References: virtlogd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	ReferencedBy: virtlogd.socket (destination-implicit)
	ReferencedBy: virtlogd-admin.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 740
	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: 0077
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: VIRTLOGD_ARGS=
	EnvironmentFile: -/etc/default/virtlogd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_override cap_dac_read_search cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: ~bpf swapoff kexec_load clock_adjtime acct chown setdomainname setreuid fspick perf_event_open pivot_root sgetmask lock umount2 s390_pci_mmio_write mount s390_pci_mmio_read vm86old lchown32 setfsuid32 vhangup ftime iopl pciconfig_read ioperm kexec_file_load _sysctl delete_module fanotify_mark stty stime subpage_prot modify_ldt getpmsg profil gtty mount_setattr bdflush setfsuid pciconfig_iobase ssetmask prof fchownat security capset adjtimex s390_runtime_instr rtas init_module setgroups idle switch_endian mpx afs_syscall pidfd_getfd vserver query_module lookup_dcookie create_module clock_adjtime64 ustat fchown lchown tuxcall putpmsg quotactl_fd break get_kernel_syms move_mount setuid32 fsconfig setresuid32 settimeofday setuid clock_settime64 finit_module umount swapon fanotify_init ptrace setgroups32 setreuid32 chroot open_tree setresuid clock_settime ulimit open_by_handle_at nfsservctl fsopen vm86 chown32 reboot sethostname fchown32 sysfs pciconfig_write quotactl fsmount uselib
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/virtlogd "\$VIRTLOGD_ARGS"
			PID: 740
			Start Timestamp: Tue 2024-05-07 15:37:56.510308 CEST
			Handoff Timestamp: 82.418ms since start
	? ExecReload:
		Command Line: /bin/kill -USR1 "\$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: 38329
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1f.6-net-eno1.device:
	Description: Ethernet Connection (6) I219-V
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 6021676839d14ed9a17520682c240868
	Following Set Member: sys-subsystem-net-devices-eno1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1f.6/net/eno1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.6/net/eno1
	Found: found-udev
? Unit blockdev at dev-nvme0n1p2.target:
	Description: Block Device Preparation for /dev/nvme0n1p2
	Instance: dev-nvme0n1p2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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 systemd-quotacheck.service:
	Description: systemd-quotacheck.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	After: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
? Unit fwupd-refresh.timer:
	Description: Refresh fwupd metadata regularly
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 810afb43f9f848ea8f9aa7bf6572300c
	Fragment Path: /usr/lib/systemd/system/fwupd-refresh.timer
	DropIn Path: /etc/systemd/system/fwupd-refresh.timer.d/weekly.conf
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fwupd-refresh.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: fwupd-refresh.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: fwupd-refresh.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-set.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: fwupd-refresh.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Mon *-*-* 00:00:00
? Unit dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9c2f58249b1e486a8a151a4c09463714
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/095c8609-553e-41f2-8a52-51e28f0bcfe5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit dev-disk-by\x2ddiskseq-1\x2dpart2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 98b13f43bc0f486abced80293486d6d6
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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-diskseq/1-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit dev-snd-controlC0.device:
	Description: /dev/snd/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5784b50d673d4c80b5350869832ca280
	Following: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1f.3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/controlC0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 13d23898227142cda04fd95576aa973f
	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 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-quotacheck-root.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck-root.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 509
			Start Timestamp: Tue 2024-05-07 15:37:55.321277 CEST
			Handoff Timestamp: 7.223ms since start
			Exit Timestamp: 104.454ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-dm\x2d2.swap:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 2f2d5e149ea6453b847069974273f2ec
	Following: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap
	Following Set Member: dev-nuc8\x2dvg-swap_1.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: -.mount (origin-implicit origin-path)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit origin-path)
	References: umount.target (origin-default)
	References: swap.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/dm-2 (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-2
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:38:36 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Exit Timestamp: Tue 2024-05-07 15:38:36 CEST
	Inactive Enter Timestamp: Tue 2024-05-07 15:38:36 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: 85d85fbbde1945bd81d1ffec706accfc
	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
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-hostnamed.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-hostnamed.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-hostnamed.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: stopping
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	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: fadvise64 pread64 pipe capget truncate madvise fcntl64 sysinfo getuid32 msgctl setgid wait4 socket epoll_pwait2 stat clock_getres access rmdir sigpending sigaction process_vm_readv timerfd_settime64 rt_sigqueueinfo recvmmsg readlinkat fdatasync set_robust_list timer_settime64 oldlstat setfsuid sched_rr_get_interval_time64 removexattr lstat getegid shmdt futimesat exit_group memfd_create stat64 waitid signal membarrier llistxattr getpgid utimes setresgid getgroups32 fsetxattr lgetxattr vfork eventfd munlock clock_nanosleep mq_unlink fremovexattr ioprio_get sched_get_priority_max inotify_init sendmsg kcmp mlock sendfile64 ugetrlimit io_setup epoll_ctl_old unlinkat alarm process_madvise set_mempolicy get_mempolicy ioprio_set faccessat2 chown ppoll_time64 getrandom msgget uname semop readv pause inotify_init1 utimensat pwrite64 getrusage fstatfs64 msgsnd io_submit copy_file_range mq_open mremap openat2 sched_getscheduler clone get_robust_list geteuid setresgid32 capset request_key geteuid32 exit syncfs chdir sethostname rt_sigtimedwait_time64 epoll_ctl mq_timedsend_time64 fork rt_sigaction chmod mlock2 sched_setscheduler rt_sigtimedwait getdents fstatat64 mprotect oldstat arch_prctl unlink timer_delete statfs munlockall timerfd_gettime io_destroy accept4 setregid32 epoll_wait semtimedop rt_tgsigqueueinfo lstat64 getresgid32 oldolduname process_vm_writev setuid32 shutdown tee recvfrom oldfstat writev move_pages getcwd set_tid_address keyctl setgid32 set_thread_area getgroups openat fchown riscv_flush_icache lremovexattr flistxattr mkdir getppid fchmodat2 userfaultfd arm_fadvise64_64 statx mmap2 send connect setgroups getresuid32 sched_getattr getresuid pidfd_open setfsuid32 futex_time64 mq_timedreceive rt_sigprocmask mknod kill nice getxattr getpeername shmget readahead listxattr sigprocmask sched_getparam splice get_thread_area setresuid close fchmod sendto msgrcv semtimedop_time64 sendmmsg timer_settime fgetxattr set_tls sched_yield creat setpgid fchownat migrate_pages clone3 clock_getres_time64 futex getuid io_pgetevents setuid clock_gettime64 fchown32 signalfd lsetxattr setrlimit ipc pselect6 semget rt_sigpending setgroups32 getsid shmat mq_timedreceive_time64 _newselect sched_setattr sync remap_file_pages nanosleep io_uring_register pidfd_send_signal sched_getaffinity faccessat read sched_rr_get_interval timer_gettime renameat2 dup3 getegid32 inotify_rm_watch utime newfstatat inotify_add_watch prctl semctl getdents64 ppoll munmap bind setsockopt fsync getitimer io_getevents execveat setxattr socketcall rename getsockname epoll_create fchmodat getgid mkdirat getresgid linkat sigsuspend timer_getoverrun vmsplice mmap ioctl pipe2 flock clock_gettime lchown chown32 rseq rt_sigreturn listen socketpair set_mempolicy_home_node tkill link name_to_handle_at close_range io_uring_setup shmctl eventfd2 setfsgid poll mbind fchdir waitpid statfs64 setns epoll_wait_old fstat pwritev2 sync_file_range truncate64 getpgrp setpriority mlockall sched_setparam rt_sigsuspend getpriority renameat getsockopt timerfd_settime fcntl readdir lseek setresuid32 timer_gettime64 getgid32 fstatfs mq_notify fadvise64_64 pwritev pselect6_time64 preadv2 signalfd4 futex_waitv fallocate timer_create readlink dup2 prlimit64 mknodat setreuid32 msync getcpu gettimeofday open select brk write cacheflush mq_getsetattr lchown32 swapcontext olduname setsid preadv setreuid gettid personality recv symlink time timerfd_gettime64 sendfile utimensat_time64 execve restart_syscall getrlimit clock_nanosleep_time64 io_pgetevents_time64 _llseek setitimer times ftruncate io_uring_enter epoll_pwait ftruncate64 epoll_create1 sched_get_priority_min umask sigreturn accept tgkill recvmmsg_time64 sync_file_range2 unshare sigaltstack timerfd_create getpid add_key symlinkat fstat64 sched_setaffinity io_cancel setregid mq_timedsend recvmsg setfsgid32 dup
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-hostnamed
			PID: 763
			Start Timestamp: Tue 2024-05-07 15:37:56.541225 CEST
			Handoff Timestamp: 67.165ms since start
			Exit Timestamp: 39.961625s since handoff
			Exit Code: exited
			Exit Status: 0
	Status Text: Shutting down...
	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: 38329
	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
	IPAddressDeny: 0.0.0.0/0
? Unit modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:55 CEST
	May GC: yes
	Need Daemon Reload: no
	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: aa5e3513dd1244379fc8be47aa92fdee
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 482
			Start Timestamp: Tue 2024-05-07 15:37:55.220813 CEST
			Handoff Timestamp: 7.305ms since start
			Exit Timestamp: 29.817ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit pcscd.service:
	Description: PC/SC Smart Card Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:pcscd(8)
	Fragment Path: /usr/lib/systemd/system/pcscd.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: pcscd.socket (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: pcscd.socket (destination-implicit)
	After: basic.target (origin-default)
	TriggeredBy: pcscd.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pcscd.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: pcscd.socket (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/pcscd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/pcscd --foreground --auto-exit "\$PCSCD_ARGS"
	? ExecReload:
		Command Line: /usr/sbin/pcscd --hotplug
	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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 108444ab521f4241b1303211515b1a84
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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/pci-0000:6d:00.0-nvme-1-part/by-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit blockdev at dev-mapper-nvme0n1p3_crypt.target:
	Description: Block Device Preparation for /dev/mapper/nvme0n1p3_crypt
	Instance: dev-mapper-nvme0n1p3_crypt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d0c13a0226f04f64b54fc6faf2ccfeb9
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/blockdev at .target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	WantedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device:
	Description: /dev/disk/by-id/dm-name-nuc8--vg-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d0bc39f5538e4585b6838e57db00147d
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.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-nuc8--vg-swap_1
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device:
	Description: /dev/disk/by-uuid/8491b0e5-b991-44cc-8825-55748fc5cf21
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 6679b33d9daa445d9d94c79e391f5a15
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.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/8491b0e5-b991-44cc-8825-55748fc5cf21
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit NetworkManager-wait-online.service:
	Description: Network Manager Wait Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:00 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: 7fc31fa6e88a4b3999222ca1e5224d91
	Documentation: man:NetworkManager-wait-online.service(8)
	Fragment Path: /usr/lib/systemd/system/NetworkManager-wait-online.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: NetworkManager.service (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: network-online.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: NetworkManager.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: system.slice (origin-file origin-slice-property)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: NetworkManager.service (origin-file)
	ReferencedBy: network-online.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: NM_ONLINE_TIMEOUT=60
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/nm-online -s -q
			PID: 836
			Start Timestamp: Tue 2024-05-07 15:37:56.891862 CEST
			Handoff Timestamp: 1.169ms since start
			Exit Timestamp: 3.162699s since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:29 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-fsckd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 117122eb3f95406dbd2a3ae6d983a5ed
	Documentation: man:systemd-fsckd.service(8)
	Documentation: man:systemd-fsck at .service(8)
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsckd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-fsckd.service (origin-implicit)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/fsck.progress (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-fsckd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/systemd/fsck.progress
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit xencommons.service:
	Description: xencommons.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirtd.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
? Unit dev-nuc8\x2dvg-swap_1.swap:
	Description: /dev/nuc8-vg/swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 3354e2c4970043e789ccbaee5fa3e86a
	Following: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap
	Following Set Member: dev-dm\x2d2.swap
	Requires: -.mount (origin-implicit origin-path)
	Requires: system.slice (origin-file)
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit origin-path)
	References: umount.target (origin-default)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: swap.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/nuc8-vg/swap_1 (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/nuc8-vg/swap_1
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: ssh.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
? Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-upgrade.service (destination-file)
	Before: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
? Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: dfde30a7482b4531a295d77951960df4
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/cryptsetup.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: cryptsetup-pre.target (destination-file)
	References: shutdown.target (origin-default)
	References: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: cryptsetup-pre.target (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit initrd-root-device.target:
	Description: Initrd Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-root-device.target
	AssertPathExists: /etc/initrd-release untested
	Wants: remote-cryptsetup.target (origin-file)
	Wants: remote-veritysetup.target (origin-file)
	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: remote-veritysetup.target (origin-file)
	References: shutdown.target (origin-file)
	References: emergency.target (origin-file)
	References: remote-cryptsetup.target (origin-file)
	ReferencedBy: systemd-battery-check.service (destination-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 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b1cad463ebb14501a77069564297fb4e
	Fragment Path: /usr/lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: avahi-daemon.socket (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: avahi-daemon.socket (destination-implicit)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: avahi-daemon.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: avahi-daemon.socket (origin-file)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 726
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 726
			Start Timestamp: Tue 2024-05-07 15:37:56.477585 CEST
			Handoff Timestamp: 5.670ms since start
	? 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: 38329
	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: n/a
	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:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	After: time-set.target (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: time-set.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit modprobe at fuse.service:
	Description: Load Kernel Module fuse
	Instance: fuse
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:55 CEST
	May GC: yes
	Need Daemon Reload: no
	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: 504667553a6a4f4983ec86f9ca319b9e
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 486
			Start Timestamp: Tue 2024-05-07 15:37:55.224121 CEST
			Handoff Timestamp: 6.765ms since start
			Exit Timestamp: 27.971ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron.service:
	Description: cron.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: n/a
	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/cron.service
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
? 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: n/a
	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: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: systemd-journal-flush.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: local-fs.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-firstboot.service:
	Description: First Boot Wizard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-firstboot(1)
	Fragment Path: /usr/lib/systemd/system/systemd-firstboot.service
	ConditionFirstBoot: yes failed
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Tue 2024-05-07 15:37:56 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: shutdown.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysusers.service (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: first-boot-complete.target (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-nuc8\x2d\x2dvg\x2droot.device:
	Description: /dev/mapper/nuc8--vg-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 4a5f9a9c0d984aaa995ad635c8c6531b
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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/nuc8--vg-root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev,found-mount
? Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: 67ebf280d7534e6ab365ff868278d18b
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/user.slice
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-1000.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: user-1000.slice (destination-implicit)
	After: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	ReferencedBy: user-1000.slice (destination-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	InSlice: -.slice (origin-implicit)
	SliceOf: user-1000.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 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: c6a65fde3cf040adbb0fb1a4d35c60ac
	Fragment Path: /usr/lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	After: time-set.target (origin-default)
	Triggers: e2scrub_all.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: e2scrub_all.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: time-set.target (origin-default)
	References: shutdown.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: e2scrub_all.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Sun *-*-* 03:10:00
? Unit systemd-pcrmachine.service:
	Description: TPM PCR Machine ID Measurement
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pcrmachine.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrmachine.service
	ConditionSecurity: measured-uki failed
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Tue 2024-05-07 15:37:55 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: sysinit.target (origin-file)
	After: tpm2.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-journald.socket (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit graphical.target:
	Alias: runlevel5.target
	Alias: default.target
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:59 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:59 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37: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: ef7c7881048744cb9b84a31bc7e39f86
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/graphical.target
	Condition Timestamp: Tue 2024-05-07 15:37:59 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:59 CEST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: gdm.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: accounts-daemon.service (origin-file)
	Wants: udisks2.service (origin-file)
	Wants: power-profiles-daemon.service (origin-file)
	Wants: gnome-remote-desktop.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: accounts-daemon.service (origin-default)
	After: udisks2.service (origin-default)
	After: gdm.service (origin-file origin-default)
	After: rescue.target (origin-file)
	After: power-profiles-daemon.service (origin-default)
	After: rescue.service (origin-file)
	After: multi-user.target (origin-file origin-default)
	After: e2scrub_reap.service (origin-default)
	After: gnome-remote-desktop.service (origin-default)
	References: rescue.target (origin-file)
	References: rescue.service (origin-file)
	References: udisks2.service (origin-file origin-default)
	References: e2scrub_reap.service (origin-file origin-default)
	References: accounts-daemon.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: gnome-remote-desktop.service (origin-file origin-default)
	References: gdm.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: power-profiles-daemon.service (origin-file origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: ba02530dd7a44f16ad9f023fc9031e1f
	Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device
	Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-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/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
	Found: found-udev
? Unit dev-nvme0n1p1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 7ef90e263a7a43d3ac447787aef7dd9a
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	RequiredBy: boot-efi.mount (destination-mountinfo)
	Before: boot-efi.mount (destination-mountinfo)
	PropagatesStopTo: boot-efi.mount (destination-mountinfo)
	ReferencedBy: boot-efi.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/nvme0n1p1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev,found-mount
? Unit cron-daily-apache2.service:
	Description: [Cron] /etc/cron.daily/apache2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-daily-apache2.service
	Source Path: /etc/cron.daily/apache2
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: cron-daily-apache2.timer (destination-implicit)
	After: sysinit.target (origin-default)
	OnFailure: cron-mail at cron-daily-apache2.service:Failure.service (origin-file)
	TriggeredBy: cron-daily-apache2.timer (destination-implicit)
	References: cron-mail at cron-daily-apache2.service:Failure.service (origin-file)
	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: cron-daily-apache2.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
	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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: cron
	SyslogLevel: info
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /etc/cron.daily/apache2
	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: 38329
	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: Displays emergency message in full screen.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-battery-check.service (origin-file)
	References: shutdown.target (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 5a2238356f3747058b2f0595256d0bef
	Documentation: man:systemd-ssh-generator(8)
	Fragment Path: /run/systemd/generator/sshd-unix-local.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-default)
	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: sshd-unix-local.socket
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit run-credentials-systemd\x2dsysctl.service.mount:
	Description: run-credentials-systemd\x2dsysctl.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 817d77962aa04b24ab7b14c95fdd4827
	Conflicts: umount.target (origin-mountinfo)
	Before: systemd-sysctl.service (destination-file)
	Before: umount.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: systemd-sysctl.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-sysctl.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-fs.target
	AssertPathExists: /etc/initrd-release untested
	WantedBy: initrd.target (destination-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: initrd-switch-root.target (destination-file)
	After: initrd-parse-etc.service (origin-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: initrd-parse-etc.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-switch-root.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 systemd-hostnamed.socket:
	Description: Hostname Service Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:36 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/systemd-hostnamed.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 32b25dff020c4225aab51f0359e83d12
	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: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-hostnamed.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	Triggers: systemd-hostnamed.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	References: systemd-hostnamed.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit libvirtd-admin.socket:
	Description: libvirt legacy monolithic daemon admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:39:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/libvirtd-admin.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: ba1cb13091a24a1bae7e5f708ac7100e
	Fragment Path: /usr/lib/systemd/system/libvirtd-admin.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	BindsTo: libvirtd.socket (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-implicit destination-file)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: libvirtd.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: libvirtd.service (origin-implicit)
	References: libvirtd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/libvirt-admin-sock (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: 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: libvirtd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/libvirt-admin-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-nuc8\x2dvg-root.device:
	Description: /dev/nuc8-vg/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: f47eaf573fbc4edb9a484eac7cf7e4c8
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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/nuc8-vg/root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit dev-nvme0n1p3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 24405781c43841558e0dca94d55da329
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1p3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit hybrid-sleep.target:
	Description: Hybrid Suspend+Hibernate
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/hybrid-sleep.target
	Requires: systemd-hybrid-sleep.service (origin-file)
	Wants: grub-common.service (origin-file)
	Before: grub-common.service (destination-file)
	After: systemd-hybrid-sleep.service (origin-file)
	References: grub-common.service (origin-file)
	References: systemd-hybrid-sleep.service (origin-file)
	ReferencedBy: grub-common.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap:
	Description: /dev/disk/by-id/dm-name-nuc8--vg-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: f9d42ba0ee9942a5b966850dffaef7b4
	Following: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-nuc8\x2dvg-swap_1.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: swap.target (origin-default)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: -.mount (origin-implicit origin-path)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-id/dm-name-nuc8--vg-swap_1 (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-nuc8--vg-swap_1
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device:
	Description: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e943a2110c674bb29190af1b980931ad
	Following Set Member: dev-tpm0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0
	Sysfs Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0
	Found: found-udev
? Unit system76-power.service:
	Description: system76-power.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: power-profiles-daemon.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
? Unit dev-mapper-nvme0n1p3_crypt.device:
	Description: /dev/mapper/nvme0n1p3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c3dd95997d76417993d44d34c2d3e009
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.device
	DropIn Path: /run/systemd/generator/dev-mapper-nvme0n1p3_crypt.device.d/40-device-timeout.conf
	Requires: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
	References: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/nvme0n1p3_crypt
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit systemd-pcrextend.socket:
	Description: TPM PCR Measurements
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pcrextend(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrextend.socket
	ConditionSecurity: measured-uki failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: tpm2.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: tpm2.target (origin-file)
	References: sockets.target (origin-file)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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\x2d0.device:
	Description: /sys/devices/virtual/block/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d45948e8a1804531af6c7e7b5ce8fcf6
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-mapper-nvme0n1p3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.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 network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:00 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:00 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: 79513103bb9d42bba089157fa7aa41bf
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /usr/lib/systemd/system/network-online.target
	Condition Timestamp: Tue 2024-05-07 15:38:00 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:00 CEST
	Assert Result: yes
	Wants: NetworkManager-wait-online.service (origin-file)
	WantedBy: home-roderich-Music.mount (destination-mountinfo)
	WantedBy: fwupd-refresh.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: home-roderich-Music.mount (destination-mountinfo)
	Before: fwupd-refresh.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	After: network.target (origin-file)
	After: NetworkManager-wait-online.service (origin-default destination-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: NetworkManager-wait-online.service (origin-file origin-default)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: home-roderich-Music.mount (destination-mountinfo)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: NetworkManager-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 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 07c9459075884b71b05edfa3aaf083c9
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.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/disk/by-id/dm-uuid-LVM-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit network-pre.target:
	Description: Preparation for Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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: NetworkManager.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: network.target (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit gdm.service:
	Alias: gdm3.service
	Alias: display-manager.service
	Description: GNOME Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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/gdm.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 49a09b790222413d909005a905c8a578
	Fragment Path: /usr/lib/systemd/system/gdm.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: plymouth-quit.service (origin-file)
	Conflicts: getty at tty1.service (origin-file)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	After: getty at tty1.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: console-setup.service (destination-file)
	After: sysinit.target (origin-default)
	After: rc-local.service (origin-file)
	After: plymouth-quit.service (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: plymouth-quit.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: shutdown.target (origin-default)
	References: getty at tty1.service (origin-file)
	References: dbus.socket (origin-file)
	References: rc-local.service (origin-file)
	References: plymouth-quit.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: console-setup.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 885
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.gnome.DisplayManager
	Bus Name Good: yes
	RestartSec: 1s
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/locale
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/share/gdm/generate-config
			PID: 851
			Start Timestamp: Tue 2024-05-07 15:37:56.976415 CEST
			Handoff Timestamp: 12.379ms since start
			Exit Timestamp: 42.292ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStart:
		Command Line: /usr/sbin/gdm3
			PID: 885
			Start Timestamp: Tue 2024-05-07 15:37:57.031557 CEST
			Handoff Timestamp: 5.179ms since start
	? ExecReload:
		Command Line: /usr/share/gdm/generate-config
		Command Line: /bin/kill -SIGHUP "\$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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit binfmt-support.service:
	Description: Enable support for additional executable binary formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: c444235c529e40768cfde509805c84e2
	Documentation: man:update-binfmts(8)
	Fragment Path: /usr/lib/systemd/system/binfmt-support.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: local-fs.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: systemd-binfmt.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.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
	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: yes
	ProtectClock: yes
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	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
	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_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: yes
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/update-binfmts --enable
			PID: 713
			Start Timestamp: Tue 2024-05-07 15:37:56.325468 CEST
			Handoff Timestamp: 19.679ms since start
			Exit Timestamp: 3.210ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/sbin/update-binfmts --disable
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ef9bb210142d4e5fb6195582a923c8d2
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /usr/lib/systemd/system/network.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: NetworkManager.service (destination-file)
	WantedBy: wpa_supplicant.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ssh.service (destination-file)
	Before: cups.service (destination-file)
	Before: home-roderich-Music.mount (destination-mountinfo)
	Before: rc-local.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: network-online.target (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: network-pre.target (origin-file)
	After: wpa_supplicant.service (destination-file)
	After: NetworkManager.service (destination-file)
	References: shutdown.target (origin-default)
	References: network-pre.target (origin-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: home-roderich-Music.mount (destination-mountinfo)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit suspend.target:
	Description: Suspend
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/suspend.target
	Requires: systemd-suspend.service (origin-file)
	Wants: grub-common.service (origin-file)
	Before: grub-common.service (destination-file)
	After: systemd-suspend.service (origin-file)
	References: systemd-suspend.service (origin-file)
	References: grub-common.service (origin-file)
	ReferencedBy: grub-common.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit virt-guest-shutdown.target:
	Description: libvirt guests shutdown target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 307a782eb4b54b46a689f5f111242def
	Documentation: https://libvirt.org/
	Fragment Path: /usr/lib/systemd/system/virt-guest-shutdown.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	RequiredBy: libvirt-guests.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit mlocate.timer:
	Description: mlocate.timer
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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)
	ReferencedBy: multi-user.target (destination-file)
? Unit user-runtime-dir at 1000.service:
	Description: User Runtime Directory /run/user/1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:02 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:02 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38: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: user-1000.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: eebc44c20b424824ad68c3683fcf907f
	Documentation: man:user at .service(5)
	Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Tue 2024-05-07 15:38:02 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:02 CEST
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: session-2.scope (destination-file)
	BoundBy: user at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	After: user-1000.slice (origin-file)
	After: basic.target (origin-default)
	After: dbus-broker.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	InSlice: user-1000.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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 1000
			PID: 1536
			Start Timestamp: Tue 2024-05-07 15:38:02.843738 CEST
			Handoff Timestamp: 368us since start
			Exit Timestamp: 9.977ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 1000
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit veritysetup-pre.target:
	Description: Local Verity Protected Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/veritysetup-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: veritysetup.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: remote-veritysetup.target (destination-file)
	References: shutdown.target (origin-default)
	References: veritysetup.target (origin-file)
	ReferencedBy: remote-veritysetup.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? 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: n/a
	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: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-udev-trigger.service (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: systemd-udevd.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udev-trigger.service (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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
	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: systemd-repart.service (destination-file)
	Before: initrd.target (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-repart.service (destination-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 modprobe at configfs.service:
	Description: Load Kernel Module configfs
	Instance: configfs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:55 CEST
	May GC: yes
	Need Daemon Reload: no
	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: 765d2230845f4b1d87845e1a737d9aa5
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 480
			Start Timestamp: Tue 2024-05-07 15:37:55.218077 CEST
			Handoff Timestamp: 5.738ms since start
			Exit Timestamp: 27.099ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:03 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:02 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:03 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: user-1000.slice
	CGroup: /user.slice/user-1000.slice/user at 1000.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: 3d8933bd69574adaaf9d9934ecee88f6
	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
	DropIn Path: /usr/lib/systemd/system/user at .service.d/10-oomd-user-service-defaults.conf
	Condition Timestamp: Tue 2024-05-07 15:38:02 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:02 CEST
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: systemd-oomd.service (origin-file)
	BindsTo: user-runtime-dir at 1000.service (origin-file)
	RequiredBy: session-2.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	After: basic.target (origin-default)
	After: user-runtime-dir at 1000.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-oomd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus-broker.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-1000.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus-broker.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-oomd.service (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-2.scope (destination-file)
	InSlice: user-1000.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify-reload
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: continue
	ReloadSignal: HUP
	Main PID: 1541
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd --user
			PID: 1541
			Start Timestamp: Tue 2024-05-07 15:38:02.856267 CEST
			Handoff Timestamp: 14.597ms since start
	Status Text: Reached basic.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: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: cpu memory pids
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: kill
	ManagedOOMMemoryPressureLimit: 50.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: skip
	CoredumpReceive: no
	DelegateSubgroup: init.scope
	MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /usr/lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-networkd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-networkd.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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap:
	Description: /dev/mapper/nuc8--vg-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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-nuc8\x2d\x2dvg\x2dswap_1.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b13862bb1ecf4b91ae9187253d192e4a
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-nuc8\x2dvg-swap_1.swap
	Fragment Path: /run/systemd/generator/dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: swap.target (destination-file)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device (origin-file)
	After: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	References: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: swap.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/nuc8--vg-swap_1 (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/nuc8--vg-swap_1
	From /proc/swaps: yes
	From fragment: yes
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecActivate:
		Command Line: /sbin/swapon --fixpgsz -o sw /dev/mapper/nuc8--vg-swap_1
			PID: 602
			Start Timestamp: Tue 2024-05-07 15:37:55.572250 CEST
			Handoff Timestamp: 6.395ms since start
			Exit Timestamp: 11.158ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: shutdown.target (origin-file)
	References: dm-event.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: 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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-oomd.socket:
	Description: Userspace Out-Of-Memory (OOM) Killer Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-oomd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: e040646397064eb8a0efe20253383a05
	Documentation: man:systemd-oomd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-oomd.socket
	ConditionPathExists: /proc/pressure/memory succeeded
	ConditionPathExists: /proc/pressure/io succeeded
	ConditionPathExists: /proc/pressure/cpu succeeded
	ConditionControlGroupController: memory succeeded
	ConditionControlGroupController: v2 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: systemd-oomd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sockets.target (origin-file)
	Before: systemd-oomd.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-oomd.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-file)
	References: systemd-oomd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-oomd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/oom/io.systemd.ManagedOOM (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: no
	PassFileDescriptorsToExec: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-oomd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/systemd/oom/io.systemd.ManagedOOM
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 6d619aae89bb4bee9bafed60b6104d25
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/machines.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 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: multi-user.target (origin-file)
	References: shutdown.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
	Target State: active
? Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 386d3746f0d64df3a16ea75c25700b63
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-fs.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	Wants: home-roderich-Music.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: home-roderich-Music.mount (origin-file)
	References: shutdown.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: var-lib-machines.mount (origin-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 1f06bf1608a0418eb64ca9880d91249b
	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 failed
	ConditionKernelCommandLine: |rd.modules-load failed
	ConditionKernelCommandLine: |modules_load failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/lib/modules-load.d succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-sysctl.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 489
			Start Timestamp: Tue 2024-05-07 15:37:55.231830 CEST
			Handoff Timestamp: 13.571ms since start
			Exit Timestamp: 17.140ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: c5362230b16c4af18534ec89bcb5c1f9
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/basic.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: timers.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: slices.target (origin-file)
	RequiredBy: multi-user.target (destination-file)
	RequiredBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (destination-default)
	Before: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	Before: cron-dma-root-0.service (destination-default)
	Before: gnome-remote-desktop.service (destination-default)
	Before: systemd-machined.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: bluetooth.service (destination-default)
	Before: fwupd-refresh.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	Before: man-db.service (destination-default)
	Before: colord.service (destination-default)
	Before: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: virtlockd.service (destination-default)
	Before: plocate-updatedb.service (destination-default)
	Before: virtlogd.service (destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: alsa-restore.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: cron-update.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: ModemManager.service (destination-default)
	Before: power-profiles-daemon.service (destination-default)
	Before: systemd-hostnamed.service (destination-default)
	Before: alsa-state.service (destination-default)
	Before: upower.service (destination-default)
	Before: cron-daily-apache2.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: thermald.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: getty at tty1.service (destination-default)
	Before: uuidd.service (destination-default)
	Before: NetworkManager-wait-online.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: cron-daily-samba.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: plymouth-quit-wait.service (destination-default)
	Before: gdm.service (destination-default)
	Before: ssh.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: grub-common.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: cups.service (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: libvirtd.service (destination-default)
	Before: systemd-pcrphase.service (destination-default)
	Before: pcscd.service (destination-default)
	Before: systemd-cron-cleaner.service (destination-default)
	Before: initrd.target (destination-file destination-default)
	Before: polkit.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: slices.target (origin-file origin-default)
	After: paths.target (origin-file origin-default)
	After: tmp.mount (origin-file)
	After: sockets.target (origin-file origin-default)
	After: dbus-broker.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: sysinit.target (origin-file origin-default)
	References: paths.target (origin-file origin-default)
	References: slices.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-file origin-default)
	References: sysinit.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: tmp.mount (origin-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: gnome-remote-desktop.service (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: cron-daily-apache2.service (destination-default)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: cron-daily-samba.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: cron-dma-root-0.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: cron-update.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: grub-common.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: initrd.target (destination-file destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: systemd-cron-cleaner.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: thermald.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: power-profiles-daemon.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: bluetooth.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 dev-disk-by\x2ddiskseq-1\x2dpart1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 52f73a33dc944027ad8a7bc180c3c7f2
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit dbus-broker.service:
	Alias: dbus.service
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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-broker.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: b94f72f8cc524677bc718d60c0ac36af
	Documentation: man:dbus-broker-launch(1)
	Fragment Path: /usr/lib/systemd/system/dbus-broker.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-file origin-path)
	Wants: tmp.mount (origin-path)
	Wants: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: NetworkManager.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: wpa_supplicant.service (destination-file)
	Before: basic.target (origin-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: shutdown.target (origin-file)
	After: dbus.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: tmp.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dbus.socket (origin-file destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: tmp.mount (origin-path)
	References: dbus.socket (origin-file)
	References: basic.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 721
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: 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
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	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/dbus-broker-launch --scope system --audit
			PID: 721
			Start Timestamp: Tue 2024-05-07 15:37:56.443631 CEST
			Handoff Timestamp: 9.214ms since start
	? ExecReload:
		Command Line: /usr/bin/busctl call org.freedesktop.DBus /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: 38329
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit thermald.service:
	Alias: dbus-org.freedesktop.thermald.service
	Description: Thermal Daemon Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/thermald.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 14b8d6a766e84e3080db807edae39e98
	Fragment Path: /usr/lib/systemd/system/thermald.service
	ConditionVirtualization: no succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	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: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 737
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.thermald
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/thermald --systemd --dbus-enable --adaptive
			PID: 737
			Start Timestamp: Tue 2024-05-07 15:37:56.502327 CEST
			Handoff Timestamp: 13.372ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit tlp.service:
	Description: tlp.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: power-profiles-daemon.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
? Unit systemd-update-utmp.service:
	Description: Record System Boot/Shutdown in UTMP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 9ccc82531d2145eeab44da88a6400554
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /usr/lib/systemd/system/systemd-update-utmp.service
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: system.slice (origin-file)
	After: auditd.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: auditd.service (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/log/wtmp (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-utmp reboot
			PID: 717
			Start Timestamp: Tue 2024-05-07 15:37:56.340196 CEST
			Handoff Timestamp: 4.675ms since start
			Exit Timestamp: 6.665ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/lib/systemd/systemd-update-utmp 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-net-virbr0.device:
	Description: /sys/devices/virtual/net/virbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:57 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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: f3e007d1521d49ecba24ae6f4fab89ef
	Following Set Member: sys-subsystem-net-devices-virbr0.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/net/virbr0
	Sysfs Path: /sys/devices/virtual/net/virbr0
	Found: found-udev
? Unit systemd-udev-trigger.service:
	Description: Coldplug All udev Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 74454cd9a06a42759a797b87e45b534d
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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: initrd-udevadm-cleanup-db.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: plymouth-start.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd-kernel.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 493
			Start Timestamp: Tue 2024-05-07 15:37:55.240244 CEST
			Handoff Timestamp: 15.648ms since start
			Exit Timestamp: 176.629ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-udevd-control.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: a02165b7391842d38997ab0d6f3473f9
	Documentation: man:systemd-udevd-control.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /usr/lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: systemd-udevd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit cron-dma-root-0.service:
	Description: [Cron] "*/10 *	* * *	root	[ -x /usr/sbin/dma ] && /usr/sbin/dma -q"
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:40:02 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:40:02 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:40:02 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: 98c8f94fca064273bd2367205b182bfe
	Documentation: man:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-dma-root-0.service
	Source Path: /etc/cron.d/dma
	Condition Timestamp: Tue 2024-05-07 15:40:02 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:40:02 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: cron-dma-root-0.timer (destination-implicit)
	After: sysinit.target (origin-default)
	OnFailure: cron-mail at cron-dma-root-0.service:Failure.service (origin-file)
	TriggeredBy: cron-dma-root-0.timer (destination-implicit)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: cron-mail at cron-dma-root-0.service:Failure.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: cron-dma-root-0.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
	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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: cron
	SyslogLevel: info
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /bin/sh /run/systemd/generator/cron-dma-root-0.sh
			PID: 2873
			Start Timestamp: Tue 2024-05-07 15:40:02.575815 CEST
			Handoff Timestamp: 634us since start
			Exit Timestamp: 26.774ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit fwupd-refresh.service:
	Description: Refresh fwupd metadata and update motd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:fwupdmgr(1)
	Fragment Path: /usr/lib/systemd/system/fwupd-refresh.service
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: fwupd-refresh.timer (destination-implicit)
	After: basic.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: fwupd-refresh.timer (destination-implicit)
	References: -.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: fwupd-refresh.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/cache/fwupdmgr (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
	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: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: read-only
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	CacheDirectory: fwupdmgr
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	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
	User: fwupd-refresh
	DynamicUser: no
	LockPersonality: no
	SystemCallFilter: ~pivot_root move_mount umount mount_setattr umount2 fsopen fspick mount open_tree fsconfig chroot fsmount
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/fwupdmgr refresh
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device:
	Description: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpmrm/tpmrm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 8b3d97eb52f144efb1164cac2e73e5a6
	Following Set Member: dev-tpmrm0.device
	Wants: tpm2.target (origin-udev)
	References: tpm2.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpmrm/tpmrm0
	Sysfs Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpmrm/tpmrm0
	Found: found-udev
	udev SYSTEMD_WANTS: tpm2.target
? Unit dev-dm\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 28fd8eaa2b03407889255f7a3b697411
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-mapper-nvme0n1p3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.device
	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
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device:
	Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9175e38faa384ec4bf1dbdb7c2b12b1f
	Following Set Member: dev-ttyS3.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/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
	Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
	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: n/a
	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: /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: plymouth-switch-root.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: initrd-switch-root.target (destination-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-switch-root.target (origin-file)
	ReferencedBy: plymouth-switch-root.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 77b51820fdb24451afd72192cec1642c
	Fragment Path: /usr/lib/systemd/system/apt-daily.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	After: time-set.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: apt-daily.service (origin-implicit)
	References: time-set.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: apt-daily.service (origin-implicit)
	References: timers.target (origin-default)
	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
	OnCalendar: *-*-* 06,18:00:00
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 895363296ac2490a86df031466279a89
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	WantedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	WantedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: systemd-hibernate-resume.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: run-user-1000.mount (destination-mountinfo)
	Before: boot.mount (destination-mountinfo)
	Before: local-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: run-user-1000-doc.mount (destination-mountinfo)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: boot-efi.mount (destination-mountinfo)
	Before: var-lib-machines.mount (destination-mount-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	Before: run-user-1000-gvfs.mount (destination-mountinfo)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: dm-event.service (destination-file)
	After: systemd-hibernate-resume.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: systemd-hibernate-resume.service (destination-file)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: run-user-1000-doc.mount (destination-mountinfo)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit sys-devices-pci0000:00-0000:00:14.3-net-wlp0s20f3.device:
	Description: Cannon Point-LP CNVi [Wireless-AC]
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 965828add0cb4d75909caa4f248b42c6
	Following Set Member: sys-subsystem-net-devices-wlp0s20f3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
	Found: found-udev
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 8d2de4dd0f3948fbb01314ce39d1c877
	Following: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-nuc8\x2dvg-swap_1.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-default)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: swap.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn (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-JBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 3d502b41b1e64ab8b5137d54d1cd77af
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit run-credentials-systemd\x2dsysusers.service.mount:
	Description: run-credentials-systemd\x2dsysusers.service.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-sysusers.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
? 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: n/a
	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: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
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: e2scrub_all.timer (destination-implicit)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtxend.socket:
	Description: virtxend.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirt-guests.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: b9ee958ea8c14afcbd0084a10fd592c2
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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: /sys/devices/virtual/block/dm-1
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? Unit dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 9aed859b1d634653bef87b3b761fd9ff
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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-partuuid/7954ba6e-2078-4c97-ad16-43c0f1eeaadb
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit systemd-update-utmp-runlevel.service:
	Description: Record Runlevel Change in UTMP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:59 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:59 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:59 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: 12e44c3769514af09bafa717740c0676
	Documentation: man:systemd-update-utmp-runlevel.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /usr/lib/systemd/system/systemd-update-utmp-runlevel.service
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:59 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:59 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: rescue.target (destination-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: graphical.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-update-utmp.service (origin-file)
	After: multi-user.target (origin-file)
	After: system.slice (origin-file)
	After: rescue.target (origin-file)
	After: -.mount (origin-file origin-path)
	References: systemd-update-utmp.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	References: graphical.target (origin-file)
	References: shutdown.target (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rescue.target (origin-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/log/wtmp (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-utmp runlevel
			PID: 1475
			Start Timestamp: Tue 2024-05-07 15:37:59.615748 CEST
			Handoff Timestamp: 462us since start
			Exit Timestamp: 6.668ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-soft-reboot.service:
	Description: Reboot System Userspace
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-soft-reboot.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-soft-reboot.service
	Success Action: soft-reboot-force
	Requires: system.slice (origin-file)
	Requires: shutdown.target (origin-file)
	Requires: umount.target (origin-file)
	Requires: final.target (origin-file)
	RequiredBy: soft-reboot.target (destination-file)
	Before: soft-reboot.target (destination-file)
	After: umount.target (origin-file)
	After: system.slice (origin-file)
	After: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: final.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: final.target (origin-file)
	ReferencedBy: soft-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit tmp.mount:
	Description: Temporary Directory (/tmp)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 08340a31e9584d10ad26ac3c281c49b7
	Documentation: https://systemd.io/TEMPORARY_DIRECTORIES
	Documentation: man:file-hierarchy(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /etc/systemd/system/tmp.mount
	ConditionPathIsSymbolicLink: !/tmp succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: systemd-oomd.service (destination-file destination-path)
	WantedBy: systemd-timesyncd.service (destination-file destination-path)
	WantedBy: polkit.service (destination-file destination-path)
	WantedBy: systemd-hostnamed.service (destination-file destination-path)
	WantedBy: systemd-logind.service (destination-file destination-path)
	WantedBy: man-db.service (destination-file destination-path)
	WantedBy: e2scrub_reap.service (destination-file destination-path)
	WantedBy: power-profiles-daemon.service (destination-file destination-path)
	WantedBy: dbus-broker.service (destination-path)
	WantedBy: bluetooth.service (destination-file destination-path)
	WantedBy: colord.service (destination-file)
	WantedBy: logrotate.service (destination-file destination-path)
	WantedBy: upower.service (destination-file)
	WantedBy: plocate-updatedb.service (destination-file destination-path)
	WantedBy: basic.target (destination-file)
	WantedBy: ModemManager.service (destination-file destination-path)
	Conflicts: umount.target (origin-file)
	Before: systemd-hostnamed.service (destination-file destination-path)
	Before: man-db.service (destination-file destination-path)
	Before: plocate-updatedb.service (destination-file destination-path)
	Before: systemd-oomd.service (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: power-profiles-daemon.service (destination-file destination-path)
	Before: local-fs.target (origin-file)
	Before: dbus-broker.service (destination-path)
	Before: logrotate.service (destination-file destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: bluetooth.service (destination-file destination-path)
	Before: umount.target (origin-file)
	Before: basic.target (destination-file)
	Before: polkit.service (destination-file destination-path)
	Before: colord.service (destination-file)
	Before: ModemManager.service (destination-file destination-path)
	Before: upower.service (destination-file)
	Before: e2scrub_reap.service (destination-file destination-path)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: swap.target (origin-file)
	After: system.slice (origin-file)
	References: swap.target (origin-file)
	References: local-fs.target (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: plocate-updatedb.service (destination-file destination-path)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: polkit.service (destination-file destination-path)
	ReferencedBy: power-profiles-daemon.service (destination-file destination-path)
	ReferencedBy: man-db.service (destination-file destination-path)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: systemd-hostnamed.service (destination-file destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	ReferencedBy: bluetooth.service (destination-file destination-path)
	ReferencedBy: systemd-oomd.service (destination-file destination-path)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file destination-path)
	ReferencedBy: dbus-broker.service (destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (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: /tmp
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev
			PID: 692
			Start Timestamp: Tue 2024-05-07 15:37:56.279031 CEST
			Handoff Timestamp: 4.617ms since start
			Exit Timestamp: 2.280ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit etckeeper.service:
	Description: Autocommit of changes in /etc directory
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:etckeeper(8)
	Fragment Path: /usr/lib/systemd/system/etckeeper.service
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: time-sync.target (origin-file)
	After: local-fs.target (origin-file)
	After: etckeeper.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: etckeeper.timer (destination-implicit)
	References: time-sync.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: etckeeper.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: /etc/etckeeper/daily
	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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 72ea8f2f63734ba5a5fad2228f1c0b88
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.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/pci-0000:6d:00.0-nvme-1-part/by-uuid/a75ad289-6ad8-4ac3-aebc-34a94cff72e4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: f3e694d358e44bcf8436bb669c1848cd
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
	ConditionPathExists: !/etc/initrd-release succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: shutdown.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
	OnUnitActiveSec: 1d
	OnBootSec: 15min
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 4ccb3ac30293424d8858637b93427e5d
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: a47681afafee41c3bf7d707fba47427f
	Following: sys-devices-virtual-misc-rfkill.device
	Following Set Member: sys-devices-virtual-misc-rfkill.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/rfkill
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
? Unit smbd.service:
	Description: smbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: gdm.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: plymouth-quit.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: plymouth-quit.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device:
	Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: cd8b0208daf34e28a07ed25023cae33e
	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/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
	Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
	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: n/a
	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:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-sysusers.service
	ConditionCredential: |sysusers.extra failed
	ConditionNeedsUpdate: |/etc failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	After: run-credentials-systemd\x2dsysusers.service.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup-dev-early.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-update-done.service (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: run-credentials-systemd\x2dsysusers.service.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	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: n/a
	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: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: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-switch-root.target (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: da8076ccedef4221a390d11da926d5e0
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-udevd.service (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (origin-file)
	References: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-switch-root.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 499
			Start Timestamp: Tue 2024-05-07 15:37:55.262160 CEST
			Handoff Timestamp: 6.961ms since start
			Exit Timestamp: 14.507ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 83453fcc782d4b309f30223b452ac720
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-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-partuuid/d1abfe41-51fc-4647-92cb-ed75a12f4ead
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: initrd-parse-etc.service (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: initrd-switch-root.target (destination-file)
	After: emergency.service (origin-file)
	After: sysinit.target (destination-file)
	OnFailureOf: initrd-parse-etc.service (destination-file)
	OnFailureOf: initrd-root-device.target (destination-file)
	OnFailureOf: initrd-cleanup.service (destination-file)
	OnFailureOf: initrd-usr-fs.target (destination-file)
	OnFailureOf: initrd-switch-root.service (destination-file)
	OnFailureOf: initrd-root-fs.target (destination-file)
	OnFailureOf: initrd-fs.target (destination-file)
	OnFailureOf: initrd.target (destination-file)
	OnFailureOf: local-fs.target (destination-file)
	OnFailureOf: systemd-fsck-root.service (destination-file)
	References: shutdown.target (origin-default)
	References: emergency.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: df88e35ca0e14a50ac09d5cb7a68510b
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sysinit.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: blk-availability.service (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: systemd-tpm2-setup.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: systemd-hibernate-clear.service (origin-file)
	Wants: systemd-repart.service (origin-file)
	Wants: systemd-pcrphase.service (origin-file)
	Wants: systemd-pcrmachine.service (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: plymouth-read-write.service (origin-file)
	Wants: plymouth-start.service (origin-file)
	Wants: systemd-tpm2-setup-early.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev-early.service (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: ldconfig.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: veritysetup.target (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: tpm2.target (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: systemd-pcrphase-sysinit.service (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: systemd-update-done.service (origin-file)
	Wants: systemd-firstboot.service (origin-file)
	Wants: integritysetup.target (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: systemd-journal-catalog-update.service (origin-file)
	RequiredBy: libvirtd.socket (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: pcscd.service (destination-default)
	RequiredBy: plocate-updatedb.timer (destination-default)
	RequiredBy: virtlogd.socket (destination-default)
	RequiredBy: gdm.service (destination-default)
	RequiredBy: uuidd.service (destination-default)
	RequiredBy: bluetooth.service (destination-default)
	RequiredBy: cron-daily-samba.service (destination-default)
	RequiredBy: cron-update.path (destination-default)
	RequiredBy: grub-common.service (destination-default)
	RequiredBy: fwupd-refresh.timer (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: fstrim.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: uuidd.socket (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: virtlockd.socket (destination-default)
	RequiredBy: systemd-hostnamed.socket (destination-default)
	RequiredBy: systemd-pcrphase.service (destination-default)
	RequiredBy: libvirtd.service (destination-default)
	RequiredBy: alsa-restore.service (destination-default)
	RequiredBy: virtlockd-admin.socket (destination-default)
	RequiredBy: cups.path (destination-default)
	RequiredBy: sshd-unix-local.socket (destination-default)
	RequiredBy: plocate-updatedb.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	RequiredBy: libvirt-guests.service (destination-default)
	RequiredBy: lm-sensors.service (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: systemd-cron-cleaner.timer (destination-default)
	RequiredBy: cups.socket (destination-default)
	RequiredBy: NetworkManager.service (destination-default)
	RequiredBy: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	RequiredBy: alsa-state.service (destination-default)
	RequiredBy: NetworkManager-wait-online.service (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: udisks2.service (destination-default)
	RequiredBy: systemd-hostnamed.service (destination-default)
	RequiredBy: cron-daily-samba.timer (destination-default)
	RequiredBy: avahi-daemon.service (destination-default)
	RequiredBy: plymouth-quit-wait.service (destination-default)
	RequiredBy: plymouth-quit.service (destination-default)
	RequiredBy: cron-dma-root-0.service (destination-default)
	RequiredBy: accounts-daemon.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: libvirtd-admin.socket (destination-default)
	RequiredBy: polkit.service (destination-default)
	RequiredBy: fstrim.timer (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: cron-dma-root-0.timer (destination-default)
	RequiredBy: rtkit-daemon.service (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	RequiredBy: pcscd.socket (destination-default)
	RequiredBy: virtlogd.service (destination-default)
	RequiredBy: cron-daily-apache2.service (destination-default)
	RequiredBy: dpkg-db-backup.timer (destination-default)
	RequiredBy: gnome-remote-desktop.service (destination-default)
	RequiredBy: libvirtd-ro.socket (destination-default)
	RequiredBy: dpkg-db-backup.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: cron-daily-apache2.timer (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: thermald.service (destination-default)
	RequiredBy: virtlockd.service (destination-default)
	RequiredBy: ModemManager.service (destination-default)
	RequiredBy: systemd-cron-cleaner.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: cups.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: virtlogd-admin.socket (destination-default)
	RequiredBy: etckeeper.timer (destination-default)
	RequiredBy: colord.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: avahi-daemon.socket (destination-default)
	RequiredBy: upower.service (destination-default)
	RequiredBy: power-profiles-daemon.service (destination-default)
	RequiredBy: cron-update.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	RequiredBy: systemd-machined.service (destination-default)
	RequiredBy: fwupd-refresh.service (destination-default)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: logrotate.timer (destination-default)
	Before: cron-dma-root-0.service (destination-default)
	Before: cron-daily-samba.timer (destination-default)
	Before: virtlogd.service (destination-default)
	Before: man-db.service (destination-default)
	Before: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: cron-update.path (destination-default)
	Before: gdm.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: libvirtd.service (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: cron-daily-samba.service (destination-default)
	Before: alsa-state.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	Before: polkit.service (destination-default)
	Before: fwupd-refresh.timer (destination-default)
	Before: systemd-hostnamed.service (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: cron-update.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: libvirtd.socket (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: libvirtd-ro.socket (destination-default)
	Before: systemd-hostnamed.socket (destination-default)
	Before: virtlogd-admin.socket (destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: etckeeper.timer (destination-default)
	Before: avahi-daemon.socket (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: uuidd.socket (destination-default)
	Before: getty-static.service (destination-default)
	Before: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	Before: virtlockd-admin.socket (destination-default)
	Before: alsa-restore.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: systemd-cron-cleaner.service (destination-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: grub-common.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: cups.path (destination-default)
	Before: man-db.timer (destination-default)
	Before: virtlogd.socket (destination-default)
	Before: NetworkManager-wait-online.service (destination-default)
	Before: plocate-updatedb.service (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: emergency.target (origin-file)
	Before: accounts-daemon.service (destination-default)
	Before: cron-daily-apache2.timer (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: systemd-cron-cleaner.timer (destination-default)
	Before: dbus.socket (destination-default)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: fwupd-refresh.service (destination-default)
	Before: cron-daily-apache2.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: emergency.service (origin-file)
	Before: systemd-pcrphase.service (destination-default)
	Before: gnome-remote-desktop.service (destination-default)
	Before: uuidd.service (destination-default)
	Before: upower.service (destination-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: systemd-machined.service (destination-default)
	Before: colord.service (destination-default)
	Before: sshd-unix-local.socket (destination-default)
	Before: ModemManager.service (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: cups.service (destination-default)
	Before: bluetooth.service (destination-default)
	Before: libvirtd-admin.socket (destination-default)
	Before: shutdown.target (origin-default)
	Before: rc-local.service (destination-default)
	Before: pcscd.socket (destination-default)
	Before: pcscd.service (destination-default)
	Before: virtlockd.socket (destination-default)
	Before: cron-dma-root-0.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: rescue.service (destination-file)
	Before: plymouth-quit-wait.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	Before: cups.socket (destination-default)
	Before: power-profiles-daemon.service (destination-default)
	Before: thermald.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: ssh.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: virtlockd.service (destination-default)
	After: systemd-tpm2-setup-early.service (destination-file)
	After: sys-kernel-tracing.mount (destination-file)
	After: apparmor.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	After: modprobe at loop.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-sysext.service (destination-file)
	After: systemd-udev-settle.service (destination-file)
	After: systemd-pcrmachine.service (destination-file)
	After: modprobe at drm.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: plymouth-read-write.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: systemd-hibernate-clear.service (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: tpm2.target (origin-default)
	After: dev-mqueue.mount (destination-file)
	After: systemd-journald.service (destination-file)
	After: cryptsetup.target (origin-default)
	After: systemd-timesyncd.service (destination-file)
	After: modprobe at dm_mod.service (destination-file)
	After: systemd-journal-catalog-update.service (destination-file)
	After: systemd-pstore.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: veritysetup.target (origin-default)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-tpm2-setup.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: modprobe at configfs.service (destination-file)
	After: modprobe at efi_pstore.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: modprobe at fuse.service (destination-file)
	After: systemd-update-done.service (destination-file)
	After: ldconfig.service (destination-file)
	After: integritysetup.target (origin-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: blk-availability.service (origin-file)
	References: local-fs.target (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: tpm2.target (origin-file origin-default)
	References: cryptsetup.target (origin-file origin-default)
	References: sys-kernel-tracing.mount (origin-file)
	References: systemd-pstore.service (origin-file)
	References: systemd-tpm2-setup.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-journal-catalog-update.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-pcrphase.service (origin-file)
	References: integritysetup.target (origin-file origin-default)
	References: systemd-pcrphase-sysinit.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: systemd-repart.service (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-hibernate-clear.service (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: systemd-firstboot.service (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: shutdown.target (origin-default)
	References: veritysetup.target (origin-file origin-default)
	References: systemd-update-done.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-tmpfiles-setup-dev-early.service (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-pcrmachine.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: emergency.target (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: plymouth-read-write.service (origin-file)
	References: ldconfig.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: emergency.service (origin-file)
	References: swap.target (origin-file origin-default)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-default)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: modprobe at dm_mod.service (destination-file)
	ReferencedBy: systemd-cron-cleaner.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: bluetooth.service (destination-default)
	ReferencedBy: systemd-cron-cleaner.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: grub-common.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: cron-daily-apache2.service (destination-default)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	ReferencedBy: cron-update.path (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: cron-daily-apache2.timer (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: modprobe at loop.service (destination-file)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: cron-daily-samba.timer (destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: cron-daily-samba.service (destination-default)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: thermald.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: etckeeper.timer (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: cron-update.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: gnome-remote-desktop.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: cron-dma-root-0.timer (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: cron-dma-root-0.service (destination-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit sys-devices-virtual-misc-rfkill.device:
	Description: /sys/devices/virtual/misc/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 13ba7e3a19d444e99f2feeea97938952
	Following Set Member: dev-rfkill.device
	Wants: systemd-rfkill.socket (origin-udev)
	BoundBy: systemd-rfkill.socket (destination-file)
	BoundBy: systemd-rfkill.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	References: systemd-rfkill.socket (origin-udev)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/misc/rfkill
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-rfkill.socket
? Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 89fbdd144cb94448b5a3f75dc60fc411
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/sound.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: alsa-state.service (origin-file)
	Wants: alsa-restore.service (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: alsa-state.service (origin-default)
	After: alsa-restore.service (origin-default)
	References: shutdown.target (origin-default)
	References: alsa-restore.service (origin-file origin-default)
	References: alsa-state.service (origin-file origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit NetworkManager.service:
	Description: Network Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/NetworkManager.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 038cdd84582748e6bf6ed5a7ac1a4be7
	Documentation: man:NetworkManager(8)
	Fragment Path: /usr/lib/systemd/system/NetworkManager.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network.target (origin-file)
	BindsTo: dbus-broker.service (origin-file)
	RequiredBy: NetworkManager-wait-online.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: apt-daily.service (destination-file)
	Before: network.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	After: dbus-broker.service (origin-file)
	After: system.slice (origin-file)
	After: network-pre.target (origin-file)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: network-pre.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: dbus-broker.service (origin-file)
	References: network.target (origin-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: apt-daily.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 723
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.NetworkManager
	Bus Name Good: yes
	RestartSec: 100ms
	RestartSteps: 0
	RestartMaxDelaySec: infinity
	TimeoutStartSec: 10min
	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
	ProtectHome: read-only
	ProtectSystem: yes
	MountAPIVFS: 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
	LimitNOFILE: 65536
	LimitNOFILESoft: 65536
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/NetworkManager --no-daemon
			PID: 723
			Start Timestamp: Tue 2024-05-07 15:37:56.474682 CEST
			Handoff Timestamp: 19.212ms since start
	? ExecReload:
		Command Line: /usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit libvirtd.service:
	Description: libvirt legacy monolithic daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:39:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 CEST
	Active Exit Timestamp: Tue 2024-05-07 15:39:57 CEST
	Inactive Enter Timestamp: Tue 2024-05-07 15:39:57 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/libvirtd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3d55b41ff1444af590023cd761099ba3
	Documentation: man:libvirtd(8)
	Documentation: https://libvirt.org/
	Fragment Path: /usr/lib/systemd/system/libvirtd.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: virtlogd.socket (origin-file)
	Wants: libvirtd.socket (origin-file)
	Wants: systemd-machined.service (origin-file)
	Wants: libvirtd-admin.socket (origin-file)
	Wants: virtlockd.socket (origin-file)
	Wants: libvirtd-ro.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: xendomains.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: remote-fs.target (origin-file)
	After: systemd-machined.service (origin-file)
	After: basic.target (origin-default)
	After: libvirtd-admin.socket (origin-file destination-implicit)
	After: iscsid.service (origin-file)
	After: apparmor.service (origin-file)
	After: system.slice (origin-file)
	After: xencommons.service (origin-file)
	After: libvirtd.socket (origin-file destination-implicit)
	After: network.target (origin-file)
	After: virtlogd.socket (origin-file)
	After: dbus-broker.service (origin-file)
	After: libvirtd-ro.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: virtlockd.socket (origin-file)
	TriggeredBy: libvirtd-ro.socket (destination-implicit)
	TriggeredBy: libvirtd-admin.socket (destination-implicit)
	TriggeredBy: libvirtd.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-machined.service (origin-file)
	References: apparmor.service (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: xendomains.service (origin-file)
	References: libvirtd-ro.socket (origin-file)
	References: virtlogd.socket (origin-file)
	References: xencommons.service (origin-file)
	References: libvirtd-admin.socket (origin-file)
	References: iscsid.service (origin-file)
	References: virtlockd.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: dbus-broker.service (origin-file)
	References: libvirtd.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-implicit)
	ReferencedBy: libvirtd.socket (destination-implicit)
	ReferencedBy: libvirtd-admin.socket (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	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: 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	Environment: LIBVIRTD_ARGS=--timeout 120
	EnvironmentFile: -/etc/default/libvirtd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 67108864
	LimitMEMLOCKSoft: 67108864
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/libvirtd "\$LIBVIRTD_ARGS"
			PID: 839
			Start Timestamp: Tue 2024-05-07 15:37:56.904835 CEST
			Handoff Timestamp: 27.811ms since start
			Exit Timestamp: 2min 178.855ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecReload:
		Command Line: /bin/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: 32768
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-suspend.service:
	Description: System Suspend
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-suspend.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-suspend.service
	Requires: system.slice (origin-file)
	Requires: sleep.target (origin-file)
	RequiredBy: suspend.target (destination-file)
	Before: suspend.target (destination-file)
	After: sleep.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sleep.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: suspend.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-sleep suspend
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 6ab393c0400b48cc8457c1c32cb98911
	Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	Before: timers.target (origin-default)
	After: apt-daily.timer (origin-file)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: apt-daily-upgrade.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: apt-daily.timer (origin-file)
	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
	OnCalendar: *-*-* 06:00:00
? Unit sys-subsystem-bluetooth-devices-hci0.device:
	Description: /sys/subsystem/bluetooth/devices/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: ad3622ad7cb440afacaa1f75672e783c
	Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d10-1\x2d10:1.0-bluetooth-hci0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/bluetooth/devices/hci0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/bluetooth/hci0
	Found: found-udev
? Unit virtlxcd.socket:
	Description: virtlxcd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirt-guests.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
? 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: n/a
	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:systemd-tpm2-setup.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup-early.service
	ConditionPathExists: !/run/systemd/tpm2-srk-public-key.pem succeeded
	ConditionSecurity: measured-uki failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 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)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-repart.service (destination-file)
	After: tpm2.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-pcrphase-initrd.service (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-pcrphase-initrd.service (origin-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ReferencedBy: systemd-repart.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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
	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: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	References: shutdown.target (origin-default)
	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 getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ca20fa3b29e3465d9158d3cd631aebc0
	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: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: getty at tty1.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: getty at tty1.service (origin-default destination-file)
	References: getty at tty1.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: getty-static.service (origin-file origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	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: active
? Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c9f84ed91af94618880f6b72e7f35339
	Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device
	Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS3
	Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
	Found: found-udev
? Unit sys-subsystem-net-devices-eno1.device:
	Description: Ethernet Connection (6) I219-V
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: b0c57b31f4984d56986b19cc8da545a1
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.6-net-eno1.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/eno1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.6/net/eno1
	Found: found-udev
? Unit run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount:
	Description: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
? Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device:
	Description: /dev/disk/by-id/dm-name-nvme0n1p3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: ec1180e7bf444d7e925b8afbb4ac8c01
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-mapper-nvme0n1p3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.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-nvme0n1p3_crypt
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:apt(8)
	Fragment Path: /usr/lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	After: connman.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-networkd.service (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: apt-daily.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: network-online.target (origin-file)
	References: NetworkManager.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: connman.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd-ask-password-console.path(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid failed
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: paths.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: shutdown.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-ask-password-console.service (origin-implicit)
	References: cryptsetup.target (origin-file)
	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: dead
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
? Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:58 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:58 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:58 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/upower.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Invocation ID: 9833565135504018bcb747558e6759a4
	Documentation: man:upowerd(8)
	Fragment Path: /usr/lib/systemd/system/upower.service
	Condition Timestamp: Tue 2024-05-07 15:37:58 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:58 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: -.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-remount-fs.service (origin-file)
	After: tmp.mount (origin-file)
	After: -.mount (origin-file)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: tmp.mount (origin-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/lib/upower (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 1159
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UPower
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: yes
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: upower
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 0
	LimitMEMLOCKSoft: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: 
	DynamicUser: no
	ReadWritePaths: /var/lib/upower
	LockPersonality: yes
	SystemCallFilter: umask clock_getres_time64 rt_sigprocmask open fgetxattr io_uring_setup io_submit fadvise64_64 socketcall set_robust_list utimensat_time64 openat semget munmap mq_unlink fchmod lchown32 prctl waitid fchownat setreuid utime sigaction process_madvise sched_rr_get_interval memfd_create dup2 mq_timedreceive_time64 msgrcv setpgid setpriority clock_getres oldstat readlink shmctl shmget ppoll_time64 statfs64 select msgsnd kcmp setitimer io_pgetevents sync fsetxattr wait4 munlock brk move_pages vmsplice timerfd_settime64 set_tid_address sigpending unlink eventfd2 send fstatfs sigreturn mprotect sigprocmask setfsgid32 fadvise64 shmat oldlstat faccessat process_vm_readv sched_setaffinity sched_get_priority_max userfaultfd eventfd rmdir fstat64 mlock2 inotify_init pwritev llistxattr clock_nanosleep_time64 getsockopt write io_pgetevents_time64 pidfd_open timerfd_gettime getresgid getrusage clock_gettime64 sched_get_priority_min pipe munlockall symlink getgid32 recvmsg fchown mq_timedsend_time64 bind mbind getpeername lseek read splice semtimedop_time64 tgkill sigsuspend lstat timer_create clock_nanosleep timerfd_settime setresuid32 stat signal getuid32 pread64 fchdir sched_getscheduler sched_rr_get_interval_time64 setgid32 mmap2 mknod getpgrp link capset swapcontext uname set_tls renameat2 sendmsg statx getsockname execve setns recvfrom fstatat64 fcntl64 ioctl chown mlock sync_file_range2 futimesat getresgid32 set_mempolicy syncfs get_robust_list request_key io_destroy openat2 linkat sendmmsg exit_group rename io_cancel mq_timedreceive timer_delete creat setfsgid mlockall getppid chown32 ftruncate io_getevents io_setup pidfd_send_signal setrlimit fsync pwritev2 signalfd clone3 epoll_ctl_old migrate_pages alarm setfsuid32 sysinfo mq_open sched_setparam arm_fadvise64_64 epoll_wait keyctl lgetxattr io_uring_register recvmmsg gettid writev getdents get_mempolicy access mq_timedsend setgid msgctl inotify_init1 nice mkdirat pselect6_time64 lremovexattr fallocate sendfile64 getsid getcwd dup3 chmod socket rt_sigqueueinfo flock epoll_pwait lstat64 membarrier sched_setscheduler readdir timer_gettime getitimer rseq setuid32 pwrite64 setresgid32 copy_file_range nanosleep rt_sigreturn setresuid listxattr epoll_create preadv2 lchown signalfd4 ioprio_set semop close fchmodat lsetxattr mkdir inotify_add_watch oldfstat msync pipe2 timerfd_gettime64 fstatfs64 faccessat2 recvmmsg_time64 semctl name_to_handle_at set_thread_area setsockopt truncate add_key oldolduname get_thread_area clock_gettime arch_prctl getpid getrlimit timer_getoverrun timerfd_create fremovexattr dup msgget listen timer_settime64 getegid mq_notify newfstatat mq_getsetattr symlinkat sendto getuid geteuid32 recv fork getxattr setxattr olduname rt_sigtimedwait setgroups ipc connect tee setsid readahead remap_file_pages sched_getparam setresgid restart_syscall futex_time64 semtimedop personality ftruncate64 sigaltstack cacheflush sync_file_range getresuid futex epoll_ctl vfork mknodat times getdents64 getresuid32 setreuid32 exit sched_getattr removexattr pause sched_setattr ppoll preadv accept4 sendfile timer_gettime64 capget fcntl ugetrlimit unlinkat waitpid unshare rt_sigsuspend pselect6 _newselect rt_sigtimedwait_time64 chdir execveat shutdown timer_settime rt_sigpending rt_tgsigqueueinfo fstat fchmodat2 futex_waitv shmdt stat64 getgid riscv_flush_icache setfsuid getgroups32 statfs readlinkat rt_sigaction mremap setgroups32 fdatasync mmap geteuid setregid setregid32 gettimeofday set_mempolicy_home_node flistxattr process_vm_writev accept getgroups epoll_create1 getrandom setuid io_uring_enter fchown32 getcpu socketpair truncate64 ioprio_get close_range inotify_rm_watch clone tkill readv epoll_pwait2 renameat kill _llseek sched_getaffinity getpgid epoll_wait_old madvise getpriority prlimit64 getegid32 poll utimes sched_yield time utimensat
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/upowerd
			PID: 1159
			Start Timestamp: Tue 2024-05-07 15:37:58.686172 CEST
			Handoff Timestamp: 38.028ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	IPAddressDeny: ::/0
	IPAddressDeny: 0.0.0.0/0
? Unit shutdown.target:
	Description: System Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/shutdown.target
	RequiredBy: systemd-soft-reboot.service (destination-file)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: fstrim.timer (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: virtlockd-admin.socket (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: systemd-hostnamed.service (destination-default)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
	ConflictedBy: fstrim.service (destination-default)
	ConflictedBy: bluetooth.target (destination-default)
	ConflictedBy: cron-update.service (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: systemd-udev-load-credentials.service (destination-file)
	ConflictedBy: NetworkManager-wait-online.service (destination-default)
	ConflictedBy: cron-daily-apache2.service (destination-default)
	ConflictedBy: initrd-usr-fs.target (destination-file)
	ConflictedBy: libvirt-guests.service (destination-default)
	ConflictedBy: ModemManager.service (destination-default)
	ConflictedBy: cron-dma-root-0.service (destination-default)
	ConflictedBy: system-cron\x2dmail.slice (destination-default)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: virtlockd.socket (destination-default)
	ConflictedBy: systemd-pcrphase.service (destination-default)
	ConflictedBy: cron-daily-apache2.timer (destination-default)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: systemd-oomd.socket (destination-file)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: virtlockd.service (destination-default)
	ConflictedBy: rtkit-daemon.service (destination-default)
	ConflictedBy: initrd-root-device.target (destination-file)
	ConflictedBy: systemd-pcrmachine.service (destination-file)
	ConflictedBy: dpkg-db-backup.service (destination-default)
	ConflictedBy: systemd-quotacheck-root.service (destination-file)
	ConflictedBy: systemd-networkd-persistent-storage.service (destination-file)
	ConflictedBy: etckeeper.timer (destination-default)
	ConflictedBy: systemd-bsod.service (destination-file)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: uuidd.socket (destination-default)
	ConflictedBy: remote-cryptsetup.target (destination-file)
	ConflictedBy: fwupd-refresh.service (destination-default)
	ConflictedBy: systemd-hostnamed.socket (destination-default)
	ConflictedBy: cron-daily-samba.service (destination-default)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: colord.service (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: pcscd.service (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: libvirtd.socket (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: cups.socket (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: systemd-tpm2-setup.service (destination-file)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: dbus-broker.service (destination-file)
	ConflictedBy: cups.service (destination-default)
	ConflictedBy: initrd.target (destination-default)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: systemd-cron-cleaner.service (destination-default)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: systemd-hibernate-clear.service (destination-file)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: systemd-coredump.socket (destination-file)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: systemd-tpm2-setup-early.service (destination-file)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: cups.path (destination-default)
	ConflictedBy: systemd-journal-catalog-update.service (destination-file)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: cron-update.path (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: systemd-ask-password-plymouth.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: plocate-updatedb.service (destination-default)
	ConflictedBy: systemd-machined.service (destination-default)
	ConflictedBy: power-profiles-daemon.service (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: systemd-cron-cleaner.timer (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: cron-dma-root-0.timer (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: etckeeper.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ConflictedBy: cryptsetup-pre.target (destination-default)
	ConflictedBy: machine.slice (destination-default)
	ConflictedBy: accounts-daemon.service (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	ConflictedBy: gdm.service (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: thermald.service (destination-default)
	ConflictedBy: gnome-remote-desktop.service (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: plymouth-quit-wait.service (destination-default)
	ConflictedBy: veritysetup.target (destination-default)
	ConflictedBy: NetworkManager.service (destination-default)
	ConflictedBy: ldconfig.service (destination-file)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: remote-veritysetup.target (destination-file)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: alsa-state.service (destination-default)
	ConflictedBy: avahi-daemon.service (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: veritysetup-pre.target (destination-default)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: udisks2.service (destination-default)
	ConflictedBy: dpkg-db-backup.timer (destination-default)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: initrd-root-fs.target (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ConflictedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	ConflictedBy: uuidd.service (destination-default)
	ConflictedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: systemd-ask-password-plymouth.path (destination-file)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: systemd-repart.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ConflictedBy: machines.target (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: grub-common.service (destination-default)
	ConflictedBy: virtlogd.service (destination-default)
	ConflictedBy: plymouth-quit.service (destination-default)
	ConflictedBy: virt-guest-shutdown.target (destination-default)
	ConflictedBy: plocate-updatedb.timer (destination-default)
	ConflictedBy: lm-sensors.service (destination-default)
	ConflictedBy: cron-daily-samba.timer (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: virtlogd-admin.socket (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: first-boot-complete.target (destination-default)
	ConflictedBy: libvirtd-ro.socket (destination-default)
	ConflictedBy: systemd-update-done.service (destination-file)
	ConflictedBy: polkit.service (destination-default)
	ConflictedBy: avahi-daemon.socket (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: systemd-oomd.service (destination-file)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: pcscd.socket (destination-default)
	ConflictedBy: systemd-networkd.socket (destination-file)
	ConflictedBy: bluetooth.service (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: libvirtd-admin.socket (destination-default)
	ConflictedBy: virtlogd.socket (destination-default)
	ConflictedBy: alsa-restore.service (destination-default)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: upower.service (destination-default)
	ConflictedBy: session-2.scope (destination-default)
	ConflictedBy: cron.target (destination-default)
	ConflictedBy: integritysetup.target (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: initrd-fs.target (destination-file)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: tpm2.target (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: fwupd-refresh.timer (destination-default)
	ConflictedBy: systemd-firstboot.service (destination-file)
	ConflictedBy: sshd-unix-local.socket (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	ConflictedBy: libvirtd.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: final.target (destination-file)
	After: rtkit-daemon.service (destination-default)
	After: accounts-daemon.service (destination-default)
	After: getty at tty1.service (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: rescue.service (destination-file)
	After: blk-availability.service (destination-file)
	After: grub-common.service (destination-default)
	After: systemd-oomd.service (destination-file)
	After: systemd-hibernate-clear.service (destination-file)
	After: slices.target (destination-default)
	After: systemd-udev-load-credentials.service (destination-file)
	After: uuidd.service (destination-default)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: initrd.target (destination-default)
	After: systemd-update-done.service (destination-file)
	After: bluetooth.service (destination-default)
	After: time-sync.target (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: udisks2.service (destination-default)
	After: avahi-daemon.socket (destination-default)
	After: systemd-tpm2-setup.service (destination-file)
	After: polkit.service (destination-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: pcscd.service (destination-default)
	After: thermald.service (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: veritysetup-pre.target (destination-default)
	After: user.slice (destination-default)
	After: veritysetup.target (destination-default)
	After: man-db.service (destination-default)
	After: systemd-pstore.service (destination-file)
	After: apt-daily-upgrade.service (destination-default)
	After: paths.target (destination-default)
	After: pcscd.socket (destination-default)
	After: local-fs-pre.target (destination-default)
	After: systemd-coredump.socket (destination-file)
	After: gdm.service (destination-default)
	After: systemd-networkd.service (destination-file)
	After: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	After: sysinit.target (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: virtlockd.service (destination-default)
	After: machines.target (destination-default)
	After: systemd-hostnamed.service (destination-default)
	After: multi-user.target (destination-default)
	After: libvirtd-admin.socket (destination-default)
	After: man-db.timer (destination-default)
	After: systemd-quotacheck-root.service (destination-file)
	After: upower.service (destination-default)
	After: systemd-machined.service (destination-default)
	After: cups.socket (destination-default)
	After: first-boot-complete.target (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: virtlogd-admin.socket (destination-default)
	After: systemd-firstboot.service (destination-file)
	After: getty-pre.target (destination-default)
	After: systemd-sysctl.service (destination-file)
	After: tpm2.target (destination-default)
	After: emergency.target (destination-default)
	After: fwupd-refresh.service (destination-default)
	After: getty-static.service (destination-default)
	After: getty.target (destination-default)
	After: fstrim.timer (destination-default)
	After: user-1000.slice (destination-default)
	After: machine.slice (destination-default)
	After: plocate-updatedb.timer (destination-default)
	After: systemd-rfkill.socket (destination-file)
	After: sockets.target (destination-default)
	After: rc-local.service (destination-default)
	After: alsa-restore.service (destination-default)
	After: bluetooth.target (destination-default)
	After: NetworkManager-wait-online.service (destination-default)
	After: uuidd.socket (destination-default)
	After: alsa-state.service (destination-default)
	After: fstrim.service (destination-default)
	After: fwupd-refresh.timer (destination-default)
	After: plymouth-quit-wait.service (destination-default)
	After: systemd-cron-cleaner.service (destination-default)
	After: systemd-hostnamed.socket (destination-default)
	After: libvirt-guests.service (destination-default)
	After: cron-daily-samba.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: cups.service (destination-default)
	After: system-modprobe.slice (destination-default)
	After: systemd-sysext.service (destination-file)
	After: systemd-repart.service (destination-file)
	After: emergency.service (destination-file)
	After: apt-daily-upgrade.timer (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: cron-daily-samba.service (destination-default)
	After: graphical.target (destination-default)
	After: dpkg-db-backup.service (destination-default)
	After: logrotate.timer (destination-default)
	After: systemd-networkd.socket (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: cryptsetup.target (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: sound.target (destination-default)
	After: dbus.socket (destination-default)
	After: dbus-broker.service (destination-file)
	After: virtlockd.socket (destination-default)
	After: systemd-cron-cleaner.timer (destination-default)
	After: libvirtd-ro.socket (destination-default)
	After: lm-sensors.service (destination-default)
	After: time-set.target (destination-default)
	After: ldconfig.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: gnome-remote-desktop.service (destination-default)
	After: virtlogd.service (destination-default)
	After: syslog.socket (destination-file)
	After: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	After: cron.target (destination-default)
	After: etckeeper.service (destination-file)
	After: network.target (destination-default)
	After: network-pre.target (destination-default)
	After: systemd-machine-id-commit.service (destination-file)
	After: ssh.service (destination-default)
	After: systemd-oomd.socket (destination-file)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: plymouth-quit.service (destination-default)
	After: swap.target (destination-default)
	After: systemd-journal-catalog-update.service (destination-file)
	After: dm-event.service (destination-file)
	After: nss-user-lookup.target (destination-default)
	After: systemd-hwdb-update.service (destination-file)
	After: etckeeper.timer (destination-default)
	After: virtlockd-admin.socket (destination-default)
	After: cron-dma-root-0.service (destination-default)
	After: systemd-rfkill.service (destination-file)
	After: NetworkManager.service (destination-default)
	After: cryptsetup-pre.target (destination-default)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: rescue.target (destination-default)
	After: plocate-updatedb.service (destination-default)
	After: system-cron\x2dmail.slice (destination-default)
	After: systemd-pcrphase.service (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	After: systemd-ask-password-plymouth.service (destination-file)
	After: cron-dma-root-0.timer (destination-default)
	After: user at 1000.service (destination-default)
	After: cups.path (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	After: e2scrub_reap.service (destination-default)
	After: dpkg-db-backup.timer (destination-default)
	After: cron-daily-apache2.timer (destination-default)
	After: virtlogd.socket (destination-default)
	After: cron-update.service (destination-default)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: session-2.scope (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: network-online.target (destination-default)
	After: cron-daily-apache2.service (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: libvirtd.socket (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: libvirtd.service (destination-default)
	After: integritysetup.target (destination-default)
	After: systemd-pcrmachine.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: colord.service (destination-default)
	After: cron-update.path (destination-default)
	After: virt-guest-shutdown.target (destination-default)
	After: systemd-tpm2-setup-early.service (destination-file)
	After: systemd-ask-password-wall.service (destination-default)
	After: basic.target (destination-default)
	After: ModemManager.service (destination-default)
	After: apt-daily.service (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: systemd-bsod.service (destination-file)
	After: logrotate.service (destination-default)
	After: lvm2-lvmpolld.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: sshd-unix-local.socket (destination-default)
	After: power-profiles-daemon.service (destination-default)
	After: system-getty.slice (destination-default)
	After: systemd-logind.service (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: avahi-daemon.service (destination-default)
	After: e2scrub_all.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: bluetooth.service (destination-default)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: veritysetup-pre.target (destination-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: cron-daily-samba.timer (destination-default)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: sshd-unix-local.socket (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: cron.target (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: veritysetup.target (destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: thermald.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: systemd-bsod.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-default)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: virt-guest-shutdown.target (destination-default)
	ReferencedBy: cron-update.path (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: systemd-cron-cleaner.service (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: cron-dma-root-0.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: cron-daily-samba.service (destination-default)
	ReferencedBy: systemd-oomd.socket (destination-file)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: system-cron\x2dmail.slice (destination-default)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-hostnamed.socket (destination-default)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: etckeeper.service (destination-file)
	ReferencedBy: cron-dma-root-0.service (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-cron-cleaner.timer (destination-default)
	ReferencedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: first-boot-complete.target (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: cron-daily-apache2.timer (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: final.target (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: session-2.scope (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: bluetooth.target (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: machines.target (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: cryptsetup-pre.target (destination-default)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: machine.slice (destination-default)
	ReferencedBy: integritysetup.target (destination-default)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: remote-veritysetup.target (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: cron-update.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: power-profiles-daemon.service (destination-default)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: grub-common.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: systemd-oomd.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: cron-daily-apache2.service (destination-default)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: gnome-remote-desktop.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: etckeeper.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: systemd-hostnamed.service (destination-default)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: tpm2.target (destination-default)
	ReferencedBy: initrd.target (destination-default)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: systemd-coredump.socket (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: basic.target (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit cron-update.path:
	Description: systemd-cron path monitor
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: ffc5501ab1074c9fa0363ab043ddd77d
	Documentation: man:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron-update.path
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: cron.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cron.target (destination-default)
	Before: paths.target (origin-default)
	Before: cron-update.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	Triggers: cron-update.service (origin-implicit)
	References: cron-update.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: paths.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: cron.target (destination-file destination-default)
	RequiresMountsFor: /etc/cron.monthly (origin-file)
	RequiresMountsFor: /etc/crontab (origin-file)
	RequiresMountsFor: /etc/anacrontab (origin-file)
	RequiresMountsFor: /etc/cron.weekly (origin-file)
	RequiresMountsFor: /etc/cron.hourly (origin-file)
	RequiresMountsFor: /etc/cron.daily (origin-file)
	RequiresMountsFor: /var/spool/cron/crontabs (origin-file)
	RequiresMountsFor: /etc/cron.d (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: cron-update.service
	MakeDirectory: no
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	PathChanged: /etc/cron.monthly
	PathChanged: /etc/cron.weekly
	PathChanged: /etc/cron.daily
	PathChanged: /etc/cron.hourly
	PathChanged: /var/spool/cron/crontabs
	PathChanged: /etc/anacrontab
	PathChanged: /etc/cron.d
	PathChanged: /etc/crontab
? 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: n/a
	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:systemd-fsck-root.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root failed
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: emergency.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-fsckd.socket (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.target (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: local-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: -.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: 85e708e6676d46819a285380e417f511
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	Before: systemd-binfmt.service (destination-file)
	After: -.mount (origin-implicit origin-path)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: -.mount (origin-implicit origin-path)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount binfmt_misc /proc/sys/fs/binfmt_misc -t binfmt_misc -o nosuid,nodev,noexec
			PID: 708
			Start Timestamp: Tue 2024-05-07 15:37:56.312764 CEST
			Handoff Timestamp: 4.777ms since start
			Exit Timestamp: 5.735ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/umount.target
	RequiredBy: systemd-soft-reboot.service (destination-file)
	ConflictedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ConflictedBy: run-user-1000.mount (destination-mountinfo)
	ConflictedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ConflictedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ConflictedBy: boot-efi.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2djournald.service.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target (destination-file)
	ConflictedBy: dev-nuc8\x2dvg-swap_1.swap (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target (destination-file)
	ConflictedBy: run-user-1000-doc.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-nvme0n1p2.target (destination-file)
	ConflictedBy: home-roderich-Music.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-dm\x2d2.target (destination-file)
	ConflictedBy: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target (destination-file)
	ConflictedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-mountinfo)
	ConflictedBy: dev-dm\x2d2.swap (destination-default)
	ConflictedBy: blockdev at dev-nvme0n1p1.target (destination-file)
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-default)
	ConflictedBy: boot.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target (destination-file)
	ConflictedBy: var-lib-machines.mount (destination-mount-file)
	ConflictedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-default)
	ConflictedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount (destination-mountinfo)
	ConflictedBy: run-user-1000-gvfs.mount (destination-mountinfo)
	ConflictedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
	ConflictedBy: tmp.mount (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: final.target (destination-file)
	After: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	After: run-credentials-systemd\x2djournald.service.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	After: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target (destination-file)
	After: blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target (destination-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-mountinfo)
	After: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
	After: run-user-1000-doc.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount (destination-mountinfo)
	After: home-roderich-Music.mount (destination-mountinfo)
	After: boot-efi.mount (destination-mountinfo)
	After: tmp.mount (destination-file)
	After: blockdev at dev-nvme0n1p2.target (destination-file)
	After: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-default)
	After: run-user-1000.mount (destination-mountinfo)
	After: blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target (destination-file)
	After: run-user-1000-gvfs.mount (destination-mountinfo)
	After: boot.mount (destination-mountinfo)
	After: blockdev at dev-dm\x2d2.target (destination-file)
	After: blockdev at dev-nvme0n1p1.target (destination-file)
	After: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target (destination-file)
	After: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-mountinfo)
	After: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	After: dev-dm\x2d2.swap (destination-default)
	After: dev-nuc8\x2dvg-swap_1.swap (destination-default)
	After: var-lib-machines.mount (destination-mount-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-default)
	ReferencedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
	ReferencedBy: run-credentials-systemd\x2djournald.service.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-mountinfo)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target (destination-file)
	ReferencedBy: home-roderich-Music.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-mountinfo)
	ReferencedBy: final.target (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-5AA7\x2dBA86.target (destination-file)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-default)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-default)
	ReferencedBy: blockdev at dev-dm\x2d2.target (destination-file)
	ReferencedBy: dev-dm\x2d2.swap (destination-default)
	ReferencedBy: blockdev at dev-nvme0n1p2.target (destination-file)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ReferencedBy: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target (destination-file)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: blockdev at dev-nvme0n1p1.target (destination-file)
	ReferencedBy: run-user-1000-doc.mount (destination-mountinfo)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit libvirtd-ro.socket:
	Description: libvirt legacy monolithic daemon read-only socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:39:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/libvirtd-ro.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 03eca8954b874b939c12e7a826f73406
	Fragment Path: /usr/lib/systemd/system/libvirtd-ro.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	BindsTo: libvirtd.socket (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-implicit destination-file)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: libvirtd.socket (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: libvirtd.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: libvirtd.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/libvirt-sock-ro (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: yes
	Writable: no
	FileDescriptorName: libvirtd-ro.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/libvirt-sock-ro
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-hibernate.service:
	Description: System Hibernate
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-hibernate.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-hibernate.service
	Requires: system.slice (origin-file)
	Requires: sleep.target (origin-file)
	RequiredBy: hibernate.target (destination-file)
	Before: hibernate.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sleep.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sleep.target (origin-file)
	ReferencedBy: hibernate.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-sleep hibernate
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: fdcfd1a38df64fe59414415bb9888e13
	Fragment Path: /usr/lib/systemd/system/lm-sensors.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: basic.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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/sensors -s
			PID: 731
			Start Timestamp: Tue 2024-05-07 15:37:56.487368 CEST
			Handoff Timestamp: 7.167ms since start
			Exit Timestamp: 20.736ms since handoff
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/sensors
			PID: 742
			Start Timestamp: Tue 2024-05-07 15:37:56.516046 CEST
			Handoff Timestamp: 6.261ms since start
			Exit Timestamp: 13.504ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: n/a
	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 sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 23fc39c9553e4f63b10d41708b9c275c
	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\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: abbc1ce36d4c497d8484cc87c9a0c691
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.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/pci-0000:6d:00.0-nvme-1-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit dev-disk-by\x2ddiskseq-1.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d9ba6f6db9154b3abf3d96d0f727dbc5
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.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/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount:
	Description: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 6132a0246ff4455783ff027b998623a7
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	References: umount.target (origin-mountinfo)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-cryptsetup at nvme0n1p3_crypt.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: n/a
	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:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /usr/lib/systemd/system/logrotate.service
	ConditionACPower: true untested
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: logrotate.timer (destination-implicit)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: tmp.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: logrotate.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: 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
	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: 38329
	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 xendomains.service:
	Description: xendomains.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirtd.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
? Unit plymouth-quit.service:
	Alias: plymouth.service
	Description: Terminate Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: /usr/lib/systemd/system/plymouth-quit.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: gdm.service (destination-file)
	Before: gdm.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: rc-local.service (origin-file)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailureOf: gdm.service (destination-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: rc-local.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: plymouth-start.service (origin-file)
	ReferencedBy: gdm.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: dead
	Result: success
	Reload Result: success
	Clean 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: 20s
	TimeoutStopSec: 20s
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/plymouth quit
	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: 38329
	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.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 501c8b138fe14e48b1463ee0c87f1def
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys succeeded
	ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: binfmt-support.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	Before: systemd-binfmt.service (destination-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: sysinit.target (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-implicit origin-path)
	References: shutdown.target (origin-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: sysinit.target (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 systemd-pcrphase-sysinit.service:
	Description: TPM PCR Barrier (Initialization)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pcrphase-sysinit.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-sysinit.service
	ConditionSecurity: measured-uki failed
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Tue 2024-05-07 15:37:56 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: basic.target (origin-file)
	After: system.slice (origin-file)
	After: tpm2.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-file)
	References: shutdown.target (origin-file)
	References: tpm2.target (origin-file)
	References: systemd-journald.socket (origin-file)
	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: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit paths.target:
	Description: Path Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 4ac4ed8f38594da28fd2a9280fc088c2
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/paths.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: cups.path (destination-default)
	After: cron-update.path (destination-default)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: cron-update.path (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? 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: n/a
	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:systemd-ask-password-wall.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-nvme0n1p1.target:
	Description: Block Device Preparation for /dev/nvme0n1p1
	Instance: dev-nvme0n1p1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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-efi.mount (destination-mountinfo)
	References: umount.target (origin-file)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? 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: n/a
	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:fstrim(8)
	Fragment Path: /usr/lib/systemd/system/fstrim.service
	ConditionVirtualization: !container untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: fstrim.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: fstrim.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: io_uring_enter openat2 getgid32 rt_sigpending arm_fadvise64_64 sigreturn mbind listen recv preadv getgroups32 access newfstatat olduname exit_group getegid32 mq_timedsend setregid32 fadvise64_64 sigaction set_mempolicy clock_gettime64 epoll_wait mmap recvmmsg tkill fork keyctl setsockopt flistxattr rmdir setgid select fchownat io_getevents mq_timedreceive mq_timedreceive_time64 io_uring_register ioprio_get getrandom sendmsg epoll_ctl getgroups set_robust_list faccessat2 timer_settime64 chmod fsync io_pgetevents_time64 oldolduname clock_gettime setxattr writev sync_file_range statfs recvmsg bind getsockopt fchmod ioctl readlink close_range timerfd_gettime utimes io_destroy dup setreuid32 io_setup mknodat socketcall sched_get_priority_max lstat64 shutdown time ftruncate64 timer_gettime64 gettimeofday mq_timedsend_time64 copy_file_range io_pgetevents fremovexattr name_to_handle_at setuid32 alarm arch_prctl pipe2 dup3 fcntl64 inotify_add_watch clock_getres_time64 epoll_pwait lchown32 timer_settime mknod clock_nanosleep getegid lgetxattr sched_setaffinity get_robust_list sendfile64 set_tid_address setns migrate_pages accept rseq pselect6 fchdir setitimer pause fcntl futex_waitv getresuid fchmodat semtimedop_time64 getresgid32 msgget dup2 timerfd_settime inotify_rm_watch ugetrlimit capset set_thread_area getitimer pidfd_send_signal getpgid sendmmsg sched_getattr get_mempolicy getppid inotify_init1 restart_syscall removexattr sched_get_priority_min epoll_create geteuid renameat close rt_tgsigqueueinfo ppoll_time64 membarrier semtimedop exit execve rt_sigtimedwait process_madvise mq_notify mq_getsetattr mq_open signalfd semop getpgrp chown rt_sigqueueinfo mprotect kcmp clock_getres sigaltstack getresgid getpriority sched_getscheduler readdir prctl msgsnd timer_delete get_thread_area preadv2 getsid getsockname semctl process_vm_writev setgroups shmget accept4 unlink setfsgid32 personality getrlimit brk cacheflush add_key timer_gettime lremovexattr munlockall link mkdir io_uring_setup request_key write fstatfs read fstat readahead timerfd_settime64 mlock getgid fadvise64 getrusage pwrite64 faccessat connect wait4 unlinkat set_mempolicy_home_node uname open prlimit64 tee openat msync send execveat fdatasync setreuid setfsgid socketpair set_tls chdir sigpending fchown32 sched_yield unshare fsetxattr ioprio_set getpeername fchown mlock2 sysinfo ppoll signalfd4 madvise waitpid fallocate setpgid kill sched_setattr sync mq_unlink msgrcv sched_getparam times syncfs vmsplice munlock setgid32 flock epoll_create1 llistxattr clone truncate io_cancel rt_sigreturn setgroups32 setfsuid tgkill clock_nanosleep_time64 socket setresuid32 waitid _newselect timerfd_gettime64 nanosleep sync_file_range2 remap_file_pages sendto oldstat timer_getoverrun ftruncate pwritev eventfd sched_rr_get_interval_time64 utimensat_time64 getdents setsid creat shmdt riscv_flush_icache sched_rr_get_interval rename fstat64 getuid utime getpid mmap2 getxattr linkat poll pread64 _llseek pidfd_open pwritev2 shmat signal munmap listxattr getresuid32 timer_create clone3 setresgid lstat lseek lsetxattr timerfd_create rt_sigsuspend nice eventfd2 readv sigsuspend splice process_vm_readv sched_setscheduler stat64 setfsuid32 recvmmsg_time64 sched_getaffinity stat inotify_init epoll_ctl_old utimensat symlink ipc statfs64 fgetxattr fchmodat2 epoll_pwait2 truncate64 futex fstatfs64 futimesat setuid setpriority renameat2 sendfile msgctl userfaultfd getuid32 umask lchown semget getcpu vfork chown32 setresgid32 futex_time64 mlockall getcwd oldlstat setregid gettid getdents64 sched_setparam setrlimit symlinkat mremap io_submit pselect6_time64 rt_sigtimedwait_time64 readlinkat statx swapcontext move_pages memfd_create setresuid shmctl capget sigprocmask rt_sigaction recvfrom geteuid32 rt_sigprocmask oldfstat pipe mkdirat epoll_wait_old fstatat64
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit veritysetup.target:
	Description: Local Verity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 2e378fa904184163a9b4e315309885f5
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/veritysetup.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	After: veritysetup-pre.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: veritysetup-pre.target (destination-file)
	ReferencedBy: sysinit.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 wpa_supplicant.service:
	Description: WPA supplicant
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:59 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:59 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37: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/wpa_supplicant.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b90a83fd9ebe4c00a2270be9d036edd7
	Fragment Path: /usr/lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Tue 2024-05-07 15:37:59 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:59 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Wants: network.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: network.target (origin-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus-broker.service (origin-file)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/wpa_supplicant (origin-file)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 1386
	Main PID Known: yes
	Main PID Alien: no
	BusName: fi.w1.wpa_supplicant1
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0750
	RuntimeDirectory: wpa_supplicant
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	Group: netdev
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/sbin/wpa_supplicant -u -s -O "DIR=/run/wpa_supplicant GROUP=netdev"
			PID: 1386
			Start Timestamp: Tue 2024-05-07 15:37:59.047687 CEST
			Handoff Timestamp: 442us since start
	? ExecReload:
		Command Line: /bin/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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit run-user-1000-doc.mount:
	Description: /run/user/1000/doc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:06 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:06 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:06 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: 1f4b1097087a4472b618e2270659263c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: run-user-1000.mount (origin-implicit)
	After: -.mount (origin-implicit)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: run-user-1000.mount (origin-implicit)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/user/1000 (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/1000/doc
	What: portal
	File System Type: fuse.portal
	Options: rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:02 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:02 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38: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: user.slice
	CGroup: /user.slice/user-1000.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: b26899fb43874157bdebcd3756f0b1f0
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Tue 2024-05-07 15:38:02 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:02 CEST
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: user-runtime-dir at 1000.service (destination-file)
	RequiredBy: user at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	After: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: user.slice (origin-implicit)
	ReferencedBy: session-2.scope (destination-file destination-slice-property)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file destination-slice-property)
	ReferencedBy: user at 1000.service (destination-file destination-slice-property)
	InSlice: user.slice (origin-implicit)
	SliceOf: session-2.scope (destination-slice-property)
	SliceOf: user-runtime-dir at 1000.service (destination-slice-property)
	SliceOf: user at 1000.service (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: 84325
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtqemud.socket:
	Description: virtqemud.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: libvirt-guests.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: beac601b525947e9b0fcc4d4539bb150
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.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 systemd-ask-password-plymouth.service:
	Description: Forward Password Requests to Plymouth
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-plymouth.service
	ConditionPathExists: /run/plymouth/pid untested
	ConditionVirtualization: !container untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-ask-password-plymouth.path (destination-implicit)
	TriggeredBy: systemd-ask-password-plymouth.path (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: plymouth-start.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-implicit)
	ReferencedBy: plymouth-start.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/systemd-tty-ask-password-agent --watch --plymouth
	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: 38329
	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: n/a
	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-firstboot.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
? Unit dev-dm\x2d2.device:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5e8f550c6290453cb455b0b1a6a1659d
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
	RequiredBy: dev-nuc8\x2dvg-swap_1.swap (destination-proc-swap)
	RequiredBy: dev-dm\x2d2.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
	Before: dev-nuc8\x2dvg-swap_1.swap (destination-proc-swap)
	Before: dev-dm\x2d2.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.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-2
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev,found-swap
? Unit dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap:
	Description: /dev/disk/by-uuid/8491b0e5-b991-44cc-8825-55748fc5cf21
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 44d0a6e8b3af4dadbd566ba053e0a6f0
	Following: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-nuc8\x2dvg-swap_1.swap
	Requires: system.slice (origin-file)
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: -.mount (origin-implicit origin-path)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit origin-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/disk/by-uuid/8491b0e5-b991-44cc-8825-55748fc5cf21 (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/8491b0e5-b991-44cc-8825-55748fc5cf21
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-machined.service:
	Alias: dbus-org.freedesktop.machine1.service
	Description: Virtual Machine and Container Registration Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/systemd-machined.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Invocation ID: fa2d67535afd4fbf816aebe38a9ff827
	Documentation: man:systemd-machined.service(8)
	Documentation: man:org.freedesktop.machine1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-machined.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: var-lib-machines.mount (origin-file)
	Wants: machine.slice (origin-file)
	WantedBy: libvirtd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: machine.slice (origin-file)
	After: var-lib-machines.mount (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: var-lib-machines.mount (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: machine.slice (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: libvirtd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/machines (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 736
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.machine1
	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: 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: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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_linux_immutable cap_sys_chroot cap_sys_ptrace cap_sys_admin cap_mknod
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: sched_get_priority_max io_cancel ftruncate64 sendmmsg tgkill newfstatat sigprocmask fork semop clock_getres sendfile listen munlock rt_sigaction sched_setaffinity semtimedop_time64 fsopen setreuid flock mknod getrusage timer_settime removexattr alarm shmdt getrandom getitimer signalfd send brk fremovexattr olduname ioctl sched_rr_get_interval rt_sigtimedwait_time64 sigaltstack get_robust_list epoll_ctl sendfile64 waitpid stat utimensat_time64 msgsnd fspick mount_setattr utimensat vmsplice lremovexattr ftruncate fdatasync ppoll_time64 oldolduname getsockname mlockall msgctl nanosleep ppoll getpgrp timerfd_gettime64 io_submit fallocate fcntl process_vm_readv signal setuid fsconfig set_tid_address personality waitid fstatfs64 llistxattr mremap unlinkat times capset epoll_ctl_old msgget nice getgid epoll_create vfork fchmod sync mlock2 set_mempolicy_home_node munlockall tkill sync_file_range2 userfaultfd faccessat2 fcntl64 clock_getres_time64 sendto fchown faccessat munmap timerfd_settime shmctl dup3 semget lchown getpid getpriority setfsgid setreuid32 getgid32 memfd_create setresgid32 fadvise64_64 madvise fstatat64 arch_prctl rt_sigpending oldlstat truncate64 lsetxattr writev eventfd2 sched_setattr readlinkat mbind setfsgid32 swapcontext umask chown close getrlimit poll _newselect utime fchownat shutdown open readdir timer_create setgroups fsmount msgrcv sched_yield pwrite64 mq_timedreceive_time64 geteuid32 signalfd4 getpgid symlinkat inotify_init1 readahead oldstat utimes statfs dup2 epoll_pwait2 sched_getaffinity rt_sigsuspend setns mkdirat timer_delete open_tree getppid access recvfrom close_range rt_sigtimedwait kill rseq preadv name_to_handle_at timer_gettime getresuid sched_setparam get_mempolicy process_madvise set_thread_area sigpending mq_timedsend sched_getparam semctl getcwd setpgid getgroups32 umount2 lstat setuid32 openat pselect6 oldfstat inotify_rm_watch setxattr fstat getegid32 lchown32 mq_notify wait4 clone3 move_mount rmdir rt_sigqueueinfo pidfd_open mq_getsetattr kcmp tee getsid bind getuid32 rt_tgsigqueueinfo request_key clock_nanosleep pselect6_time64 uname readlink set_mempolicy select accept4 recvmsg pipe clock_gettime syncfs sched_rr_get_interval_time64 pwritev2 remap_file_pages pivot_root msync clock_gettime64 unlink setgid32 exit creat ipc mprotect riscv_flush_icache _llseek epoll_wait_old recvmmsg_time64 semtimedop set_tls symlink setitimer sched_get_priority_min truncate futimesat io_uring_register getegid migrate_pages epoll_create1 unshare rt_sigreturn sched_getattr statfs64 inotify_add_watch mount io_uring_enter inotify_init rt_sigprocmask setresuid32 getresgid32 chown32 flistxattr splice exit_group io_setup chmod io_destroy sigreturn openat2 getresuid32 epoll_wait mlock linkat clone chdir setsockopt mq_timedsend_time64 sigsuspend mq_unlink umount ioprio_get clock_nanosleep_time64 write membarrier sched_getscheduler keyctl process_vm_writev setrlimit pread64 pipe2 listxattr copy_file_range execveat shmget rename sysinfo timer_settime64 add_key setregid32 fstat64 lseek getgroups shmat prctl setsid sendmsg pidfd_send_signal geteuid recvmmsg ioprio_set getdents64 renameat2 io_uring_setup fchown32 mmap fchmodat fsync cacheflush chroot socket mq_open capget readv set_robust_list move_pages gettimeofday mmap2 stat64 setresgid ugetrlimit getpeername getsockopt setfsuid fadvise64 arm_fadvise64_64 link io_pgetevents setfsuid32 accept setgid prlimit64 lstat64 pause recv timerfd_gettime epoll_pwait preadv2 lgetxattr socketpair dup mknodat renameat setpriority restart_syscall fgetxattr timer_gettime64 gettid fsetxattr futex get_thread_area sched_setscheduler timerfd_create eventfd getresgid sync_file_range time statx getdents connect fchdir io_pgetevents_time64 io_getevents mq_timedreceive timerfd_settime64 fstatfs setresuid futex_waitv socketcall getcpu setregid fchmodat2 mkdir setgroups32 read execve pwritev getuid sigaction getxattr timer_getoverrun futex_time64
	SystemCallArchitectures: native
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-machined
			PID: 736
			Start Timestamp: Tue 2024-05-07 15:37:56.501222 CEST
			Handoff Timestamp: 20.396ms since start
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	IPAddressDeny: ::/0
	IPAddressDeny: 0.0.0.0/0
? Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: systemd-battery-check.service (destination-file)
	RequiredBy: systemd-bsod.service (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: dev-nuc8\x2dvg-swap_1.swap (destination-file)
	RequiredBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-file)
	RequiredBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	RequiredBy: binfmt-support.service (destination-file)
	RequiredBy: virtlogd-admin.socket (destination-file)
	RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: gnome-remote-desktop.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: dbus-broker.service (destination-file)
	RequiredBy: plymouth-read-write.service (destination-file)
	RequiredBy: systemd-pcrphase-initrd.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: cron-daily-samba.service (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: systemd-hibernate-clear.service (destination-file)
	RequiredBy: systemd-networkd-persistent-storage.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: fwupd-refresh.service (destination-file)
	RequiredBy: systemd-hybrid-sleep.service (destination-file)
	RequiredBy: systemd-pcrextend.socket (destination-file)
	RequiredBy: bluetooth.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: cups.socket (destination-file)
	RequiredBy: systemd-sysext.socket (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: alsa-restore.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: boot.mount (destination-file)
	RequiredBy: boot-efi.mount (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: systemd-cron-cleaner.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: systemd-hibernate.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: systemd-hostnamed.socket (destination-file)
	RequiredBy: sshd-unix-local.socket (destination-file)
	RequiredBy: systemd-udev-settle.service (destination-file)
	RequiredBy: systemd-ask-password-plymouth.service (destination-file)
	RequiredBy: dpkg-db-backup.service (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: initrd-parse-etc.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: systemd-coredump.socket (destination-file)
	RequiredBy: virtlogd.service (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
	RequiredBy: run-user-1000-doc.mount (destination-file)
	RequiredBy: virtlogd.socket (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: systemd-oomd.socket (destination-file)
	RequiredBy: fstrim.service (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: cron-update.service (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: systemd-pcrlock.socket (destination-file)
	RequiredBy: cron-dma-root-0.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: cups.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: avahi-daemon.socket (destination-file)
	RequiredBy: grub-common.service (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: libvirtd-admin.socket (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: power-profiles-daemon.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: systemd-pcrphase.service (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-quotacheck-root.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: uuidd.socket (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	RequiredBy: libvirtd-ro.socket (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: NetworkManager-wait-online.service (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: systemd-creds.socket (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: initrd-cleanup.service (destination-file)
	RequiredBy: systemd-journal-catalog-update.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: var-lib-machines.mount (destination-file)
	RequiredBy: cron-daily-apache2.service (destination-file)
	RequiredBy: thermald.service (destination-file)
	RequiredBy: run-credentials-systemd\x2djournald.service.mount (destination-file)
	RequiredBy: virtlockd-admin.socket (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: plymouth-switch-root.service (destination-file)
	RequiredBy: systemd-hibernate-resume.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: alsa-state.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: plocate-updatedb.service (destination-file)
	RequiredBy: virtlockd.socket (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: systemd-soft-reboot.service (destination-file)
	RequiredBy: system-cron\x2dmail.slice (destination-implicit)
	RequiredBy: ldconfig.service (destination-file)
	RequiredBy: systemd-tpm2-setup.service (destination-file)
	RequiredBy: plymouth-start.service (destination-file)
	RequiredBy: virtlockd.service (destination-file)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: run-user-1000-gvfs.mount (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-file)
	RequiredBy: pcscd.service (destination-file)
	RequiredBy: systemd-sysext.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: systemd-udev-load-credentials.service (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: systemd-firstboot.service (destination-file)
	RequiredBy: pcscd.socket (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: systemd-repart.service (destination-file)
	RequiredBy: colord.service (destination-file)
	RequiredBy: systemd-suspend.service (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: home-roderich-Music.mount (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: libvirtd.socket (destination-file)
	RequiredBy: systemd-oomd.service (destination-file)
	RequiredBy: systemd-tpm2-setup-early.service (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: uuidd.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: lm-sensors.service (destination-file)
	RequiredBy: tmp.mount (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: initrd-switch-root.service (destination-file)
	RequiredBy: systemd-pcrmachine.service (destination-file)
	RequiredBy: systemd-hostnamed.service (destination-file)
	RequiredBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: etckeeper.service (destination-file)
	RequiredBy: gdm.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: dev-dm\x2d2.swap (destination-file)
	RequiredBy: libvirtd.service (destination-file)
	RequiredBy: plymouth-quit-wait.service (destination-file)
	RequiredBy: systemd-update-done.service (destination-file)
	RequiredBy: plymouth-quit.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: libvirt-guests.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: plocate-updatedb.service (destination-file)
	Before: upower.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: cups.socket (destination-file)
	Before: cups.service (destination-file)
	Before: slices.target (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: home-roderich-Music.mount (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
	Before: dev-nuc8\x2dvg-swap_1.swap (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: systemd-hostnamed.socket (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: libvirtd-ro.socket (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: emergency.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: polkit.service (destination-file)
	Before: virtlogd.socket (destination-file)
	Before: systemd-oomd.service (destination-file)
	Before: system-systemd\x2dcryptsetup.slice (destination-implicit)
	Before: systemd-random-seed.service (destination-file)
	Before: cron-dma-root-0.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: systemd-pcrextend.socket (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: ssh.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-file)
	Before: systemd-udev-load-credentials.service (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: etckeeper.service (destination-file)
	Before: pcscd.socket (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	Before: initrd-switch-root.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: ldconfig.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: uuidd.socket (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: systemd-hibernate-resume.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-bsod.service (destination-file)
	Before: systemd-cron-cleaner.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: gdm.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: virtlogd-admin.socket (destination-file)
	Before: systemd-coredump.socket (destination-file)
	Before: getty-static.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: plymouth-switch-root.service (destination-file)
	Before: system-cron\x2dmail.slice (destination-implicit)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: uuidd.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: libvirtd-admin.socket (destination-file)
	Before: sshd-unix-local.socket (destination-file)
	Before: libvirtd.socket (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: virtlockd.socket (destination-file)
	Before: virtlockd-admin.socket (destination-file)
	Before: boot.mount (destination-file)
	Before: fstrim.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: gnome-remote-desktop.service (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-hibernate-clear.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: thermald.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: colord.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: pcscd.service (destination-file)
	Before: cron-daily-apache2.service (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	Before: dbus.socket (destination-file)
	Before: cron-update.service (destination-file)
	Before: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: virtlogd.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: systemd-suspend.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: systemd-oomd.socket (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: run-user-1000-doc.mount (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: run-user-1000-gvfs.mount (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: dm-event.socket (destination-file)
	Before: dev-dm\x2d2.swap (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: virtlockd.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: cron-daily-samba.service (destination-file)
	Before: systemd-sysext.socket (destination-file)
	Before: systemd-hibernate.service (destination-file)
	Before: systemd-pcrlock.socket (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: fwupd-refresh.service (destination-file)
	Before: rescue.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: syslog.socket (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: systemd-creds.socket (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: power-profiles-daemon.service (destination-file)
	Before: run-credentials-systemd\x2djournald.service.mount (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: systemd-hybrid-sleep.service (destination-file)
	Before: systemd-suspend-then-hibernate.service (destination-file)
	Before: grub-common.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: tmp.mount (destination-file destination-slice-property)
	ReferencedBy: boot-efi.mount (destination-file destination-slice-property)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-file destination-slice-property)
	ReferencedBy: power-profiles-daemon.service (destination-file destination-slice-property)
	ReferencedBy: virtlockd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: var-lib-machines.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-slice-property)
	ReferencedBy: plymouth-switch-root.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
	ReferencedBy: accounts-daemon.service (destination-file destination-slice-property)
	ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
	ReferencedBy: systemd-oomd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-suspend-then-hibernate.service (destination-file destination-slice-property)
	ReferencedBy: avahi-daemon.socket (destination-file destination-slice-property)
	ReferencedBy: upower.service (destination-file destination-slice-property)
	ReferencedBy: systemd-bsod.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hostnamed.service (destination-file destination-slice-property)
	ReferencedBy: cron-daily-apache2.service (destination-file destination-slice-property)
	ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
	ReferencedBy: alsa-restore.service (destination-file destination-slice-property)
	ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
	ReferencedBy: virtlockd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: NetworkManager-wait-online.service (destination-file destination-slice-property)
	ReferencedBy: dbus-broker.service (destination-file destination-slice-property)
	ReferencedBy: man-db.service (destination-file destination-slice-property)
	ReferencedBy: dev-dm\x2d2.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
	ReferencedBy: virtlogd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
	ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
	ReferencedBy: rtkit-daemon.service (destination-file destination-slice-property)
	ReferencedBy: NetworkManager.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hibernate-resume.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrextend.socket (destination-file destination-slice-property)
	ReferencedBy: plymouth-quit.service (destination-file destination-slice-property)
	ReferencedBy: getty-static.service (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hybrid-sleep.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-done.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd.socket (destination-file destination-slice-property)
	ReferencedBy: logrotate.service (destination-file destination-slice-property)
	ReferencedBy: systemd-repart.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file destination-slice-property)
	ReferencedBy: apparmor.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsckd.socket (destination-file destination-slice-property)
	ReferencedBy: avahi-daemon.service (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-quit-wait.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
	ReferencedBy: ModemManager.service (destination-file destination-slice-property)
	ReferencedBy: systemd-machined.service (destination-file destination-slice-property)
	ReferencedBy: pcscd.socket (destination-file destination-slice-property)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.socket (destination-file destination-slice-property)
	ReferencedBy: libvirtd.service (destination-file destination-slice-property)
	ReferencedBy: virtlogd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
	ReferencedBy: fstrim.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrlock.socket (destination-file destination-slice-property)
	ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-file destination-slice-property)
	ReferencedBy: wpa_supplicant.service (destination-file destination-slice-property)
	ReferencedBy: etckeeper.service (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
	ReferencedBy: system-cron\x2dmail.slice (destination-implicit)
	ReferencedBy: console-setup.service (destination-file destination-slice-property)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: systemd-rfkill.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
	ReferencedBy: systemd-creds.socket (destination-file destination-slice-property)
	ReferencedBy: pcscd.service (destination-file destination-slice-property)
	ReferencedBy: ldconfig.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
	ReferencedBy: cron-daily-samba.service (destination-file destination-slice-property)
	ReferencedBy: grub-common.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hibernate.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-read-write.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file destination-slice-property)
	ReferencedBy: libvirt-guests.service (destination-file destination-slice-property)
	ReferencedBy: ssh.service (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: sshd-unix-local.socket (destination-file destination-slice-property)
	ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
	ReferencedBy: apt-daily.service (destination-file destination-slice-property)
	ReferencedBy: systemd-hostnamed.socket (destination-file destination-slice-property)
	ReferencedBy: rescue.service (destination-file destination-slice-property)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
	ReferencedBy: run-user-1000-gvfs.mount (destination-file destination-slice-property)
	ReferencedBy: boot.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-suspend.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: polkit.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-hwdb-update.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysext.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-cron-cleaner.service (destination-file destination-slice-property)
	ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
	ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
	ReferencedBy: binfmt-support.service (destination-file destination-slice-property)
	ReferencedBy: colord.service (destination-file destination-slice-property)
	ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
	ReferencedBy: systemd-quotacheck-root.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
	ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.service (destination-file destination-slice-property)
	ReferencedBy: rc-local.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrmachine.service (destination-file destination-slice-property)
	ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
	ReferencedBy: plocate-updatedb.service (destination-file destination-slice-property)
	ReferencedBy: virtlogd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: cups.service (destination-file destination-slice-property)
	ReferencedBy: uuidd.socket (destination-file destination-slice-property)
	ReferencedBy: uuidd.service (destination-file destination-slice-property)
	ReferencedBy: run-credentials-systemd\x2djournald.service.mount (destination-file destination-slice-property)
	ReferencedBy: run-user-1000-doc.mount (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
	ReferencedBy: gnome-remote-desktop.service (destination-file destination-slice-property)
	ReferencedBy: lm-sensors.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tpm2-setup.service (destination-file destination-slice-property)
	ReferencedBy: home-roderich-Music.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file destination-slice-property)
	ReferencedBy: cron-update.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
	ReferencedBy: alsa-state.service (destination-file destination-slice-property)
	ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
	ReferencedBy: cron-dma-root-0.service (destination-file destination-slice-property)
	ReferencedBy: virtlockd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-slice-property)
	ReferencedBy: udisks2.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-monitor.service (destination-file destination-slice-property)
	ReferencedBy: systemd-battery-check.service (destination-file destination-slice-property)
	ReferencedBy: blk-availability.service (destination-file destination-slice-property)
	ReferencedBy: gdm.service (destination-file destination-slice-property)
	ReferencedBy: cups.socket (destination-file destination-slice-property)
	ReferencedBy: dbus.socket (destination-file destination-slice-property)
	ReferencedBy: fwupd-refresh.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsckd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-start.service (destination-file destination-slice-property)
	ReferencedBy: emergency.service (destination-file destination-slice-property)
	ReferencedBy: syslog.socket (destination-file destination-slice-property)
	ReferencedBy: dm-event.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-slice-property)
	ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
	ReferencedBy: dm-event.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-hibernate-clear.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.service (destination-file destination-slice-property)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-file destination-slice-property)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file destination-slice-property)
	ReferencedBy: systemd-coredump.socket (destination-file destination-slice-property)
	ReferencedBy: bluetooth.service (destination-file destination-slice-property)
	ReferencedBy: systemd-soft-reboot.service (destination-file destination-slice-property)
	ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
	ReferencedBy: thermald.service (destination-file destination-slice-property)
	ReferencedBy: systemd-oomd.service (destination-file destination-slice-property)
	ReferencedBy: run-user-1000.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-rfkill.service (destination-file destination-slice-property)
	InSlice: -.slice (origin-implicit)
	SliceOf: ssh.service (destination-slice-property)
	SliceOf: console-setup.service (destination-slice-property)
	SliceOf: systemd-update-utmp-runlevel.service (destination-slice-property)
	SliceOf: e2scrub_all.service (destination-slice-property)
	SliceOf: binfmt-support.service (destination-slice-property)
	SliceOf: run-user-1000-doc.mount (destination-slice-property)
	SliceOf: dpkg-db-backup.service (destination-slice-property)
	SliceOf: systemd-sysext.socket (destination-slice-property)
	SliceOf: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-slice-property)
	SliceOf: lvm2-monitor.service (destination-slice-property)
	SliceOf: systemd-logind.service (destination-slice-property)
	SliceOf: systemd-pstore.service (destination-slice-property)
	SliceOf: keyboard-setup.service (destination-slice-property)
	SliceOf: thermald.service (destination-slice-property)
	SliceOf: systemd-udevd-control.socket (destination-slice-property)
	SliceOf: systemd-repart.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
	SliceOf: bluetooth.service (destination-slice-property)
	SliceOf: gdm.service (destination-slice-property)
	SliceOf: virtlockd.socket (destination-slice-property)
	SliceOf: systemd-suspend.service (destination-slice-property)
	SliceOf: blk-availability.service (destination-slice-property)
	SliceOf: systemd-fsck-root.service (destination-slice-property)
	SliceOf: uuidd.socket (destination-slice-property)
	SliceOf: rescue.service (destination-slice-property)
	SliceOf: getty-static.service (destination-slice-property)
	SliceOf: systemd-user-sessions.service (destination-slice-property)
	SliceOf: virtlogd.service (destination-slice-property)
	SliceOf: systemd-initctl.service (destination-slice-property)
	SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
	SliceOf: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-slice-property)
	SliceOf: systemd-oomd.socket (destination-slice-property)
	SliceOf: virtlogd.socket (destination-slice-property)
	SliceOf: NetworkManager-wait-online.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
	SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
	SliceOf: ldconfig.service (destination-slice-property)
	SliceOf: libvirtd-ro.socket (destination-slice-property)
	SliceOf: kmod-static-nodes.service (destination-slice-property)
	SliceOf: avahi-daemon.service (destination-slice-property)
	SliceOf: plymouth-quit.service (destination-slice-property)
	SliceOf: rtkit-daemon.service (destination-slice-property)
	SliceOf: power-profiles-daemon.service (destination-slice-property)
	SliceOf: grub-common.service (destination-slice-property)
	SliceOf: systemd-hybrid-sleep.service (destination-slice-property)
	SliceOf: cron-daily-samba.service (destination-slice-property)
	SliceOf: systemd-udev-load-credentials.service (destination-slice-property)
	SliceOf: systemd-tpm2-setup-early.service (destination-slice-property)
	SliceOf: run-credentials-systemd\x2djournald.service.mount (destination-slice-property)
	SliceOf: lm-sensors.service (destination-slice-property)
	SliceOf: fstrim.service (destination-slice-property)
	SliceOf: systemd-sysctl.service (destination-slice-property)
	SliceOf: libvirtd.socket (destination-slice-property)
	SliceOf: libvirt-guests.service (destination-slice-property)
	SliceOf: alsa-state.service (destination-slice-property)
	SliceOf: initrd-cleanup.service (destination-slice-property)
	SliceOf: systemd-udevd.service (destination-slice-property)
	SliceOf: systemd-firstboot.service (destination-slice-property)
	SliceOf: systemd-bsod.service (destination-slice-property)
	SliceOf: systemd-soft-reboot.service (destination-slice-property)
	SliceOf: uuidd.service (destination-slice-property)
	SliceOf: systemd-pcrlock.socket (destination-slice-property)
	SliceOf: ModemManager.service (destination-slice-property)
	SliceOf: systemd-networkd.socket (destination-slice-property)
	SliceOf: systemd-suspend-then-hibernate.service (destination-slice-property)
	SliceOf: systemd-machine-id-commit.service (destination-slice-property)
	SliceOf: systemd-battery-check.service (destination-slice-property)
	SliceOf: cron-update.service (destination-slice-property)
	SliceOf: var-lib-machines.mount (destination-slice-property)
	SliceOf: virtlogd-admin.socket (destination-slice-property)
	SliceOf: initrd-switch-root.service (destination-slice-property)
	SliceOf: fwupd-refresh.service (destination-slice-property)
	SliceOf: systemd-hostnamed.service (destination-slice-property)
	SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
	SliceOf: gnome-remote-desktop.service (destination-slice-property)
	SliceOf: dm-event.service (destination-slice-property)
	SliceOf: avahi-daemon.socket (destination-slice-property)
	SliceOf: systemd-hwdb-update.service (destination-slice-property)
	SliceOf: NetworkManager.service (destination-slice-property)
	SliceOf: initrd-parse-etc.service (destination-slice-property)
	SliceOf: systemd-fsckd.socket (destination-slice-property)
	SliceOf: libvirtd.service (destination-slice-property)
	SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
	SliceOf: dbus.socket (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup-dev-early.service (destination-slice-property)
	SliceOf: upower.service (destination-slice-property)
	SliceOf: dm-event.socket (destination-slice-property)
	SliceOf: systemd-journal-flush.service (destination-slice-property)
	SliceOf: systemd-binfmt.service (destination-slice-property)
	SliceOf: wpa_supplicant.service (destination-slice-property)
	SliceOf: emergency.service (destination-slice-property)
	SliceOf: systemd-tpm2-setup.service (destination-slice-property)
	SliceOf: libvirtd-admin.socket (destination-slice-property)
	SliceOf: systemd-pcrmachine.service (destination-slice-property)
	SliceOf: cups.socket (destination-slice-property)
	SliceOf: pcscd.socket (destination-slice-property)
	SliceOf: systemd-creds.socket (destination-slice-property)
	SliceOf: systemd-ask-password-console.service (destination-slice-property)
	SliceOf: colord.service (destination-slice-property)
	SliceOf: systemd-pcrphase.service (destination-slice-property)
	SliceOf: systemd-ask-password-wall.service (destination-slice-property)
	SliceOf: system-modprobe.slice (destination-implicit)
	SliceOf: systemd-random-seed.service (destination-slice-property)
	SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
	SliceOf: rc-local.service (destination-slice-property)
	SliceOf: virtlockd-admin.socket (destination-slice-property)
	SliceOf: systemd-udev-settle.service (destination-slice-property)
	SliceOf: run-user-1000.mount (destination-slice-property)
	SliceOf: systemd-cron-cleaner.service (destination-slice-property)
	SliceOf: systemd-timesyncd.service (destination-slice-property)
	SliceOf: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-slice-property)
	SliceOf: systemd-modules-load.service (destination-slice-property)
	SliceOf: polkit.service (destination-slice-property)
	SliceOf: cups.service (destination-slice-property)
	SliceOf: systemd-hibernate.service (destination-slice-property)
	SliceOf: boot.mount (destination-slice-property)
	SliceOf: plymouth-quit-wait.service (destination-slice-property)
	SliceOf: plocate-updatedb.service (destination-slice-property)
	SliceOf: systemd-rfkill.socket (destination-slice-property)
	SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
	SliceOf: udisks2.service (destination-slice-property)
	SliceOf: apt-daily-upgrade.service (destination-slice-property)
	SliceOf: systemd-networkd.service (destination-slice-property)
	SliceOf: systemd-journald.socket (destination-slice-property)
	SliceOf: dev-nuc8\x2dvg-swap_1.swap (destination-slice-property)
	SliceOf: systemd-networkd-persistent-storage.service (destination-slice-property)
	SliceOf: lvm2-lvmpolld.service (destination-slice-property)
	SliceOf: man-db.service (destination-slice-property)
	SliceOf: systemd-update-done.service (destination-slice-property)
	SliceOf: etckeeper.service (destination-slice-property)
	SliceOf: alsa-restore.service (destination-slice-property)
	SliceOf: system-getty.slice (destination-implicit)
	SliceOf: run-user-1000-gvfs.mount (destination-slice-property)
	SliceOf: systemd-sysext.service (destination-slice-property)
	SliceOf: accounts-daemon.service (destination-slice-property)
	SliceOf: systemd-hostnamed.socket (destination-slice-property)
	SliceOf: systemd-journal-catalog-update.service (destination-slice-property)
	SliceOf: plymouth-read-write.service (destination-slice-property)
	SliceOf: apt-daily.service (destination-slice-property)
	SliceOf: dev-dm\x2d2.swap (destination-slice-property)
	SliceOf: logrotate.service (destination-slice-property)
	SliceOf: e2scrub_reap.service (destination-slice-property)
	SliceOf: tmp.mount (destination-slice-property)
	SliceOf: systemd-update-utmp.service (destination-slice-property)
	SliceOf: systemd-journald-audit.socket (destination-slice-property)
	SliceOf: plymouth-start.service (destination-slice-property)
	SliceOf: systemd-remount-fs.service (destination-slice-property)
	SliceOf: cron-dma-root-0.service (destination-slice-property)
	SliceOf: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-slice-property)
	SliceOf: sshd-unix-local.socket (destination-slice-property)
	SliceOf: dbus-broker.service (destination-slice-property)
	SliceOf: systemd-udev-trigger.service (destination-slice-property)
	SliceOf: boot-efi.mount (destination-slice-property)
	SliceOf: systemd-initctl.socket (destination-slice-property)
	SliceOf: systemd-quotacheck-root.service (destination-slice-property)
	SliceOf: apparmor.service (destination-slice-property)
	SliceOf: virtlockd.service (destination-slice-property)
	SliceOf: systemd-hibernate-resume.service (destination-slice-property)
	SliceOf: systemd-sysusers.service (destination-slice-property)
	SliceOf: systemd-oomd.service (destination-slice-property)
	SliceOf: systemd-ask-password-plymouth.service (destination-slice-property)
	SliceOf: syslog.socket (destination-slice-property)
	SliceOf: pcscd.service (destination-slice-property)
	SliceOf: cron-daily-apache2.service (destination-slice-property)
	SliceOf: systemd-machined.service (destination-slice-property)
	SliceOf: systemd-hibernate-clear.service (destination-slice-property)
	SliceOf: lvm2-lvmpolld.socket (destination-slice-property)
	SliceOf: systemd-pcrextend.socket (destination-slice-property)
	SliceOf: systemd-coredump.socket (destination-slice-property)
	SliceOf: home-roderich-Music.mount (destination-slice-property)
	SliceOf: systemd-rfkill.service (destination-slice-property)
	SliceOf: system-systemd\x2dcryptsetup.slice (destination-implicit)
	SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
	SliceOf: systemd-fsckd.service (destination-slice-property)
	SliceOf: system-cron\x2dmail.slice (destination-implicit)
	SliceOf: systemd-journald.service (destination-slice-property)
	SliceOf: plymouth-switch-root.service (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 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:56 CEST
	May GC: yes
	Need Daemon Reload: no
	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: 0d83f38a958e4097bbec604cf4e6d57f
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-pstore.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-pstore.service (destination-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 685
			Start Timestamp: Tue 2024-05-07 15:37:55.986532 CEST
			Handoff Timestamp: 19.117ms since start
			Exit Timestamp: 10.089ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 5f64fd043ee6450eaad3115cadeb260f
	Documentation: man:dpkg(1)
	Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: dpkg-db-backup.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: dpkg-db-backup.service (origin-implicit)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: dpkg-db-backup.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: time-set.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: dpkg-db-backup.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
? Unit run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount:
	Description: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 49cb6988bc5c43bdaf2f73a14d07f0ad
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: systemd-tmpfiles-setup.service (destination-file)
	References: umount.target (origin-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-tmpfiles-setup.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit ssh.service:
	Alias: sshd.service
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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/ssh.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a3c6e8c23eb7439380015387e9499ac1
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /usr/lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: auditd.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: auditd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 853
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/sbin/sshd -t
			PID: 840
			Start Timestamp: Tue 2024-05-07 15:37:56.911292 CEST
			Handoff Timestamp: 28.047ms since start
			Exit Timestamp: 46.344ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStart:
		Command Line: /usr/sbin/sshd -D "\$SSHD_OPTS"
			PID: 853
			Start Timestamp: Tue 2024-05-07 15:37:56.986681 CEST
			Handoff Timestamp: 9.281ms since start
	? ExecReload:
		Command Line: /usr/sbin/sshd -t
		Command Line: /bin/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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart1.device:
	Description: Samsung SSD 970 EVO 500GB 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: fe7d46f1b16143709eb707fbe9db5a0a
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-5AA7\x2dBA86.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.device
	Following Set Member: dev-disk-by\x2dpartuuid-095c8609\x2d553e\x2d41f2\x2d8a52\x2d51e28f0bcfe5.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/pci-0000:6d:00.0-nvme-1-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
? Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:sulogin(8)
	Fragment Path: /usr/lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	Wants: -.mount (origin-file origin-path)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	Before: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	Before: initrd.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-file)
	After: getty at tty1.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: multi-user.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-dm\x2d2.target:
	Description: Block Device Preparation for /dev/dm-2
	Instance: dev-dm\x2d2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
	Before: dev-dm\x2d2.swap (destination-proc-swap)
	Before: dev-nuc8\x2dvg-swap_1.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-proc-swap)
	References: umount.target (origin-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-proc-swap)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c53291ef46154683aa98f1460acc5dac
	Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device
	Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-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/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
	Found: found-udev
? Unit cron-mail at cron-dma-root-0.service:Failure.service:
	Description: systemd-cron job mail ? cron-dma-root-0.service:Failure
	Instance: cron-dma-root-0.service:Failure
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-cron\x2dmail.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron-mail at .service
	Requires: system-cron\x2dmail.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-cron\x2dmail.slice (origin-file)
	OnFailureOf: cron-dma-root-0.service (destination-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-cron\x2dmail.slice (origin-file origin-slice-property)
	ReferencedBy: cron-dma-root-0.service (destination-file)
	InSlice: system-cron\x2dmail.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	PassEnvironment: SENDMAIL
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: _cron-failure
	Group: systemd-journal
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/systemd-cron/mail_for_job cron-dma-root-0.service:Failure
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: 8096b97291c449ed98ef4d3942ea6a35
	Documentation: man:mq_overview(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/dev-mqueue.mount
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /proc/sys/fs/mqueue succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
			PID: 473
			Start Timestamp: Tue 2024-05-07 15:37:55.207875 CEST
			Handoff Timestamp: 6.289ms since start
			Exit Timestamp: 35.486ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit systemd-cron-cleaner.timer:
	Description: systemd-cron, clean loose timestamps
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: bd903393b64f4f7fb011702458f16fc2
	Documentation: man:systemd-crontab-generator(8)
	Fragment Path: /usr/lib/systemd/system/systemd-cron-cleaner.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	RequiredBy: cron.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-cron-cleaner.service (origin-implicit)
	Before: cron.target (destination-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: systemd-cron-cleaner.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: systemd-cron-cleaner.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-set.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: cron.target (destination-file destination-default)
	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: systemd-cron-cleaner.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Mon *-*-* 00:15:00
? Unit plymouth-quit-wait.service:
	Description: Hold until boot process finishes up
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:59 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7b20286a21f94914ae481807ef1889d9
	Fragment Path: /usr/lib/systemd/system/plymouth-quit-wait.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: getty at tty1.service (destination-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	After: rc-local.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: rc-local.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: plymouth-start.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/plymouth --wait
			PID: 852
			Start Timestamp: Tue 2024-05-07 15:37:56.979488 CEST
			Handoff Timestamp: 8.894ms since start
			Exit Timestamp: 2.586200s since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit plymouth-start.service:
	Description: Show Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: b1004eec961a4ae78be5e3b6af43de7c
	Fragment Path: /usr/lib/systemd/system/plymouth-start.service
	ConditionVirtualization: !container succeeded
	ConditionKernelCommandLine: !nosplash succeeded
	ConditionKernelCommandLine: !plymouth.enable=0 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-ask-password-plymouth.path (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: rescue.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: gdm.service (destination-file)
	Before: systemd-ask-password-plymouth.path (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-ask-password-plymouth.service (origin-file destination-file)
	After: systemd-udev-trigger.service (origin-file)
	After: keyboard-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-ask-password-plymouth.path (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-ask-password-plymouth.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-battery-check.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	InSlice: system.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: forking
	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: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
			PID: 575
			Start Timestamp: Tue 2024-05-07 15:37:55.487683 CEST
			Handoff Timestamp: 397us since start
			Exit Timestamp: 12.040ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStartPost:
		Command Line: /usr/bin/plymouth show-splash
			PID: 589
			Start Timestamp: Tue 2024-05-07 15:37:55.502242 CEST
			Handoff Timestamp: 4.698ms since start
			Exit Timestamp: 26.017ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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\x2dwv2cz6\x2dq5Rx\x2dJNoq\x2dhspG\x2dtO0i\x2dRb7W\x2dbBbRV3.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-wv2cz6-q5Rx-JNoq-hspG-tO0i-Rb7W-bBbRV3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 169a5ad6c5c148f9b395ec5e9a3a0a28
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2da75ad2896ad84ac3aebc34a94cff72e4\x2dnvme0n1p3_crypt.device
	Following Set Member: dev-mapper-nvme0n1p3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.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-wv2cz6-q5Rx-JNoq-hspG-tO0i-Rb7W-bBbRV3
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
? Unit blockdev at dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.target:
	Description: Block Device Preparation for /dev/mapper/nuc8--vg-swap_1
	Instance: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	References: umount.target (origin-file)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/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: fc8fd402d51d4b09bd84fa720061d601
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-timesyncd.service
	ConditionVirtualization: !container succeeded
	ConditionCapability: CAP_SYS_TIME succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	Wants: time-set.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: time-set.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-sysusers.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: time-set.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: tmp.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /run/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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 716
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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
	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: flistxattr cacheflush getpeername tgkill ftruncate send unlink socketpair unlinkat setxattr process_madvise semtimedop_time64 pause setresgid pselect6_time64 _newselect mprotect clock_getres_time64 set_mempolicy membarrier clock_adjtime64 mbind rmdir getgroups truncate64 rt_sigtimedwait_time64 fadvise64_64 dup2 olduname fstatfs recvmmsg timer_settime64 openat chdir accept4 copy_file_range prctl fstat getppid fallocate preadv2 getsockname fchmod io_setup recvmmsg_time64 futimesat pwritev clone3 flock pipe move_pages truncate sendfile ioprio_set oldstat ioctl shmdt msgctl setfsgid32 mq_timedsend msgsnd time linkat get_thread_area write personality futex writev epoll_pwait setsockopt getrusage dup mknod futex_time64 fsetxattr epoll_pwait2 setreuid32 select getxattr setgid32 signalfd statfs timer_create setuid pwrite64 setsid timer_gettime sched_yield exit_group inotify_add_watch sigreturn setreuid clock_getres getsockopt socket epoll_wait clone wait4 fcntl clock_nanosleep_time64 ipc fstatat64 alarm set_tls sched_setattr rt_sigtimedwait fork getresgid32 getsid ftruncate64 riscv_flush_icache request_key eventfd fchmodat2 io_cancel readv readahead swapcontext sched_getparam setresuid32 arm_fadvise64_64 pread64 nanosleep unshare sched_setaffinity getgid32 newfstatat getresuid mlock getegid32 kill futex_waitv clock_gettime open fgetxattr timerfd_gettime ioprio_get ppoll clock_gettime64 tkill getpgid close getdents64 sched_getaffinity timer_settime rt_sigreturn setregid32 io_uring_enter io_pgetevents clock_adjtime mq_getsetattr listen inotify_init1 sched_get_priority_max setuid32 getpid oldlstat recv rt_tgsigqueueinfo statfs64 sched_setparam setrlimit fdatasync chown sched_get_priority_min uname clock_settime64 signal inotify_init fadvise64 set_tid_address symlinkat timer_gettime64 socketcall llistxattr umask io_destroy removexattr setfsuid access sendfile64 readlink pselect6 timerfd_create fchmodat io_submit getuid sched_rr_get_interval fchown rename lremovexattr ugetrlimit chown32 mknodat fstatfs64 memfd_create get_robust_list pidfd_open sigpending setns mq_notify epoll_ctl mq_timedreceive sched_setscheduler rt_sigaction setresuid getdents semctl add_key sync_file_range2 pipe2 fchown32 inotify_rm_watch lstat64 io_uring_register sendmmsg execveat arch_prctl semtimedop rt_sigqueueinfo waitpid vmsplice getpriority setitimer setregid getrandom capget creat getresgid fremovexattr restart_syscall setpriority kcmp mkdir setgroups32 splice oldfstat msync getitimer rt_sigsuspend recvfrom clock_nanosleep gettid mq_open fchownat prlimit64 utimensat_time64 sendmsg getcwd fsync process_vm_writev recvmsg sched_getattr setgroups getuid32 io_pgetevents_time64 msgget ppoll_time64 epoll_create1 fcntl64 mlock2 process_vm_readv readlinkat exit dup3 connect sync signalfd4 timerfd_settime64 faccessat2 settimeofday sigprocmask mkdirat mq_timedreceive_time64 mlockall mremap lseek set_mempolicy_home_node geteuid32 tee preadv waitid chmod vfork bind sched_getscheduler rt_sigprocmask timerfd_settime getpgrp listxattr sigaltstack mmap2 utimensat capset eventfd2 stat remap_file_pages setfsgid madvise accept shmctl fchdir mmap mq_unlink geteuid lsetxattr shutdown poll adjtimex readdir set_robust_list openat2 shmat times epoll_ctl_old getresuid32 sync_file_range timer_delete utime link munmap read set_thread_area utimes pidfd_send_signal setgid timer_getoverrun nice io_getevents syncfs shmget migrate_pages getrlimit sched_rr_get_interval_time64 sigaction msgrcv munlock rseq epoll_create lgetxattr keyctl name_to_handle_at setfsuid32 _llseek close_range setpgid sysinfo oldolduname io_uring_setup timerfd_gettime64 symlink semop getgroups32 renameat getegid clock_settime semget lchown32 lchown getgid brk stat64 renameat2 epoll_wait_old sendto userfaultfd rt_sigpending fstat64 mq_timedsend_time64 munlockall statx setresgid32 lstat getcpu pwritev2 faccessat sigsuspend gettimeofday execve get_mempolicy
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-timesyncd
			PID: 716
			Start Timestamp: Tue 2024-05-07 15:37:56.339282 CEST
			Handoff Timestamp: 48.899ms since start
	Status Text: Contacted time server [2001:638:504:2000::34]:123 (2.debian.pool.ntp.org).
	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: 38329
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-cron-cleaner.service:
	Description: systemd-cron, clean loose timestamps
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-crontab-generator(8)
	Fragment Path: /usr/lib/systemd/system/systemd-cron-cleaner.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: systemd-cron-cleaner.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: systemd-cron-cleaner.timer (destination-implicit)
	References: systemd-journald.socket (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)
	ReferencedBy: systemd-cron-cleaner.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: 
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/systemd-cron/remove_stale_stamps
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: n/a
	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: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: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: plymouth-start.service (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: plymouth-start.service (origin-file)
	References: emergency.service (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-switch-root.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit modprobe at loop.service:
	Description: Load Kernel Module loop
	Instance: loop
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-05-07 15:37:56 CEST
	May GC: yes
	Need Daemon Reload: no
	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: df378b9ef33a43bfbf6539a6557dd524
	Documentation: man:modprobe(8)
	Fragment Path: /usr/lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-repart.service (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-repart.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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 loop
			PID: 686
			Start Timestamp: Tue 2024-05-07 15:37:55.990264 CEST
			Handoff Timestamp: 19.534ms since start
			Exit Timestamp: 10.030ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	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-virbr0.device:
	Description: /sys/subsystem/net/devices/virbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:57 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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: 6a172d3bd6b545bd9bc0f5e9a5067708
	Following Set Member: sys-devices-virtual-net-virbr0.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/virbr0
	Sysfs Path: /sys/devices/virtual/net/virbr0
	Found: found-udev
? Unit dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 512ec457b8a645aa9bf4734dc51b17c1
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\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-id/nvme-eui.0025385981b18889-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit cups.socket:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/cups.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3a5c0ede2a0b4a939e76d8eca035b3fd
	Fragment Path: /usr/lib/systemd/system/cups.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	PartOf: cups.service (origin-file)
	RequiredBy: cups.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: cups.service (origin-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: cups.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: cups.service (origin-file origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: cups.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/cups/cups.sock (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: yes
	Writable: no
	FileDescriptorName: cups.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/cups/cups.sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 218ec15ad7964a948b72e361da032129
	Documentation: man:systemd-ask-password-wall.path(8)
	Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: emergency.service (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: paths.target (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: emergency.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: paths.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 sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: 5eff6ed4d606433599b01d652c67f2d5
	Documentation: https://docs.kernel.org/trace/ftrace.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/sys-kernel-tracing.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/tracing succeeded
	ConditionVirtualization: !lxc succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
			PID: 475
			Start Timestamp: Tue 2024-05-07 15:37:55.209332 CEST
			Handoff Timestamp: 7.846ms since start
			Exit Timestamp: 32.632ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit remote-cryptsetup.target:
	Description: Remote Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-cryptsetup.target
	WantedBy: initrd-root-device.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-pcrphase.service (destination-file)
	After: cryptsetup-pre.target (origin-file)
	After: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? 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: n/a
	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:apt(8)
	Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-networkd.service (origin-file)
	After: apt-daily.service (origin-file)
	After: connman.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	After: NetworkManager.service (origin-file)
	After: system.slice (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: network.target (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: apt-daily.service (origin-file)
	References: network.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: connman.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: network-online.target (origin-file)
	References: NetworkManager.service (origin-file)
	References: basic.target (origin-default)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-nvme0n1.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 80cddc950eba404db13a36616cde0594
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit systemd-oomd.service:
	Alias: dbus-org.freedesktop.oom1.service
	Description: Userspace Out-Of-Memory (OOM) Killer
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/systemd-oomd.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: b4702f01b43946f3ab03190980d612ae
	Documentation: man:systemd-oomd.service(8)
	Documentation: man:org.freedesktop.oom1(5)
	Fragment Path: /usr/lib/systemd/system/systemd-oomd.service
	ConditionPathExists: /proc/pressure/memory succeeded
	ConditionPathExists: /proc/pressure/io succeeded
	ConditionPathExists: /proc/pressure/cpu succeeded
	ConditionControlGroupController: memory succeeded
	ConditionControlGroupController: v2 succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-oomd.socket (origin-file)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	WantedBy: user at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: multi-user.target (origin-file)
	Before: user at 1000.service (destination-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: systemd-oomd.socket (origin-file destination-implicit)
	TriggeredBy: systemd-oomd.socket (destination-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: multi-user.target (origin-file)
	References: systemd-oomd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-oomd.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 715
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.oom1
	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: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	RootEphemeral: no
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: 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: -900
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_override cap_kill
	AmbientCapabilities: cap_dac_override cap_kill
	User: systemd-oom
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: fstatat64 preadv2 mq_timedreceive fallocate brk getgroups32 semget sched_yield munmap timer_create socketpair creat splice setxattr fchown32 inotify_init1 setgroups32 mbind memfd_create ppoll getrusage vmsplice eventfd2 io_uring_setup migrate_pages timerfd_gettime64 lchown32 recv pwritev eventfd getdents64 personality sched_getscheduler getxattr name_to_handle_at mknodat futex_waitv lremovexattr geteuid fcntl64 sched_getparam signalfd mq_open sched_setaffinity io_uring_register getresuid removexattr inotify_init sendfile set_tid_address lchown sendto getresuid32 ftruncate64 epoll_wait pselect6 olduname capset sigprocmask sync statx setgid io_submit clock_getres setuid faccessat2 mkdir futex_time64 mmap rseq io_pgetevents readlinkat setgroups readv getresgid getegid32 process_madvise setpgid shutdown lstat fork clone dup execve geteuid32 ppoll_time64 mknod llistxattr arm_fadvise64_64 statfs listxattr sendfile64 madvise _newselect stat64 sync_file_range2 mq_getsetattr renameat2 getegid poll prctl setpriority shmctl setreuid gettid pselect6_time64 open setsid setregid32 ugetrlimit fstat syncfs ioctl rmdir exit rt_sigpending set_mempolicy_home_node fstatfs utime fsetxattr timer_gettime symlinkat gettimeofday get_robust_list fdatasync execveat copy_file_range read _llseek setuid32 fgetxattr capget fadvise64_64 timerfd_create listen add_key lgetxattr kcmp setfsgid set_robust_list umask renameat dup3 fremovexattr semctl recvmmsg_time64 remap_file_pages flock unlink getsockopt getcwd unshare timer_getoverrun rt_sigtimedwait_time64 socketcall exit_group pipe getpriority getcpu fstat64 sched_get_priority_max arch_prctl clock_getres_time64 mprotect preadv timer_delete recvfrom signalfd4 ipc fchown tkill mq_notify pread64 mmap2 sigreturn rt_sigsuspend nice set_thread_area io_destroy io_setup getsockname setreuid32 mremap pidfd_open membarrier sched_getattr close_range setresuid32 wait4 mq_timedreceive_time64 faccessat semtimedop rt_sigtimedwait setresgid32 sched_getaffinity pidfd_send_signal accept4 keyctl kill nanosleep getpid pwrite64 sched_setparam msgrcv times getitimer pause setsockopt ioprio_set lseek uname readdir fchdir sendmsg inotify_rm_watch futex inotify_add_watch alarm pipe2 bind getgid32 utimensat_time64 sigpending rt_sigqueueinfo time sync_file_range clock_nanosleep_time64 getgroups epoll_wait_old recvmmsg setfsgid32 epoll_pwait mq_unlink getrlimit truncate vfork rt_sigreturn waitid mkdirat chown32 process_vm_writev setrlimit getpgid setresgid recvmsg timer_settime64 msgctl io_getevents getuid32 sysinfo clock_gettime64 send openat2 pwritev2 unlinkat sched_get_priority_min timerfd_settime64 semop close timerfd_gettime rt_tgsigqueueinfo process_vm_readv signal epoll_ctl getrandom userfaultfd sigsuspend fchmodat sched_rr_get_interval_time64 shmget epoll_create msgsnd setgid32 waitpid semtimedop_time64 munlock ioprio_get clock_gettime timer_settime lstat64 getuid clock_nanosleep getgid getppid mlockall sigaltstack fchownat linkat sched_setscheduler socket chmod clone3 symlink utimes mq_timedsend_time64 tgkill fchmod set_mempolicy oldstat link io_cancel timerfd_settime setfsuid io_pgetevents_time64 flistxattr getpeername newfstatat select utimensat setresuid msgget mq_timedsend dup2 shmat swapcontext oldolduname mlock shmdt setitimer stat cacheflush set_tls truncate64 write chdir tee prlimit64 getresgid32 request_key sigaction epoll_pwait2 openat connect get_mempolicy mlock2 restart_syscall munlockall ftruncate msync readahead epoll_create1 setns fadvise64 move_pages io_uring_enter accept setregid rt_sigprocmask statfs64 writev getsid fstatfs64 rename access sendmmsg fsync sched_rr_get_interval setfsuid32 sched_setattr futimesat riscv_flush_icache timer_gettime64 rt_sigaction get_thread_area oldlstat getpgrp fcntl fchmodat2 epoll_ctl_old oldfstat readlink chown lsetxattr getdents
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-oomd
			PID: 715
			Start Timestamp: Tue 2024-05-07 15:37:56.337959 CEST
			Handoff Timestamp: 52.539ms since start
	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: 67108864
	MemoryLow: 67108864
	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: 38329
	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
	IPAddressDeny: 0.0.0.0/0
? Unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount:
	Description: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7dcd7cc7abd14274ad11b71d7336d162
	Requires: -.mount (origin-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
	Before: umount.target (origin-mountinfo)
	After: -.mount (origin-path)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-path)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	RequiresMountsFor: /run/credentials (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/credentials/systemd-tmpfiles-setup-dev-early.service
	What: tmpfs
	File System Type: tmpfs
	Options: ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 7af41084e6d643a7886f3c8c4ccf3836
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L_1-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 00f33777736d4c18ba91f2899a9f5f7a
	Fragment Path: /usr/lib/systemd/system/dbus.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: bluetooth.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: gdm.service (destination-file)
	RequiredBy: thermald.service (destination-file)
	RequiredBy: dbus-broker.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: power-profiles-daemon.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: gnome-remote-desktop.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: colord.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: dbus-broker.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: power-profiles-daemon.service (destination-file)
	Before: gdm.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: colord.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: gnome-remote-desktop.service (destination-file)
	Before: upower.service (destination-file)
	Before: thermald.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: dbus-broker.service (origin-implicit destination-file)
	Before: polkit.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: NetworkManager.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: dbus-broker.service (origin-implicit destination-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-default)
	References: dbus-broker.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: thermald.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: gnome-remote-desktop.service (destination-file)
	ReferencedBy: ModemManager.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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit integritysetup.target:
	Description: Local Integrity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 7843423b80794386a3ee07b31c8b9f16
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/integritysetup.target
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sysinit.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 cron-mail at cron-daily-apache2.service:Failure.service:
	Description: systemd-cron job mail ? cron-daily-apache2.service:Failure
	Instance: cron-daily-apache2.service:Failure
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-cron\x2dmail.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd.cron(7)
	Fragment Path: /usr/lib/systemd/system/cron-mail at .service
	Requires: system-cron\x2dmail.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-cron\x2dmail.slice (origin-file)
	OnFailureOf: cron-daily-apache2.service (destination-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-cron\x2dmail.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	ReferencedBy: cron-daily-apache2.service (destination-file)
	InSlice: system-cron\x2dmail.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	PassEnvironment: SENDMAIL
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: _cron-failure
	Group: systemd-journal
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/systemd-cron/mail_for_job cron-daily-apache2.service:Failure
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-journald-dev-log.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4aed69d7b5ee4565aff7520c66fcf601
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 8b4c2d84d63d4c82b5853ceae64773c5
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/local-fs.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: boot-efi.mount (origin-file)
	Requires: boot.mount (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-sysext.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: ldconfig.service (destination-file)
	Before: etckeeper.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: systemd-sysext.socket (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	After: boot-efi.mount (destination-file destination-mountinfo)
	After: boot.mount (destination-file destination-mountinfo)
	After: run-user-1000-gvfs.mount (destination-mountinfo)
	After: run-user-1000-doc.mount (destination-mountinfo)
	After: tmp.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: -.mount (destination-file)
	After: systemd-quotacheck-root.service (destination-file)
	After: var-lib-machines.mount (destination-mount-file)
	After: systemd-remount-fs.service (destination-file)
	After: run-user-1000.mount (destination-mountinfo)
	After: local-fs-pre.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: boot.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: emergency.target (origin-file)
	References: boot-efi.mount (origin-file)
	References: systemd-fsck-root.service (origin-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: run-user-1000-doc.mount (destination-mountinfo)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file destination-mountinfo)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mount-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: systemd-sysext.socket (destination-file)
	ReferencedBy: boot.mount (destination-file destination-mountinfo)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: etckeeper.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
? Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: f7cfab1cd17147a7b63221cdcea0e428
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d failed
	ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d succeeded
	ConditionDirectoryNotEmpty: |/lib/binfmt.d succeeded
	ConditionPathIsMountPoint: /proc/sys/fs/binfmt_misc succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: binfmt-support.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (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: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: binfmt-support.service (destination-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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 702
			Start Timestamp: Tue 2024-05-07 15:37:56.303304 CEST
			Handoff Timestamp: 4.816ms since start
			Exit Timestamp: 16.150ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	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-nvme\x2deui.0025385981b18889.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 065487d271944022838fde0d39ce9a28
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.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/nvme-eui.0025385981b18889
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit systemd-pstore.service:
	Description: Platform Persistent Storage Archival
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-pstore(8)
	Fragment Path: /usr/lib/systemd/system/systemd-pstore.service
	ConditionVirtualization: !container succeeded
	ConditionDirectoryNotEmpty: /sys/fs/pstore failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: modprobe at efi_pstore.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: modprobe at efi_pstore.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: modprobe at efi_pstore.service (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-file origin-path)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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: systemd-initctl.socket (destination-implicit)
	After: system.slice (origin-file)
	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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-coredump.socket:
	Description: Process Core Dump Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-coredump.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: bab7386acf474f7593fe3143206afd7b
	Documentation: man:systemd-coredump(8)
	Fragment Path: /usr/lib/systemd/system/systemd-coredump.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-sysctl.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: systemd-sysctl.service (origin-file)
	References: shutdown.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/coredump (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-coredump.socket
	SELinuxContextFromNet: no
	Accepted: 0
	NConnections: 0
	MaxConnections: 16
	MaxConnectionsPerSource: 8
	ListenSequentialPacket: /run/systemd/coredump
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit initrd-root-fs.target:
	Description: Initrd Root File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/initrd-root-fs.target
	AssertPathExists: /etc/initrd-release untested
	Wants: systemd-repart.service (origin-file)
	RequiredBy: initrd-parse-etc.service (destination-file)
	WantedBy: initrd.target (destination-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: initrd-switch-root.target (destination-file)
	After: systemd-repart.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-repart.service (origin-file)
	References: emergency.target (origin-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
? Unit initrd-switch-root.target:
	Description: Switch Root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Fragment Path: /usr/lib/systemd/system/initrd-switch-root.target
	AssertPathExists: /etc/initrd-release untested
	Wants: systemd-journald.service (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: initrd-udevadm-cleanup-db.service (origin-file)
	Wants: initrd-root-fs.target (origin-file)
	Wants: initrd-switch-root.service (origin-file)
	Wants: plymouth-start.service (origin-file)
	Wants: plymouth-switch-root.service (origin-file)
	Wants: initrd-cleanup.service (origin-file)
	WantedBy: initrd-switch-root.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: systemd-repart.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ConflictedBy: systemd-udev-load-credentials.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	ConflictedBy: ldconfig.service (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	Before: initrd-switch-root.service (origin-file)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: initrd-root-fs.target (origin-file)
	After: emergency.target (origin-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: initrd-fs.target (origin-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: initrd-cleanup.service (origin-file)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
	After: systemd-repart.service (destination-file)
	After: systemd-udev-load-credentials.service (destination-file)
	After: systemd-tmpfiles-setup-dev-early.service (destination-file)
	After: emergency.service (origin-file)
	After: ldconfig.service (destination-file)
	After: systemd-sysext.service (destination-file)
	References: initrd-udevadm-cleanup-db.service (origin-file)
	References: plymouth-switch-root.service (origin-file)
	References: initrd-switch-root.service (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: initrd-cleanup.service (origin-file)
	References: emergency.service (origin-file)
	References: emergency.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: initrd-fs.target (origin-file)
	References: systemd-journald.service (origin-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit etckeeper.timer:
	Description: Daily autocommit of changes in /etc directory
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: f84514c2a37c4e39ac39e9be71ca9112
	Documentation: man:etckeeper(8)
	Fragment Path: /usr/lib/systemd/system/etckeeper.timer
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: etckeeper.service (origin-implicit)
	Before: multi-user.target (destination-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: etckeeper.service (origin-implicit)
	References: etckeeper.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: timers.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: etckeeper.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 1d
	OnBootSec: 15min
? Unit dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e41150d445584d9b8a2d4a71dec9cccb
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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/pci-0000:6d:00.0-nvme-1-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit colord.service:
	Description: Manage, Install and Generate Color Profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:57 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:57 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/colord.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d5ae055633184bdb853e55339a40aadd
	Fragment Path: /usr/lib/systemd/system/colord.service
	Condition Timestamp: Tue 2024-05-07 15:37:57 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:57 CEST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: -.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: basic.target (origin-default)
	References: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/cache/colord (origin-file)
	RequiresMountsFor: /var/lib/colord (origin-file)
	RequiresMountsFor: /etc/colord (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 871
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ColorManager
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: yes
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	ProtectProc: invisible
	ProcSubset: pid
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: colord
	CacheDirectoryMode: 0755
	CacheDirectory: colord
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	ConfigurationDirectory: colord
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_perfmon cap_bpf cap_checkpoint_restore
	User: colord
	DynamicUser: no
	LockPersonality: yes
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/colord
			PID: 871
			Start Timestamp: Tue 2024-05-07 15:37:57.005362 CEST
			Handoff Timestamp: 35.641ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit samba-ad-dc.service:
	Description: samba-ad-dc.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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 udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/udisks2.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ca8eba0848f24dc882befeb1af062615
	Documentation: man:udisks(8)
	Fragment Path: /usr/lib/systemd/system/udisks2.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	ReferencedBy: graphical.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 738
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UDisks2
	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: SIGINT
	RestartKillSignal: SIGINT
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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/udisks2/udisksd
			PID: 738
			Start Timestamp: Tue 2024-05-07 15:37:56.504581 CEST
			Handoff Timestamp: 10.876ms since 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-cryptsetup at nvme0n1p3_crypt.service:
	Description: Cryptography Setup for nvme0n1p3_crypt
	Instance: nvme0n1p3_crypt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9b8a62b821114fafb2be4a4612558aaf
	Documentation: man:crypttab(5)
	Documentation: man:systemd-cryptsetup-generator(8)
	Documentation: man:systemd-cryptsetup at .service(8)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at nvme0n1p3_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system-systemd\x2dcryptsetup.slice (origin-file)
	Wants: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
	BindsTo: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device (origin-file)
	RequiredBy: dev-mapper-nvme0n1p3_crypt.device (destination-file)
	RequiredBy: cryptsetup.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
	Before: umount.target (origin-file)
	Before: cryptsetup.target (origin-file)
	After: system-systemd\x2dcryptsetup.slice (origin-file)
	After: cryptsetup-pre.target (origin-file)
	After: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-tpm2-setup-early.service (origin-file)
	After: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-tpm2-setup-early.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dcryptsetup.slice (origin-file origin-slice-property)
	References: run-credentials-systemd\x2dcryptsetup\x40nvme0n1p3_crypt.service.mount (origin-file)
	References: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: umount.target (origin-file)
	References: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device (origin-file)
	ReferencedBy: dev-mapper-nvme0n1p3_crypt.device (destination-file)
	ReferencedBy: cryptsetup.target (destination-file)
	InSlice: system-systemd\x2dcryptsetup.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	OOMScoreAdjust: 500
	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/systemd-cryptsetup attach nvme0n1p3_crypt /dev/disk/by-uuid/a75ad289-6ad8-4ac3-aebc-34a94cff72e4 none luks,discard
			PID: 618
			Start Timestamp: Tue 2024-05-07 15:37:55.593893 CEST
			Handoff Timestamp: 5.283ms since start
			Exit Timestamp: 9.390ms since handoff
			Exit Code: exited
			Exit Status: 0
	? ExecStop:
		Command Line: /usr/bin/systemd-cryptsetup detach nvme0n1p3_crypt
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit libvirtd.socket:
	Description: libvirt legacy monolithic daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:39:57 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/libvirtd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 000cf71834dc48a4ba097f06ee9c1f75
	Fragment Path: /usr/lib/systemd/system/libvirtd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	BoundBy: libvirtd-admin.socket (destination-file)
	BoundBy: libvirtd-ro.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-implicit destination-file)
	Before: libvirtd-ro.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd-admin.socket (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: libvirtd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: libvirtd.service (origin-implicit)
	References: sockets.target (origin-default)
	ReferencedBy: libvirtd-ro.socket (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/libvirt-sock (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: yes
	Writable: no
	FileDescriptorName: libvirtd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/libvirt-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/remote-fs-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: remote-veritysetup.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: remote-cryptsetup.target (destination-file)
	Before: home-roderich-Music.mount (destination-mountinfo)
	Before: remote-fs.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: home-roderich-Music.mount (destination-mountinfo)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: remote-veritysetup.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
? Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d10-1\x2d10:1.0-bluetooth-hci0.device:
	Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/bluetooth/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 8c1b078781af45a6b37d09fc9fa7e66d
	Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
	Wants: bluetooth.target (origin-udev)
	References: bluetooth.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/bluetooth/hci0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/bluetooth/hci0
	Found: found-udev
	udev SYSTEMD_WANTS: bluetooth.target
? Unit systemd-hibernate-resume.service:
	Description: Resume from hibernation
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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: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-battery-check.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 4b74711ea94b4b6d8dfc399d249205a1
	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: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (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: dm-event.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dm-event.service (origin-file)
	References: dm-event.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: dm-event.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 479
			Start Timestamp: Tue 2024-05-07 15:37:55.214565 CEST
			Handoff Timestamp: 7.397ms since start
			Exit Timestamp: 83.068ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? 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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 9ecb7ce7fb4849edadb971d98dba0796
	Fragment Path: /usr/lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: avahi-daemon.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: avahi-daemon.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: avahi-daemon.service (origin-implicit)
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c6febfb828064506848da2e48f7b467b
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.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/pci-0000:6d:00.0-nvme-1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit run-credentials-systemd\x2dnetworkd.service.mount:
	Description: run-credentials-systemd\x2dnetworkd.service.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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-networkd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
? Unit dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 66ed5e6165924ed59d76fa8aedc4562d
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.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/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L_1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit systemd-journald.socket:
	Description: Journal Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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/systemd-journald.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 842078fc9dd64aa1b7f9026a0931eb05
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /usr/lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: man-db.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: systemd-suspend-then-hibernate.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-hybrid-sleep.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: cron-mail at cron-daily-apache2.service:Failure.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: dm-event.service (destination-file)
	Before: plocate-updatedb.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: modprobe at dm_mod.service (destination-file)
	Before: cron-update.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: cups.service (destination-file)
	Before: run-credentials-systemd\x2djournald.service.mount (destination-file)
	Before: ModemManager.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: gdm.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: cron-dma-root-0.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: dev-dm\x2d2.swap (destination-file)
	Before: boot.mount (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-file)
	Before: systemd-cron-cleaner.service (destination-file)
	Before: run-user-1000-doc.mount (destination-file)
	Before: virtlogd.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: etckeeper.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: thermald.service (destination-file)
	Before: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: polkit.service (destination-file)
	Before: cron-daily-apache2.service (destination-file)
	Before: systemd-udev-load-credentials.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: systemd-soft-reboot.service (destination-file)
	Before: run-user-1000-gvfs.mount (destination-file)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: initrd-switch-root.service (destination-file)
	Before: uuidd.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: ldconfig.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-bsod.service (destination-file)
	Before: systemd-update-done.service (destination-file)
	Before: virtlockd.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	Before: fwupd-refresh.service (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	Before: cron-mail at cron-dma-root-0.service:Failure.service (destination-file)
	Before: systemd-tpm2-setup-early.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-hibernate-resume.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: cron-mail at cron-daily-samba.service:Failure.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: dev-nuc8\x2dvg-swap_1.swap (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-oomd.service (destination-file)
	Before: colord.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: ssh.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: power-profiles-daemon.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: systemd-hibernate.service (destination-file)
	Before: gnome-remote-desktop.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-suspend.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: grub-common.service (destination-file)
	Before: systemd-battery-check.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: pcscd.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: modprobe at efi_pstore.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-hibernate-clear.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: systemd-pcrmachine.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	Before: cron-daily-samba.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: modprobe at loop.service (destination-file)
	Before: home-roderich-Music.mount (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: cron-daily-samba.service (destination-file)
	ReferencedBy: dpkg-db-backup.service (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-hybrid-sleep.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
	ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: systemd-hibernate-clear.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-cron-cleaner.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: thermald.service (destination-file)
	ReferencedBy: uuidd.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: cron-daily-apache2.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-soft-reboot.service (destination-file)
	ReferencedBy: systemd-battery-check.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-update-done.service (destination-file)
	ReferencedBy: systemd-oomd.service (destination-file)
	ReferencedBy: gnome-remote-desktop.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: cron-mail at cron-dma-root-0.service:Failure.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-bsod.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: home-roderich-Music.mount (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-file)
	ReferencedBy: systemd-hibernate-resume.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: cron-update.service (destination-file)
	ReferencedBy: modprobe at loop.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
	ReferencedBy: alsa-state.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-pcrmachine.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2djournald.service.mount (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: etckeeper.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: cron-mail at cron-daily-apache2.service:Failure.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: dev-dm\x2d2.swap (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: systemd-udev-load-credentials.service (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: grub-common.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: cron-dma-root-0.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: cron-mail at cron-daily-samba.service:Failure.service (destination-file)
	ReferencedBy: systemd-hostnamed.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: ldconfig.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-5AA7\x2dBA86.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: run-user-1000-doc.mount (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: pcscd.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: modprobe at dm_mod.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-hibernate.service (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-file)
	ReferencedBy: systemd-suspend.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	RequiresMountsFor: /run/systemd/journal/stdout (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit systemd-suspend-then-hibernate.service:
	Description: System Suspend then Hibernate
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:systemd-suspend-then-hibernate.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service
	Requires: system.slice (origin-file)
	Requires: sleep.target (origin-file)
	RequiredBy: suspend-then-hibernate.target (destination-file)
	Before: suspend-then-hibernate.target (destination-file)
	After: system.slice (origin-file)
	After: sleep.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sleep.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: suspend-then-hibernate.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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-sleep suspend-then-hibernate
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit first-boot-complete.target:
	Description: First Boot Complete
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/first-boot-complete.target
	ConditionFirstBoot: yes failed
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: no
	WantedBy: systemd-firstboot.service (destination-file)
	WantedBy: systemd-random-seed.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-machine-id-commit.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: systemd-random-seed.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-firstboot.service (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\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d208d04317f641f8983f6a4f0a3dcd19
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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-id/nvme-Samsung_SSD_970_EVO_500GB_S466NX0K931488L_1-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit machine.slice:
	Description: Virtual Machine and Container Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.slice
	CGroup: /machine.slice
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 06461baa6aa24e4cb2e2bcbc8a4f498f
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/machine.slice
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	WantedBy: systemd-machined.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: systemd-machined.service (destination-file)
	Before: shutdown.target (origin-default)
	After: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-machined.service (destination-file)
	InSlice: -.slice (origin-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 lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 3dd00eb57e3f4c0bbc47d2a764fb60a8
	Documentation: man:lvmpolld(8)
	Fragment Path: /usr/lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	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: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-path)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: sysinit.target (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: bf14702dffa749f190a7b57319b661fe
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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/pci-0000:6d:00.0-nvme-1-part/by-partnum/2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2droot.device:
	Description: /dev/disk/by-id/dm-name-nuc8--vg-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 617bf33e5eaa4eb59c3e3d8b3658610b
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc8\x2dvg-root.device
	Following Set Member: dev-disk-by\x2duuid-743eea1f\x2dd766\x2d439c\x2dbe53\x2d45a641598cb5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciWzY2fpmMUwhZvBKvsrBPYxcw0h3j0rIi.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/disk/by-id/dm-name-nuc8--vg-root
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
? 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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 0cfa5cb0b8a44cbcb6d64de1b4d083ba
	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: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-udevd.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: initrd-switch-root.target (origin-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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 492
			Start Timestamp: Tue 2024-05-07 15:37:55.235746 CEST
			Handoff Timestamp: 17.063ms since start
			Exit Timestamp: 10.073ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: -.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: dcb096e0d6a54c1a9e914bfeb634b8ca
	Documentation: https://docs.kernel.org/filesystems/configfs.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/config succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: modprobe at configfs.service (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sys-module-configfs.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: modprobe at configfs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: modprobe at configfs.service (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount configfs /sys/kernel/config -t configfs -o nosuid,nodev,noexec
			PID: 498
			Start Timestamp: Tue 2024-05-07 15:37:55.261128 CEST
			Handoff Timestamp: 5.374ms since start
			Exit Timestamp: 2.561ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit plocate-updatedb.service:
	Description: Update the plocate database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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/plocate-updatedb.service
	ConditionACPower: true untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: plocate-updatedb.timer (destination-implicit)
	TriggeredBy: plocate-updatedb.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: tmp.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	ReferencedBy: plocate-updatedb.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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_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/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: 38329
	DevicePolicy: closed
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 0f25a55d459747d28407739c19d22409
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/timers.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Wants: fstrim.timer (origin-file)
	Wants: e2scrub_all.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: plocate-updatedb.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: fwupd-refresh.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: dpkg-db-backup.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: logrotate.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: cron-daily-samba.timer (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: man-db.timer (destination-default)
	After: cron-daily-apache2.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: fstrim.timer (destination-default)
	After: cron-dma-root-0.timer (destination-default)
	After: systemd-cron-cleaner.timer (destination-default)
	After: dpkg-db-backup.timer (destination-default)
	After: etckeeper.timer (destination-default)
	After: plocate-updatedb.timer (destination-default)
	After: fwupd-refresh.timer (destination-default)
	After: apt-daily.timer (destination-default)
	References: e2scrub_all.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: shutdown.target (origin-file)
	References: man-db.timer (origin-file)
	References: plocate-updatedb.timer (origin-file)
	References: dpkg-db-backup.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: fstrim.timer (origin-file)
	References: fwupd-refresh.timer (origin-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: cron-daily-samba.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: systemd-cron-cleaner.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: cron-daily-apache2.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: etckeeper.timer (destination-default)
	ReferencedBy: cron-dma-root-0.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device:
	Description: /sys/devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 0668377b65af421c972f8afe3d7f8f99
	Following Set Member: dev-snd-controlC0.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1f.3.device
	Wants: sound.target (origin-udev)
	References: sound.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
? Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 5dc1e34ab3804a4aaeee65fe652682c6
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: session-2.scope (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: gdm.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: user at 1000.service (destination-file)
	After: home.mount (origin-file)
	After: system.slice (origin-file)
	After: systemd-pcrphase.service (destination-file)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	References: network.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: home.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.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: exited
	Result: success
	Reload Result: success
	Clean 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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 843
			Start Timestamp: Tue 2024-05-07 15:37:56.917149 CEST
			Handoff Timestamp: 27.067ms since start
			Exit Timestamp: 22.699ms since handoff
			Exit Code: exited
			Exit Status: 0
	? 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: 38329
	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-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device:
	Description: Samsung SSD 970 EVO 500GB 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: bbbf2ea1e38f449598a3d472fe9c24ad
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-7954ba6e\x2d2078\x2d4c97\x2dad16\x2d43c0f1eeaadb.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889\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/pci-0000:6d:00.0-nvme-1-part/by-partuuid/7954ba6e-2078-4c97-ad16-43c0f1eeaadb
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
? Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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:mandb(8)
	Fragment Path: /usr/lib/systemd/system/man-db.service
	ConditionACPower: true untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: man-db.timer (destination-implicit)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	TriggeredBy: man-db.timer (destination-implicit)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: tmp.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: man-db.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /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
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectClock: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	IOSchedulingClass: idle
	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
	User: man
	DynamicUser: no
	LockPersonality: yes
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
		Command Line: /usr/bin/mandb --quiet
	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: 38329
	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-tmpfiles-setup.service:
	Description: Create Volatile Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 772a1a986ce84d3dbff931410098cbc3
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: plocate-updatedb.service (destination-file)
	Before: systemd-oomd.service (destination-file)
	Before: systemd-hostnamed.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: ModemManager.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: power-profiles-daemon.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: colord.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-journal-catalog-update.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: upower.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: polkit.service (destination-file)
	After: systemd-journal-flush.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-sysext.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: local-fs.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: plocate-updatedb.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-hostnamed.service (destination-file)
	ReferencedBy: systemd-journal-catalog-update.service (destination-file)
	ReferencedBy: systemd-oomd.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: colord.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 703
			Start Timestamp: Tue 2024-05-07 15:37:56.304089 CEST
			Handoff Timestamp: 6.091ms since start
			Exit Timestamp: 23.576ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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)
	DropIn Path: /usr/lib/systemd/system/-.slice.d/10-oomd-root-slice-defaults.conf
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: machine.slice (destination-implicit)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: -.mount (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: init.scope (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	WantedBy: slices.target (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: slices.target (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: user.slice (destination-implicit)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: machine.slice (destination-implicit)
	Before: dev-mqueue.mount (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: init.scope (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: -.mount (destination-file)
	Before: system.slice (destination-implicit)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
	ReferencedBy: init.scope (destination-file destination-slice-property)
	ReferencedBy: machine.slice (destination-implicit)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: -.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
	ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
	SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
	SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
	SliceOf: machine.slice (destination-implicit)
	SliceOf: dev-mqueue.mount (destination-slice-property)
	SliceOf: sys-kernel-config.mount (destination-slice-property)
	SliceOf: -.mount (destination-slice-property)
	SliceOf: user.slice (destination-implicit)
	SliceOf: system.slice (destination-implicit)
	SliceOf: sys-kernel-tracing.mount (destination-slice-property)
	SliceOf: sys-kernel-debug.mount (destination-slice-property)
	SliceOf: dev-hugepages.mount (destination-slice-property)
	SliceOf: init.scope (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: kill
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 97f559c1400142118e1d1611675413a6
	Documentation: man:dmeventd(8)
	Fragment Path: /usr/lib/systemd/system/dm-event.socket
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	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: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: dm-event.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: dm-event.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	RequiresMountsFor: /run/dmeventd-client (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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit system-systemd\x2dcryptsetup.slice:
	Description: Encrypted Volume Units Service Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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\x2dcryptsetup.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: 8c9e64bd860f4a9abde758014cc83687
	Documentation: man:systemd-cryptsetup at .service(8)
	Fragment Path: /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: systemd-cryptsetup at nvme0n1p3_crypt.service (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 dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: e3edb739288a4836ac696c5e69bd3b01
	Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device
	Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device
	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/serial8250/serial8250:0/serial8250: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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 1c08f3c825b04488b2dde2b8fe591e2b
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /usr/lib/systemd/system/systemd-remount-fs.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 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-update-utmp.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-quotacheck-root.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: power-profiles-daemon.service (destination-file)
	Before: colord.service (destination-file)
	Before: systemd-networkd-persistent-storage.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: fwupd-refresh.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: upower.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: systemd-tpm2-setup.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-quotacheck-root.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: power-profiles-daemon.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-tpm2-setup.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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
			PID: 490
			Start Timestamp: Tue 2024-05-07 15:37:55.233115 CEST
			Handoff Timestamp: 13.831ms since start
			Exit Timestamp: 40.027ms since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/6da21973-da15-4b12-a36d-0f62b61e4cf0
	Instance: dev-disk-by\x2duuid-6da21973\x2dda15\x2d4b12\x2da36d\x2d0f62b61e4cf0
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	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
	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-fsckd.service:
	Description: File System Check Daemon to report status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-05-07 15:38:29 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Exit Timestamp: Tue 2024-05-07 15:38:29 CEST
	Inactive Enter Timestamp: Tue 2024-05-07 15:38:29 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: cbfe96ce0d674eb1abfb3564f716191d
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /usr/lib/systemd/system/systemd-fsckd.service
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-fsckd.socket (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-fsckd.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
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/lib/systemd/systemd-fsckd
			PID: 616
			Start Timestamp: Tue 2024-05-07 15:37:55.593111 CEST
			Handoff Timestamp: 4.420ms since start
			Exit Timestamp: 34.003758s since handoff
			Exit Code: exited
			Exit Status: 0
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit virtlockd.socket:
	Description: libvirt locking daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/virtlockd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 956eadacf4ec418fb3fff063dfb9f36a
	Fragment Path: /usr/lib/systemd/system/virtlockd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	BoundBy: virtlockd-admin.socket (destination-file)
	BoundBy: virtlockd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: virtlockd-admin.socket (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: virtlockd.service (origin-implicit destination-file)
	Before: libvirtd.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: virtlockd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-default)
	References: virtlockd.service (origin-implicit)
	References: sysinit.target (origin-default)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlockd-sock (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: 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: virtlockd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlockd-sock
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:1f.3.device:
	Description: /dev/snd/by-path/pci-0000:00:1f.3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 5f50c919ea7f49989ecdc328b82e8e6f
	Following: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device
	Following Set Member: dev-snd-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/by-path/pci-0000:00:1f.3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0
	Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1.device:
	Description: Samsung SSD 970 EVO 500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: c05bfbdc1b6740e8beeee1dae4bc3569
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.0025385981b18889.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
? Unit bluetooth.service:
	Alias: dbus-org.bluez.service
	Description: Bluetooth service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/bluetooth.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9545761e815e46e0a385ebd529bac35b
	Documentation: man:bluetoothd(8)
	Fragment Path: /usr/lib/systemd/system/bluetooth.service
	ConditionPathIsDirectory: /sys/class/bluetooth succeeded
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file origin-path)
	Wants: -.mount (origin-file origin-path)
	WantedBy: bluetooth.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: bluetooth.target (destination-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: tmp.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: bluetooth.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	WantsMountsFor: /var/tmp (origin-file)
	WantsMountsFor: /tmp (origin-file)
	RequiresMountsFor: /etc/bluetooth (origin-file)
	RequiresMountsFor: /var/lib/bluetooth (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	ReloadSignal: HUP
	Main PID: 727
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.bluez
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: yes
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0700
	StateDirectory: bluetooth
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0555
	ConfigurationDirectory: bluetooth
	TimeoutCleanSec: infinity
	LimitNPROC: 1
	LimitNPROCSoft: 1
	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_admin
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	? ExecStart:
		Command Line: /usr/libexec/bluetooth/bluetoothd
			PID: 727
			Start Timestamp: Tue 2024-05-07 15:37:56.478716 CEST
			Handoff Timestamp: 69.740ms since start
	Status Text: Running
	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: 38329
	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: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 38329
	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 iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	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)
	Before: libvirtd.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
? Unit dev-nuc8\x2dvg-swap_1.device:
	Description: /dev/nuc8-vg/swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: 53ca3090e894474a9a8bf9d6da2b856f
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Following Set Member: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nuc8-vg/swap_1
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit uuidd.socket:
	Description: UUID daemon activation socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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/uuidd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 92716e9694a24adcb5dac38564d29983
	Fragment Path: /usr/lib/systemd/system/uuidd.socket
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: uuidd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: uuidd.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: uuidd.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: uuidd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: uuidd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/uuidd/request (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: uuidd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/uuidd/request
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	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: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: cafe0347ba9c44449b17ac084f1318c3
	Documentation: man:systemd.special(7)
	Fragment Path: /usr/lib/systemd/system/time-set.target
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	WantedBy: time-sync.target (destination-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fstrim.timer (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: systemd-cron-cleaner.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: plocate-updatedb.timer (destination-default)
	Before: cron-daily-apache2.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: fwupd-refresh.timer (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: cron-dma-root-0.timer (destination-default)
	Before: man-db.timer (destination-default)
	Before: cron-daily-samba.timer (destination-default)
	Before: time-sync.target (destination-file destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: plocate-updatedb.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-cron-cleaner.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: cron-daily-apache2.timer (destination-default)
	ReferencedBy: cron-daily-samba.timer (destination-default)
	ReferencedBy: time-sync.target (destination-file destination-default)
	ReferencedBy: cron-dma-root-0.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	SurviveFinalKillSignal: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
? Unit home-roderich-Music.mount:
	Description: /home/roderich/Music
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:38:00 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:38:00 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:38:00 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/home-roderich-Music.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d0e17292d203446ea67ee7a7ea65e841
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-roderich-Music.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2024-05-07 15:38:00 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:38:00 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Wants: network-online.target (origin-mountinfo)
	WantedBy: remote-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: network.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: remote-fs-pre.target (origin-mountinfo)
	After: network-online.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	References: remote-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-mountinfo)
	References: -.mount (origin-implicit origin-path)
	References: network.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: remote-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /home/roderich (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: /home/roderich/Music
	What: //pi4/Music
	File System Type: smb3
	Options: ro,relatime,vers=3.1.1,sec=none,cache=strict,uid=1000,forceuid,gid=0,noforcegid,addr=192.168.178.37,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,reparse=nfs,rsize=4194304,wsize=4194304,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
	? ExecMount:
		Command Line: /usr/bin/mount //pi4/Music /home/roderich/Music -t smb3 -o vers=3.1.1,ro,guest,uid=roderich
			PID: 1493
			Start Timestamp: Tue 2024-05-07 15:38:00.087758 CEST
			Handoff Timestamp: 437us since start
			Exit Timestamp: 242.675ms since handoff
			Exit Code: exited
			Exit Status: 0
? Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: libvirtd-admin.socket (destination-file destination-path)
	RequiredBy: fwupd-refresh.service (destination-file destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	RequiredBy: e2scrub_all.timer (destination-file destination-path)
	RequiredBy: man-db.timer (destination-file destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-file destination-path)
	RequiredBy: systemd-journal-flush.service (destination-file destination-path)
	RequiredBy: systemd-pcrlock.socket (destination-file destination-path)
	RequiredBy: systemd-networkd-persistent-storage.service (destination-file destination-path)
	RequiredBy: systemd-journald.service (destination-file destination-path)
	RequiredBy: lvm2-lvmpolld.socket (destination-file destination-path)
	RequiredBy: accounts-daemon.service (destination-file destination-path)
	RequiredBy: run-user-1000-gvfs.mount (destination-implicit)
	RequiredBy: console-setup.service (destination-file destination-path)
	RequiredBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-path)
	RequiredBy: boot-efi.mount (destination-file destination-implicit destination-path)
	RequiredBy: bluetooth.service (destination-file destination-path)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: run-user-1000.mount (destination-implicit)
	RequiredBy: virtlogd-admin.socket (destination-file destination-path)
	RequiredBy: dbus.socket (destination-file destination-path)
	RequiredBy: sys-kernel-tracing.mount (destination-implicit destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-file destination-path)
	RequiredBy: cups.path (destination-file destination-path)
	RequiredBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-implicit destination-path)
	RequiredBy: libvirtd.socket (destination-file destination-path)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-implicit destination-path)
	RequiredBy: apt-daily.timer (destination-file destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file destination-path)
	RequiredBy: run-credentials-systemd\x2djournald.service.mount (destination-implicit destination-path)
	RequiredBy: systemd-sysext.socket (destination-file destination-path)
	RequiredBy: ssh.service (destination-file destination-path)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: systemd-coredump.socket (destination-file destination-path)
	RequiredBy: systemd-random-seed.service (destination-file destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	RequiredBy: apparmor.service (destination-file destination-path)
	RequiredBy: systemd-journald.socket (destination-file destination-path)
	RequiredBy: systemd-pstore.service (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: home-roderich-Music.mount (destination-implicit destination-path)
	RequiredBy: cron-daily-samba.timer (destination-file destination-path)
	RequiredBy: run-user-1000-doc.mount (destination-implicit)
	RequiredBy: systemd-oomd.socket (destination-file destination-path)
	RequiredBy: dpkg-db-backup.timer (destination-file destination-path)
	RequiredBy: plocate-updatedb.timer (destination-file destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-file destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	RequiredBy: var-lib-machines.mount (destination-file destination-implicit destination-path)
	RequiredBy: systemd-hostnamed.socket (destination-file destination-path)
	RequiredBy: systemd-rfkill.service (destination-file destination-path)
	RequiredBy: dev-mqueue.mount (destination-implicit destination-path)
	RequiredBy: logrotate.timer (destination-file destination-path)
	RequiredBy: tmp.mount (destination-implicit destination-path)
	RequiredBy: power-profiles-daemon.service (destination-file destination-path)
	RequiredBy: virtlogd.socket (destination-file destination-path)
	RequiredBy: uuidd.socket (destination-file destination-path)
	RequiredBy: basic.target (destination-file destination-path)
	RequiredBy: cron-daily-apache2.timer (destination-file destination-path)
	RequiredBy: libvirtd-ro.socket (destination-file destination-path)
	RequiredBy: upower.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file destination-path)
	RequiredBy: virtlockd-admin.socket (destination-file destination-path)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: fstrim.timer (destination-file destination-path)
	RequiredBy: systemd-pcrextend.socket (destination-file destination-path)
	RequiredBy: fwupd-refresh.timer (destination-file destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: systemd-fsckd.socket (destination-file destination-path)
	RequiredBy: avahi-daemon.socket (destination-file destination-path)
	RequiredBy: dev-nuc8\x2dvg-swap_1.swap (destination-implicit destination-path)
	RequiredBy: cron-update.path (destination-file destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-file destination-path)
	RequiredBy: dm-event.socket (destination-file destination-path)
	RequiredBy: systemd-ask-password-plymouth.path (destination-file destination-path)
	RequiredBy: systemd-tpm2-setup.service (destination-file destination-path)
	RequiredBy: systemd-machined.service (destination-file destination-path)
	RequiredBy: systemd-cron-cleaner.timer (destination-file destination-path)
	RequiredBy: pcscd.socket (destination-file destination-path)
	RequiredBy: boot.mount (destination-file destination-implicit destination-path)
	RequiredBy: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-path)
	RequiredBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	RequiredBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	RequiredBy: virtlockd.socket (destination-file destination-path)
	RequiredBy: systemd-initctl.socket (destination-file destination-path)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-implicit destination-path)
	RequiredBy: systemd-creds.socket (destination-file destination-path)
	RequiredBy: sys-kernel-config.mount (destination-implicit destination-path)
	RequiredBy: dev-dm\x2d2.swap (destination-implicit destination-path)
	RequiredBy: syslog.socket (destination-file destination-path)
	RequiredBy: sshd-unix-local.socket (destination-file destination-path)
	RequiredBy: cups.socket (destination-file destination-path)
	RequiredBy: colord.service (destination-file)
	RequiredBy: dev-hugepages.mount (destination-implicit destination-path)
	RequiredBy: systemd-networkd.service (destination-file destination-path)
	WantedBy: man-db.service (destination-file destination-path)
	WantedBy: dbus-broker.service (destination-file destination-path)
	WantedBy: plocate-updatedb.service (destination-file destination-path)
	WantedBy: emergency.service (destination-file destination-path)
	WantedBy: e2scrub_reap.service (destination-file destination-path)
	WantedBy: systemd-oomd.service (destination-file destination-path)
	WantedBy: bluetooth.service (destination-file destination-path)
	WantedBy: rescue.service (destination-file destination-path)
	WantedBy: upower.service (destination-file)
	WantedBy: power-profiles-daemon.service (destination-file destination-path)
	WantedBy: systemd-hostnamed.service (destination-file destination-path)
	WantedBy: systemd-timesyncd.service (destination-file destination-path)
	WantedBy: ModemManager.service (destination-file destination-path)
	WantedBy: logrotate.service (destination-file destination-path)
	WantedBy: systemd-logind.service (destination-file destination-path)
	WantedBy: colord.service (destination-file)
	WantedBy: polkit.service (destination-file destination-path)
	Before: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-path)
	Before: dbus-broker.service (destination-file destination-path)
	Before: e2scrub_all.timer (destination-file destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	Before: apparmor.service (destination-file destination-path)
	Before: systemd-networkd.service (destination-file destination-path)
	Before: apt-daily-upgrade.timer (destination-file destination-path)
	Before: systemd-oomd.service (destination-file destination-path)
	Before: cron-update.path (destination-file destination-path)
	Before: sshd-unix-local.socket (destination-file destination-path)
	Before: ModemManager.service (destination-file destination-path)
	Before: run-user-1000-gvfs.mount (destination-implicit)
	Before: ssh.service (destination-file destination-path)
	Before: sys-kernel-tracing.mount (destination-implicit destination-path)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: systemd-udevd-control.socket (destination-file destination-path)
	Before: run-credentials-systemd\x2djournald.service.mount (destination-implicit destination-path)
	Before: lvm2-lvmpolld.socket (destination-file destination-path)
	Before: systemd-ask-password-console.path (destination-file destination-path)
	Before: upower.service (destination-file)
	Before: virtlockd.socket (destination-file destination-path)
	Before: cups.path (destination-file destination-path)
	Before: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	Before: systemd-update-utmp.service (destination-file destination-path)
	Before: logrotate.service (destination-file destination-path)
	Before: logrotate.timer (destination-file destination-path)
	Before: systemd-networkd-persistent-storage.service (destination-file destination-path)
	Before: systemd-journal-flush.service (destination-file destination-path)
	Before: systemd-ask-password-plymouth.path (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
	Before: plocate-updatedb.service (destination-file destination-path)
	Before: boot-efi.mount (destination-file destination-implicit destination-path)
	Before: libvirtd.socket (destination-file destination-path)
	Before: systemd-pcrextend.socket (destination-file destination-path)
	Before: dev-hugepages.mount (destination-implicit destination-path)
	Before: syslog.socket (destination-file destination-path)
	Before: fwupd-refresh.timer (destination-file destination-path)
	Before: plocate-updatedb.timer (destination-file destination-path)
	Before: systemd-coredump.socket (destination-file destination-path)
	Before: session-2.scope (destination-file)
	Before: systemd-pstore.service (destination-file destination-path)
	Before: fstrim.timer (destination-file destination-path)
	Before: systemd-ask-password-wall.path (destination-file destination-path)
	Before: wpa_supplicant.service (destination-file)
	Before: dbus.socket (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: man-db.service (destination-file destination-path)
	Before: apt-daily.timer (destination-file destination-path)
	Before: systemd-oomd.socket (destination-file destination-path)
	Before: libvirtd-ro.socket (destination-file destination-path)
	Before: dev-dm\x2d2.swap (destination-implicit destination-path)
	Before: run-user-1000.mount (destination-implicit)
	Before: sys-kernel-debug.mount (destination-implicit destination-path)
	Before: systemd-machined.service (destination-file destination-path)
	Before: cups.socket (destination-file destination-path)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-path)
	Before: tmp.mount (destination-implicit destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: avahi-daemon.socket (destination-file destination-path)
	Before: uuidd.socket (destination-file destination-path)
	Before: dev-mqueue.mount (destination-implicit destination-path)
	Before: rescue.service (destination-file destination-path)
	Before: systemd-creds.socket (destination-file destination-path)
	Before: run-user-1000-doc.mount (destination-implicit)
	Before: man-db.timer (destination-file destination-path)
	Before: systemd-journald.socket (destination-file destination-path)
	Before: systemd-rfkill.socket (destination-file destination-path)
	Before: dm-event.socket (destination-file destination-path)
	Before: colord.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	Before: virtlockd-admin.socket (destination-file destination-path)
	Before: systemd-journald.service (destination-file destination-path)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	Before: systemd-journald-dev-log.socket (destination-file destination-path)
	Before: basic.target (destination-file destination-path)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-implicit destination-path)
	Before: systemd-pcrlock.socket (destination-file destination-path)
	Before: dev-nuc8\x2dvg-swap_1.swap (destination-implicit destination-path)
	Before: systemd-tpm2-setup.service (destination-file destination-path)
	Before: var-lib-machines.mount (destination-file destination-implicit destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	Before: cron-daily-apache2.timer (destination-file destination-path)
	Before: systemd-fsckd.socket (destination-file destination-path)
	Before: pcscd.socket (destination-file destination-path)
	Before: systemd-hostnamed.socket (destination-file destination-path)
	Before: fwupd-refresh.service (destination-file destination-path)
	Before: polkit.service (destination-file destination-path)
	Before: bluetooth.service (destination-file destination-path)
	Before: libvirtd-admin.socket (destination-file destination-path)
	Before: cron-daily-samba.timer (destination-file destination-path)
	Before: systemd-sysext.socket (destination-file destination-path)
	Before: systemd-hostnamed.service (destination-file destination-path)
	Before: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-implicit destination-path)
	Before: systemd-initctl.socket (destination-file destination-path)
	Before: virtlogd.socket (destination-file destination-path)
	Before: virtlogd-admin.socket (destination-file destination-path)
	Before: accounts-daemon.service (destination-file destination-path)
	Before: dpkg-db-backup.timer (destination-file destination-path)
	Before: systemd-rfkill.service (destination-file destination-path)
	Before: systemd-random-seed.service (destination-file destination-path)
	Before: home-roderich-Music.mount (destination-implicit destination-path)
	Before: console-setup.service (destination-file destination-path)
	Before: sys-kernel-config.mount (destination-implicit destination-path)
	Before: boot.mount (destination-file destination-implicit destination-path)
	Before: systemd-cron-cleaner.timer (destination-file destination-path)
	Before: power-profiles-daemon.service (destination-file destination-path)
	Before: emergency.service (destination-file destination-path)
	After: -.slice (origin-file)
	After: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target (origin-file)
	References: blockdev at dev-mapper-nuc8\x2d\x2dvg\x2droot.target (origin-file)
	References: local-fs.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	ReferencedBy: home-roderich-Music.mount (destination-implicit destination-path)
	ReferencedBy: systemd-coredump.socket (destination-file destination-path)
	ReferencedBy: power-profiles-daemon.service (destination-file destination-path)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount (destination-path)
	ReferencedBy: logrotate.timer (destination-file destination-path)
	ReferencedBy: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount (destination-path)
	ReferencedBy: fstrim.timer (destination-file destination-path)
	ReferencedBy: dbus-broker.service (destination-file destination-path)
	ReferencedBy: run-user-1000.mount (destination-implicit)
	ReferencedBy: systemd-rfkill.service (destination-file destination-path)
	ReferencedBy: polkit.service (destination-file destination-path)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-path)
	ReferencedBy: cups.socket (destination-file destination-path)
	ReferencedBy: libvirtd.socket (destination-file destination-path)
	ReferencedBy: virtlockd-admin.socket (destination-file destination-path)
	ReferencedBy: systemd-hostnamed.socket (destination-file destination-path)
	ReferencedBy: accounts-daemon.service (destination-file destination-path)
	ReferencedBy: var-lib-machines.mount (destination-file destination-implicit destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-file destination-path)
	ReferencedBy: systemd-pcrlock.socket (destination-file destination-path)
	ReferencedBy: man-db.timer (destination-file destination-path)
	ReferencedBy: sshd-unix-local.socket (destination-file destination-path)
	ReferencedBy: dbus.socket (destination-file destination-path)
	ReferencedBy: fwupd-refresh.timer (destination-file destination-path)
	ReferencedBy: virtlogd.socket (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.swap (destination-implicit destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	ReferencedBy: e2scrub_all.timer (destination-file destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-path)
	ReferencedBy: systemd-hostnamed.service (destination-file destination-path)
	ReferencedBy: plocate-updatedb.service (destination-file destination-path)
	ReferencedBy: rescue.service (destination-file destination-path)
	ReferencedBy: cups.path (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	ReferencedBy: apt-daily.timer (destination-file destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-file destination-path)
	ReferencedBy: boot-efi.mount (destination-file destination-implicit destination-path)
	ReferencedBy: systemd-tpm2-setup.service (destination-file destination-path)
	ReferencedBy: plocate-updatedb.timer (destination-file destination-path)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	ReferencedBy: cron-daily-samba.timer (destination-file destination-path)
	ReferencedBy: syslog.socket (destination-file destination-path)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	ReferencedBy: systemd-journald.socket (destination-file destination-path)
	ReferencedBy: run-user-1000-gvfs.mount (destination-implicit)
	ReferencedBy: ModemManager.service (destination-file destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
	ReferencedBy: emergency.service (destination-file destination-path)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: ssh.service (destination-file destination-path)
	ReferencedBy: man-db.service (destination-file destination-path)
	ReferencedBy: systemd-sysext.socket (destination-file destination-path)
	ReferencedBy: fwupd-refresh.service (destination-file destination-path)
	ReferencedBy: systemd-oomd.socket (destination-file destination-path)
	ReferencedBy: systemd-cron-cleaner.timer (destination-file destination-path)
	ReferencedBy: uuidd.socket (destination-file destination-path)
	ReferencedBy: systemd-pcrextend.socket (destination-file destination-path)
	ReferencedBy: run-user-1000-doc.mount (destination-implicit)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: systemd-machined.service (destination-file destination-path)
	ReferencedBy: systemd-initctl.socket (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.swap (destination-implicit destination-path)
	ReferencedBy: systemd-pstore.service (destination-file destination-path)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-file destination-path)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file destination-path)
	ReferencedBy: systemd-random-seed.service (destination-file destination-path)
	ReferencedBy: pcscd.socket (destination-file destination-path)
	ReferencedBy: systemd-networkd.service (destination-file destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: dev-hugepages.mount (destination-implicit destination-path)
	ReferencedBy: systemd-oomd.service (destination-file destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	ReferencedBy: boot.mount (destination-file destination-implicit destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	ReferencedBy: console-setup.service (destination-file destination-path)
	ReferencedBy: cron-daily-apache2.timer (destination-file destination-path)
	ReferencedBy: avahi-daemon.socket (destination-file destination-path)
	ReferencedBy: bluetooth.service (destination-file destination-path)
	ReferencedBy: run-credentials-systemd\x2djournald.service.mount (destination-implicit destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: dev-dm\x2d2.swap (destination-implicit destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file destination-path)
	ReferencedBy: dpkg-db-backup.timer (destination-file destination-path)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-implicit destination-path)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-implicit destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-path)
	ReferencedBy: systemd-creds.socket (destination-file destination-path)
	ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-file destination-path)
	ReferencedBy: apparmor.service (destination-file destination-path)
	ReferencedBy: virtlockd.socket (destination-file destination-path)
	ReferencedBy: dev-nuc8\x2dvg-swap_1.swap (destination-implicit destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-implicit destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-implicit destination-path)
	ReferencedBy: basic.target (destination-file destination-path)
	ReferencedBy: cron-update.path (destination-file destination-path)
	ReferencedBy: sys-kernel-tracing.mount (destination-implicit destination-path)
	ReferencedBy: dm-event.socket (destination-file destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
	ReferencedBy: systemd-journald.service (destination-file destination-path)
	ReferencedBy: tmp.mount (destination-implicit destination-path)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/nuc8--vg-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/nuc8--vg-root
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro
	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
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: 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
	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: 38329
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	MemoryPressureWatch: auto
	CoredumpReceive: no
	MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.device:
	Description: /dev/mapper/nuc8--vg-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: a8c81ee23b3348e9abecae3f52a4fbcb
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8491b0e5\x2db991\x2d44cc\x2d8825\x2d55748fc5cf21.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJBdGGC2TUTxr3SvAQnGpbPfrw9VPYXciKN5A9ThVfEtidPmS6w4JIcRPrK5WclUn.device
	Following Set Member: dev-nuc8\x2dvg-swap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc8\x2d\x2dvg\x2dswap_1.device
	Condition Timestamp: Tue 2024-05-07 15:37:55 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:55 CEST
	Assert Result: yes
	RequiredBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	Before: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.swap (destination-file)
	ReferencedBy: dev-mapper-nuc8\x2d\x2dvg\x2dswap_1.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/nuc8--vg-swap_1
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
? Unit dev-disk-by\x2did-nvme\x2deui.0025385981b18889\x2dpart3.device:
	Description: Samsung SSD 970 EVO 500GB 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:55 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:55 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:55 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: d36f7fe1765549c092e2abac18d8da52
	Following: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L\x2dpart3.device
	Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:6d:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K931488L_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1abfe41\x2d51fc\x2d4647\x2d92cb\x2ded75a12f4ead.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:6d:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-a75ad289\x2d6ad8\x2d4ac3\x2daebc\x2d34a94cff72e4.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/nvme-eui.0025385981b18889-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:6d:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
? Unit cron-daily-samba.timer:
	Description: [Timer] /etc/cron.daily/samba
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-05-07 15:37:56 CEST
	Inactive Exit Timestamp: Tue 2024-05-07 15:37:56 CEST
	Active Enter Timestamp: Tue 2024-05-07 15:37:56 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: 6c0332e493e548faa11f616f78947901
	Documentation: man:systemd-crontab-generator(8)
	Fragment Path: /run/systemd/generator/cron-daily-samba.timer
	Source Path: /etc/cron.daily/samba
	Condition Timestamp: Tue 2024-05-07 15:37:56 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2024-05-07 15:37:56 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	PartOf: cron.target (origin-file)
	WantedBy: cron.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cron-daily-samba.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: cron.target (destination-default)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: cron-daily-samba.service (origin-implicit)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: cron.target (origin-file)
	References: cron-daily-samba.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	ReferencedBy: cron.target (destination-file destination-default)
	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: cron-daily-samba.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06:10:00
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /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/power-profiles-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/power-profiles-daemon.service

==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service

==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/NetworkManager-wait-online.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/switcheroo-control.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/switcheroo-control.service

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/gnome-remote-desktop.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/gnome-remote-desktop.service

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

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

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

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

==> /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/hybrid-sleep.target.wants/grub-common.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.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/dbus-org.freedesktop.nm-dispatcher.service <==

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

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

==> /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/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket

==> /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/apt-listchanges.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-listchanges.timer

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

==> /var/lib/systemd/deb-systemd-helper-enabled/thermald.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.thermald.service
/etc/systemd/system/multi-user.target.wants/thermald.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/pcscd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/pcscd.socket

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

==> /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/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer

==> /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/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/fstrim.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/logrotate.timer <==

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/grub-common.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/grub-common.service
/etc/systemd/system/suspend.target.wants/grub-common.service
/etc/systemd/system/hibernate.target.wants/grub-common.service
/etc/systemd/system/hybrid-sleep.target.wants/grub-common.service
/etc/systemd/system/suspend-then-hibernate.target.wants/grub-common.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <==
/etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service
/etc/systemd/system/multi-user.target.wants/wpa_supplicant.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/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-broker.service.dsh-also <==
/etc/systemd/system/dbus.service

==> /var/lib/systemd/deb-systemd-helper-enabled/smbd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smbd.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/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service

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

==> /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/virtlogd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket
/etc/systemd/system/multi-user.target.wants/virtlogd.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <==

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-oomd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/systemd-oomd.service
/etc/systemd/system/dbus-org.freedesktop.oom1.service

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

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

==> /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/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service

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

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

==> /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/nmbd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nmbd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/grub-common.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirtd.service
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.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/machines.target <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /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/mlocate.timer <==

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.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/ModemManager.service <==

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/grub-common.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.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/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service

==> /var/lib/systemd/deb-systemd-helper-enabled/suspend-then-hibernate.target.wants/grub-common.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/dpkg-db-backup.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/dpkg-db-backup.timer

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/switcheroo-control.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/power-profiles-daemon.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/gnome-remote-desktop.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/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket

==> /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/dbus-org.freedesktop.timesync1.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/multi-user.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service
/etc/systemd/system/multi-user.target.wants/cups.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/nuc8--vg-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/nvme0n1p2 during installation
UUID=6da21973-da15-4b12-a36d-0f62b61e4cf0 /boot           ext2    defaults        0       2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=5AA7-BA86  /boot/efi       vfat    umask=0077      0       1
/dev/mapper/nuc8--vg-swap_1 none            swap    sw              0       0

# smb mount with host *name* needs package keyutils and an entry
# in /etc/request-key.conf for dns_resolver (provided by default by keyutils)
//pi4/Music	/home/roderich/Music	smb3	vers=3.1.1,nofail,ro,guest,uid=roderich


More information about the Pkg-systemd-maintainers mailing list