Bug#1063753: systemd: IFB network devices are no longer autocreated when ifb module is loaded

Tj debian at iam.tj
Tue Feb 13 04:58:07 GMT 2024


Package: systemd
Version: 252.19-1~deb12u1
Followup-For: Bug #1063753

This is a regression in a stable release and catches sysadmins unawares.

As has been said there should, at the very least, have been a warning in
the changelog but more properly the .postinst should be dealing with it
- it's not difficult; something like:

$ diff -u a/systemd.postinst b/systemd.postinst
--- a/systemd.postinst    2023-11-10 00:25:41.000000000 +0000
+++ b/systemd.postinst    2024-02-11 21:43:26.477803948 +0000
@@ -72,6 +72,23 @@
     rm -f /etc/systemd/system/multi-user.target.wants/ondemand.service
 fi

+if dpkg --compare-versions "$2" ge-nl "252.22-1~"; then
+       if command -v ip; then
+               cmd="ip link show up type ifb"
+               if [ -n "$( eval $cmd )" ]; then
+                       conf="modprobe.d/systemd.conf"
+                       if ! [ -e "/etc/$conf" ]; then
+                               sed '/^options ifb/ d' "/usr/lib/$conf"  > "/etc/$conf"
+                       elif grep -q '^options.+ifb.+numifbs=0' "/etc/$conf"; then
+                               printf "Warning: %s\n" "ifb interface(s) up but module has 'options ifb numifbs=0'"
+                               printf "         %s\n" "please ensure other system config is creating the interface(s)"
+                               printf "    see: %s\n" "https://github.com/systemd/systemd/issues/30913"
+                               eval $cmd
+                       fi
+               fi
+       fi
+fi
+
 # Automatically added by dh_installsysusers/13.11.4
 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
    systemd-sysusers ${DPKG_ROOT:+--root="$DPKG_ROOT"} basic.conf systemd-journal.conf systemd-network.conf


As for being requested by a kernel developer: Hemminger (creator of the
upstream systemd issue 30913) is not a maintainer of the ifb module and
the module itself still contains (as of v6.8rc4) `numifbs=2` as its default.
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/screen-cleanup.conf -> /usr/lib/tmpfiles.d/screen-cleanup.conf

--- /usr/lib/tmpfiles.d/screen-cleanup.conf	2022-11-04 02:35:20.000000000 +0000
+++ /etc/tmpfiles.d/screen-cleanup.conf	2021-09-01 18:35:42.000000000 +0100
@@ -1 +1,2 @@
-d /run/screen 0777 root utmp
+# This file is generated by /var/lib/dpkg/info/screen.postinst upon package configuration
+d /run/screen 1777 root utmp

[OVERRIDDEN] /usr/local/lib/modules-load.d/ddccontrol-i2c-dev.conf -> /usr/lib/modules-load.d/ddccontrol-i2c-dev.conf

Files /usr/lib/modules-load.d/ddccontrol-i2c-dev.conf and /usr/local/lib/modules-load.d/ddccontrol-i2c-dev.conf are identical

[MASKED]     /etc/systemd/system/avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
[REDIRECTED] /etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/ctrl-alt-del.target
[REDIRECTED] /etc/systemd/system/dbus.service -> /usr/lib/systemd/system/dbus.service
[MASKED]     /etc/systemd/system/lxc-net.service -> /usr/lib/systemd/system/lxc-net.service
[MASKED]     /etc/systemd/system/lxc.service -> /usr/lib/systemd/system/lxc.service
[MASKED]     /etc/systemd/system/networking.service -> /usr/lib/systemd/system/networking.service
[MASKED]     /etc/systemd/system/rasdaemon.service -> /usr/lib/systemd/system/rasdaemon.service
[OVERRIDDEN] /etc/systemd/system/sddm.service -> /usr/lib/systemd/system/sddm.service

--- /usr/lib/systemd/system/sddm.service	2022-09-01 20:44:25.000000000 +0100
+++ /etc/systemd/system/sddm.service	2022-06-20 12:41:39.000000000 +0100
@@ -2,8 +2,8 @@
 Description=Simple Desktop Display Manager
 Documentation=man:sddm(1) man:sddm.conf(5)
 # Change this if you want to start sddm in a different tty
-Conflicts=getty at tty1.service getty at tty7.service
-After=getty at tty1.service getty at tty7.service
+## Conflicts=getty at tty1.service getty at tty7.service
+After=getty at tty1.service
 
 After=systemd-user-sessions.service systemd-logind.service
 # Workaround entropy starvation
@@ -11,7 +11,7 @@
 
 # If using tty1 and plymouth, sddm will fail till plymouth stops
 # consider using:
-## After=plymouth-quit.service
+After=plymouth-quit.service
 # or to forcefully stop plymouth and start earlier:
 ## Conflicts=plymouth-quit-wait.service
 ## After=plymouth-start.service plymouth-quit-wait.service
@@ -26,4 +26,4 @@
 EnvironmentFile=-/etc/default/locale
 
 [Install]
-Alias=display-manager.service
+Alias=display-manager.service
\ No newline at end of file

[OVERRIDDEN] /etc/systemd/system/shutdown-initrd.service -> /usr/lib/systemd/system/shutdown-initrd.service

--- /usr/lib/systemd/system/shutdown-initrd.service	2023-03-15 14:47:20.000000000 +0000
+++ /etc/systemd/system/shutdown-initrd.service	2023-06-18 09:47:11.000000000 +0100
@@ -11,7 +11,7 @@
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/bin/true
-ExecStop=/usr/sbin/mktiniramfs
+ExecStop=/usr/local/sbin/mktiniramfs
 
 [Install]
 WantedBy=multi-user.target emergency.target

[EXTENDED]   /usr/lib/systemd/system/bluetooth.target -> /etc/systemd/system/bluetooth.target.d/override.conf
[EXTENDED]   /usr/lib/systemd/system/netfilter-persistent.service -> /usr/lib/systemd/system/netfilter-persistent.service.d/iptables.conf
[EXTENDED]   /usr/lib/systemd/system/plymouth-start.service -> /etc/systemd/system/plymouth-start.service.d/override.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/locale-gen.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-networkd.service -> /etc/systemd/system/systemd-networkd.service.d/override.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-reboot.service -> /etc/systemd/system/systemd-reboot.service.d/override.conf
[EXTENDED]   /usr/lib/systemd/system/user at .service -> /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
[REDIRECTED] /etc/systemd/user/dbus.service -> /usr/lib/systemd/user/dbus.service
[OVERRIDDEN] /etc/modprobe.d/systemd.conf -> /usr/lib/modprobe.d/systemd.conf

--- /usr/lib/modprobe.d/systemd.conf	2024-02-11 21:06:06.842624216 +0000
+++ /etc/modprobe.d/systemd.conf	2024-02-11 21:08:44.000000000 +0000
@@ -18,4 +18,3 @@
 # Do the same for dummy0.
 
 options dummy numdummies=0
-options ifb numifbs=0


21 overridden configuration files found.
-------------- next part --------------
Manager: systemd 252 (252.19-1~deb12u1)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified
Timestamp kernel: Wed 2024-01-31 23:35:36 GMT
Timestamp userspace: Wed 2024-01-31 23:36:23 GMT
Timestamp finish: Wed 2024-01-31 23:37:20 GMT
Timestamp security-start: Wed 2024-01-31 23:36:23 GMT
Timestamp security-finish: Wed 2024-01-31 23:36:23 GMT
Timestamp generators-start: Wed 2024-01-31 23:36:23 GMT
Timestamp generators-finish: Wed 2024-01-31 23:36:23 GMT
Timestamp units-load-start: Wed 2024-01-31 23:36:23 GMT
Timestamp units-load-finish: Wed 2024-01-31 23:36:23 GMT
Timestamp units-load: Mon 2024-02-12 18:42:39 GMT
-> Unit run-credentials-systemd\x2dsysctl.service.mount:
	Description: /run/credentials/systemd-sysctl.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 403ab7f283714169bed3825d880b8af8
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/credentials (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/credentials/systemd-sysctl.service
	What: ramfs
	File System Type: ramfs
	Options: ro,nosuid,nodev,noexec,relatime,mode=700
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8709d051b05943b8ba59a4dc133e3870
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/3b9caa50-bff7-4511-8b38-6a43192141da
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Experiments.device:
	Description: /dev/disk/by-label/Experiments
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 925257c608c243e287122d65d751456c
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Experiments
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit xencommons.service:
	Description: xencommons.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 systemd-fsck at dev-mapper-SUNNY\x2dl8r.service:
	Description: File System Check on /dev/mapper/SUNNY-l8r
	Instance: dev-mapper-SUNNY\x2dl8r
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d8ae8c1efdb145c6930cd6d0300376b9
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dl8r.device (origin-file)
	RequiredBy: var-lib-l8r.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: var-lib-l8r.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-mapper-SUNNY\x2dl8r.device (origin-file)
	After: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dl8r.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: var-lib-l8r.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-l8r
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: ca14656af617437db6f92b5e618e9f3a
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device:
	Description: /dev/disk/by-uuid/af6a0237-70cd-467c-be04-9837997444d9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 147c7d24ea9e42e39cce8b4964da4e67
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/af6a0237-70cd-467c-be04-9837997444d9
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device:
	Description: /dev/mapper/SUNNY-apu2--machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0682ae5f8e744d3eb3c1ceeb8425fd2d
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-apu2--machines
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ef6e5be98aa5428eaa28cb5f725ef836
	Following: sys-devices-platform-serial8250-tty-ttyS2.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS2
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
	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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 31c9116c55204d2ebbc8ad2d8ee2dc63
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: plymouth-start.service (destination-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit user-119.slice:
	Description: User Slice of UID 119
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:53 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active 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-119.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: 72521f3dd2f4435e9c2424cc52d9b238
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Wed 2024-01-31 23:36:53 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:53 GMT
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: user at 119.service (destination-file)
	RequiredBy: user-runtime-dir at 119.service (destination-file)
	RequiredBy: session-1.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-1.scope (destination-file)
	Before: user at 119.service (destination-file)
	Before: user-runtime-dir at 119.service (destination-file)
	After: user.slice (origin-implicit)
	References: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: user-runtime-dir at 119.service (destination-file destination-slice-property)
	ReferencedBy: user at 119.service (destination-file destination-slice-property)
	ReferencedBy: session-1.scope (destination-file destination-slice-property)
	InSlice: user.slice (origin-implicit)
	SliceOf: user-runtime-dir at 119.service (destination-slice-property)
	SliceOf: user at 119.service (destination-slice-property)
	SliceOf: session-1.scope (destination-slice-property)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 84398
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e561fe835a334ba49763d488ba8b6145
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f6ec60cbd586451f996c6db408966435
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x500a0751f001cd5e
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dusr_local.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-usr_local
	Instance: dev-mapper-SUNNY\x2dusr_local
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: usr-local.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: usr-local.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 untested
	Requires: system-getty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: rescue.service (origin-file)
	Before: sddm.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty.target (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: rc-local.service (origin-file)
	After: sysinit.target (origin-default)
	After: getty-pre.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: system-getty.slice (origin-file)
	References: sysinit.target (origin-default)
	References: rc-local.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: getty-pre.target (origin-file)
	References: getty.target (origin-file)
	References: system-getty.slice (origin-file origin-slice-property)
	References: systemd-user-sessions.service (origin-file)
	References: rescue.service (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	ReferencedBy: sddm.service (destination-file)
	InSlice: system-getty.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 0
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit session-467.scope:
	Description: Session 467 of User tj
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:14:38 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:14:38 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:14:38 GMT
	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-467.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: ecfdc160edcd4a84a5f1354779c79dcf
	Fragment Path: /run/systemd/transient/session-467.scope
	Condition Timestamp: Tue 2024-02-13 04:14:38 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:14:38 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: home.mount (origin-file)
	Requires: user-1000.slice (origin-file)
	Wants: user-runtime-dir at 1000.service (origin-file)
	Wants: user at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: home.mount (origin-file)
	After: systemd-logind.service (origin-file)
	After: user at 1000.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-1000.slice (origin-file)
	After: -.mount (origin-file)
	References: systemd-logind.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: user at 1000.service (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	References: user-runtime-dir at 1000.service (origin-file)
	References: home.mount (origin-file)
	References: -.mount (origin-file)
	InSlice: user-1000.slice (origin-slice-property)
	RequiresMountsFor: /home/tj (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device:
	Description: /sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/controlC1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 379dbe7f135b47889e50e89e41d7d8e3
	Following Set Member: dev-snd-controlC1.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:0c:00.4.device
	Wants: sound.target (origin-udev)
	References: sound.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/controlC1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/controlC1
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit dev-SUNNY-var_log.device:
	Description: /dev/SUNNY/var_log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 03e1bb5810454399a8a69d51b1562058
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/var_log
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit veritysetup-pre.target:
	Description: Local Verity Protected Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/veritysetup-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: remote-veritysetup.target (destination-file)
	Before: veritysetup.target (origin-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	References: veritysetup.target (origin-file)
	ReferencedBy: remote-veritysetup.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-cryptsetup at LUKS2_BOOT.service:
	Description: Cryptography Setup for LUKS2_BOOT
	Instance: LUKS2_BOOT
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: eb1d3922c7134f0b9d6712dcb537564a
	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 LUKS2_BOOT.service
	Source Path: /etc/crypttab
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: etc.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: system-systemd\x2dcryptsetup.slice (origin-file)
	Wants: blockdev at dev-mapper-LUKS2_BOOT.target (origin-file)
	BindsTo: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device (origin-file)
	RequiredBy: cryptsetup.target (destination-file)
	RequiredBy: dev-mapper-LUKS2_BOOT.device (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: blockdev at dev-mapper-LUKS2_BOOT.target (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: system-systemd\x2dcryptsetup.slice (origin-file)
	After: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: etc.mount (origin-path)
	After: cryptsetup-pre.target (origin-file)
	References: blockdev at dev-mapper-LUKS2_BOOT.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: etc.mount (origin-path)
	References: cryptsetup-pre.target (origin-file)
	References: -.mount (origin-file)
	References: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: system-systemd\x2dcryptsetup.slice (origin-file origin-slice-property)
	References: umount.target (origin-file)
	References: cryptsetup.target (origin-file)
	ReferencedBy: cryptsetup.target (destination-file)
	ReferencedBy: dev-mapper-LUKS2_BOOT.device (destination-file)
	InSlice: system-systemd\x2dcryptsetup.slice (origin-slice-property)
	RequiresMountsFor: /etc/luks/LUKS_BOOT.keyfile (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /lib/systemd/systemd-cryptsetup attach LUKS2_BOOT /dev/disk/by-uuid/65289a2e-1ca8-4002-8670-cf57451419e2 /etc/luks/LUKS_BOOT.keyfile luks,discard
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach LUKS2_BOOT
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5cbcfe1e61e84adfb2fc887adde4f9dd
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit lttng-sessiond.service:
	Description: LTTng session daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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/lttng-sessiond.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2b2693c9550e489bac7c19d9e95565c8
	Documentation: http://lttng.org/docs/#doc-lttng-sessiond
	Fragment Path: /etc/systemd/system/lttng-sessiond.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2903
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/lttng-sessiond
	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/local/bin/lttng-sessiond "\$DAEMON_ARGS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-l8r.device:
	Description: /dev/SUNNY/l8r
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a830dd2a95c04e279ce2e1a08655d7e1
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/l8r
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-boot.device:
	Description: /dev/disk/by-label/boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 096eb97a61704f9f9a7a95ef81cf1a74
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/boot
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit dev-ptp0.device:
	Description: /dev/ptp0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 9b6e2734e33242da82d8acb61ecd30bb
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.2-0000:03:06.0-0000:08:00.0-ptp-ptp0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.2-0000:03:06.0-0000:08:00.0-ptp-ptp0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ptp0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/ptp/ptp0
	Found: found-udev
-> 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: Wed 2024-01-31 23:37:02 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Exit Timestamp: Wed 2024-01-31 23:37:02 GMT
	Inactive Enter Timestamp: Wed 2024-01-31 23:37:02 GMT
	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: 9cb217f0e4454d9dab3b1ca9ba55f6b4
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	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-journald.socket (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-fsckd.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /lib/systemd/systemd-fsckd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 6abd7aeaacea48a4b676ec139fbfef0b
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 387e2cf1f4e9452cb7ee949abd19314f
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: var-log.mount (origin-path)
	Requires: system.slice (origin-file)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: auditd.service (origin-file)
	After: var-log.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: var-log.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: auditd.service (origin-file)
	References: shutdown.target (origin-file)
	References: var.mount (origin-file origin-path)
	References: -.mount (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
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-update-utmp reboot
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit home-tj-Audio.mount:
	Description: /home/tj/Audio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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-tj-Audio.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9e3f001aef414f40839ce032b289d1a0
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-tj-Audio.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	Requires: -.mount (origin-file origin-implicit)
	Requires: home.mount (origin-file origin-implicit origin-path)
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	After: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: home.mount (origin-file origin-implicit origin-path)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: home.mount (origin-file origin-implicit origin-path)
	References: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media/Audio (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media (origin-file)
	RequiresMountsFor: /home (origin-file)
	RequiresMountsFor: /home/tj (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/tj/Audio
	What: /dev/mapper/SUNNY-Media
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Waydroid.device:
	Description: /dev/SUNNY/Waydroid
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0f526d5b65a34853ab3904d5609b3991
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Waydroid
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-EFI\x2dSP.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 90546802fc08413797566dec39ed5731
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/EFI-SP
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit initrd.target:
	Description: Initrd Default Target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/initrd.target
	AssertPathExists: /etc/initrd-release untested
	Requires: basic.target (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: initrd-usr-fs.target (origin-file)
	Wants: systemd-pcrphase-initrd.service (origin-file)
	Wants: initrd-parse-etc.service (origin-file)
	Wants: initrd-root-fs.target (origin-file)
	Wants: initrd-root-device.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: initrd-cleanup.service (destination-file)
	After: rescue.service (origin-file)
	After: initrd-root-fs.target (origin-file)
	After: initrd-root-device.target (origin-file)
	After: basic.target (origin-file origin-default)
	After: rescue.target (origin-file)
	After: initrd-fs.target (origin-file)
	After: initrd-usr-fs.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: basic.target (origin-file origin-default)
	References: initrd-root-device.target (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: systemd-pcrphase-initrd.service (origin-file)
	References: rescue.target (origin-file)
	References: shutdown.target (origin-default)
	References: initrd-parse-etc.service (origin-file)
	References: initrd-fs.target (origin-file)
	References: initrd-usr-fs.target (origin-file)
	References: emergency.target (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-dm\x2d6.device:
	Description: /dev/dm-6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: feaaf5cb135e4590a78c88d7a6079d69
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-6
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit systemd-resolved.service:
	Alias: dbus-org.freedesktop.resolve1.service
	Description: Network Name Resolution
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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-resolved.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 99cf6a1f026b42849a7a3dec21bd3637
	Documentation: man:systemd-resolved.service(8)
	Documentation: man:org.freedesktop.resolve1(5)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
	Fragment Path: /lib/systemd/system/systemd-resolved.service
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: nss-lookup.target (origin-file)
	Wants: tmp.mount (origin-file)
	WantedBy: multi-user.target (destination-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: network.target (origin-file)
	Before: nss-lookup.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: nss-lookup.target (origin-file)
	References: -.mount (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-switch-root.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/resolve (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: unknown
	OOMPolicy: stop
	Main PID: 2744
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.resolve1
	Bus Name Good: yes
	RestartSec: 0
	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: /
	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: no
	ProtectProc: invisible
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/resolve
	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_setpcap cap_net_bind_service cap_net_raw
	AmbientCapabilities: cap_setpcap cap_net_bind_service cap_net_raw
	User: systemd-resolve
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: renameat2 lstat64 setuid mkdir process_vm_writev nice rt_sigtimedwait dup3 recv io_pgetevents chmod sched_get_priority_max mremap io_setup _llseek listxattr ioprio_set gettimeofday ftruncate fork sync_file_range2 shmget epoll_ctl timerfd_settime64 open geteuid clock_gettime64 stat setitimer msync gettid setpriority setfsgid32 setresuid wait4 time semctl getrusage geteuid32 oldlstat pipe setreuid getpriority mmap2 dup clock_nanosleep_time64 rt_tgsigqueueinfo poll fadvise64 fgetxattr signal close_range symlinkat exit swapcontext inotify_add_watch utime timerfd_gettime eventfd readlinkat readlink sync truncate64 openat epoll_pwait preadv pwritev2 setresgid getresgid mq_getsetattr _newselect kcmp epoll_wait read prlimit64 remap_file_pages sigprocmask utimensat madvise recvmsg io_destroy inotify_init1 sigaltstack lchown setsockopt tee shutdown execveat syncfs rt_sigqueueinfo sendfile sched_getattr pwritev tgkill arch_prctl symlink getuid sendto setsid riscv_flush_icache faccessat getdents unshare ppoll_time64 lremovexattr lstat flistxattr sched_setaffinity pidfd_open getsid setresgid32 statfs64 sendmsg getxattr timerfd_create getgid32 mq_open getrandom statx clone3 vmsplice access bind readv ioprio_get umask getpid rename getpeername vfork copy_file_range process_madvise sendmmsg epoll_create1 getegid timer_create waitid restart_syscall close epoll_wait_old fallocate ioctl fdatasync linkat olduname timer_settime fadvise64_64 mkdirat rt_sigprocmask renameat sched_get_priority_min sched_getparam sched_rr_get_interval_time64 sched_setscheduler removexattr brk setregid mknod set_tls futimesat getresuid32 getegid32 getsockopt capget fcntl io_getevents accept4 clone set_robust_list times truncate flock getdents64 io_pgetevents_time64 lseek ugetrlimit faccessat2 signalfd setfsgid utimes sched_rr_get_interval getgid sysinfo splice mq_notify sigpending getuid32 pause chdir mq_timedreceive_time64 ftruncate64 getppid rt_sigtimedwait_time64 ppoll pselect6_time64 lgetxattr futex_time64 semop userfaultfd connect rseq getpgid ipc oldolduname recvmmsg cacheflush stat64 memfd_create getresgid32 mq_timedreceive dup2 kill socketcall getgroups mlock lsetxattr setgid32 io_uring_setup semget accept epoll_create clock_getres nanosleep mmap setreuid32 utimensat_time64 setuid32 write sigreturn sigsuspend timer_gettime setrlimit io_uring_enter getcwd msgrcv set_mempolicy_home_node setgroups32 getsockname fsync readahead getgroups32 setgid fstat send setxattr uname rt_sigaction exit_group get_mempolicy munmap msgget getcpu setfsuid rt_sigreturn pselect6 unlink futex_waitv mknodat waitpid process_vm_readv fsetxattr fchmod set_tid_address chown32 chown munlock recvfrom setregid32 timer_settime64 eventfd2 mlock2 prctl epoll_pwait2 mq_timedsend mq_timedsend_time64 name_to_handle_at listen tkill timer_delete fchown clock_nanosleep readdir migrate_pages sched_yield newfstatat fchownat setfsuid32 creat add_key socketpair getrlimit get_robust_list socket unlinkat sigaction oldfstat mq_unlink llistxattr setpgid futex fcntl64 shmctl sched_getaffinity recvmmsg_time64 link move_pages inotify_init membarrier getitimer fchmodat arm_fadvise64_64 capset statfs munlockall get_thread_area msgctl getpgrp timerfd_gettime64 epoll_ctl_old io_cancel fchdir oldstat clock_getres_time64 timer_getoverrun timerfd_settime io_uring_register fchown32 execve keyctl fstatfs64 sched_setparam select semtimedop_time64 signalfd4 personality lchown32 mbind mprotect fstatfs sync_file_range shmat setns openat2 io_submit alarm sched_getscheduler shmdt timer_gettime64 pread64 rmdir request_key semtimedop fstatat64 sched_setattr pwrite64 setgroups writev sendfile64 pidfd_send_signal rt_sigpending rt_sigsuspend fstat64 set_thread_area set_mempolicy fremovexattr clock_gettime preadv2 setresuid32 msgsnd mlockall inotify_rm_watch getresuid pipe2
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-resolved
	Status Text: Processing requests...
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DeviceAllow: char-rtc r
-> 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: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 5e181efd9eb640b8b62cd812e99e7eaa
	Fragment Path: /lib/systemd/system/plymouth-read-write.service
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	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: sysinit.target (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-sdb5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 9a6964c1216946b59394a0bf14edc0e9
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-SUNNY-NAS.device:
	Description: /dev/SUNNY/NAS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 2699beaa46dc4ed68b27987baa329f04
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/NAS
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-dm\x2d42.device:
	Description: /dev/dm-42
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 44d94bf497834a04b5f6fbff8b6c57ef
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-42
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 5eb4a5a0b5294fa98579bc35ed030579
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: jool.service (destination-file)
	Before: home-tj-Music.mount (destination-file)
	Before: srv-NAS-Sunny-Media.mount (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: shutdown-initrd.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: ssh.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: rc-local.service (destination-file)
	Before: sockets.target (origin-file)
	Before: ModemManager.service (destination-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: tgt.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: home-tj-Pictures.mount (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: atop-rotate.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Before: logrotate.service (destination-file)
	Before: nvme-smart-log.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: nfsdcld.service (destination-file)
	Before: smartmontools.service (destination-file)
	Before: var-lib-libvirt.mount (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: home.mount (destination-file)
	Before: rpcbind.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	Before: usr-local.mount (destination-file)
	Before: atop.service (destination-file)
	Before: run-user-119.mount (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: fwupd-refresh.service (destination-file)
	Before: home-tj-Downloads.mount (destination-file)
	Before: libvirtd.service (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: var-lib-l8r.mount (destination-file)
	Before: netfilter-persistent.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: edac.service (destination-file)
	Before: user-runtime-dir at 119.service (destination-file)
	Before: polkit.service (destination-file)
	Before: apache2.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file)
	Before: apt-daily.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: jool_siit.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: var.mount (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: virtlogd.service (destination-file)
	Before: initrd-switch-root.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: home-tj-Videos.mount (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	Before: srv-NAS-Sunny-home.mount (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: auditd.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: mnt-machines_old.mount (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: lxc-monitord.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: run-credentials-systemd\x2dsysusers.service.mount (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: run-credentials-systemd\x2dsysctl.service.mount (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: mdadm-shutdown.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: srv-NAS-Sunny-Documents.mount (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: nvmf-autoconnect.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: fancontrol.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: usr-my.mount (destination-file)
	Before: srv-NAS-Sunny-Machines.mount (destination-file)
	Before: cups.service (destination-file)
	Before: modprobe at loop.service (destination-file)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: apt-cacher-ng.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: schroot.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: caddy.service (destination-file)
	Before: atopacct.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: var-cache.mount (destination-file)
	Before: rsync.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: nvmefc-boot-connections.service (destination-file)
	Before: virtlockd.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: srv-NAS-Sunny-Backup.mount (destination-file)
	Before: etc.mount (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-file)
	Before: man-db.service (destination-file)
	Before: var-log.mount (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: lttng-sessiond.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: opt.mount (destination-file)
	Before: console-setup.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: srv-NAS-Sunny-Projects.mount (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	Before: ras-mc-ctl.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: modprobe at efi_pstore.service (destination-file)
	Before: srv-NAS-Sunny.mount (destination-file)
	Before: waydroid-container.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: home-tj-Audio.mount (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: colord.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: boot.mount (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: uuidd.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: upower.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: user at 119.service (destination-file)
	Before: modprobe at dm_mod.service (destination-file)
	Before: sddm.service (destination-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.service (origin-implicit)
	References: -.mount (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: usr-local.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: nvmefc-boot-connections.service (destination-file)
	ReferencedBy: var-lib-l8r.mount (destination-file)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: atop.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	ReferencedBy: run-user-119.mount (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: mdadm-shutdown.service (destination-file)
	ReferencedBy: uuidd.service (destination-file)
	ReferencedBy: fancontrol.service (destination-file)
	ReferencedBy: tgt.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: nvmf-autoconnect.service (destination-file)
	ReferencedBy: modprobe at loop.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: apt-cacher-ng.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: modprobe at dm_mod.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: waydroid-container.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	ReferencedBy: etc.mount (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: atop-rotate.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: user-runtime-dir at 119.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: opt.mount (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: alsa-state.service (destination-file)
	ReferencedBy: jool.service (destination-file)
	ReferencedBy: var-lib-libvirt.mount (destination-file)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-file)
	ReferencedBy: nvme-smart-log.service (destination-file)
	ReferencedBy: usr-my.mount (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: schroot.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: var-cache.mount (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: user at 119.service (destination-file)
	ReferencedBy: mnt-machines_old.mount (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: sddm.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: atopacct.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: ras-mc-ctl.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: lxc-monitord.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: lttng-sessiond.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: nfs-utils.service (destination-file)
	ReferencedBy: smartmontools.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: dpkg-db-backup.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-file)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file)
	ReferencedBy: var-log.mount (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: home-tj-Audio.mount (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file)
	ReferencedBy: home-tj-Pictures.mount (destination-file)
	ReferencedBy: jool_siit.service (destination-file)
	ReferencedBy: shutdown-initrd.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: home-tj-Downloads.mount (destination-file)
	ReferencedBy: nfsdcld.service (destination-file)
	ReferencedBy: home-tj-Music.mount (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: home-tj-Videos.mount (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: edac.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: libvirtd.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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit paths.target:
	Description: Path Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 2e4e646d2e1d4d01afa01d5f32f348b4
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: cups.path (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device:
	Description: /dev/disk/by-uuid/8e6b228f-6b28-4979-955a-682ae4bdbcf3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 14cd8c9f860740518c90261639418800
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/8e6b228f-6b28-4979-955a-682ae4bdbcf3
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d40.device:
	Description: /sys/devices/virtual/block/dm-40
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 3b75d6413f2c4fc59aeb04f779790c3e
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-40
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c9b88a4b66bc4ff59e7fd61b93433edb
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-dm\x2d91.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit lxc-monitord.service:
	Description: LXC Container Monitoring Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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/lxc-monitord.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 58299f0be6454c0babf79c24ff61596b
	Documentation: man:lxc
	Fragment Path: /lib/systemd/system/lxc-monitord.service
	Condition Timestamp: Wed 2024-01-31 23:36:37 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:37 GMT
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: rsyslog.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	References: rsyslog.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 3011
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/lxc/lxc-monitord --daemon
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sddm.service:
	Alias: display-manager.service
	Description: Simple Desktop Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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/sddm.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7a18d53436354f0e8e994dbe2d19edb3
	Documentation: man:sddm(1)
	Documentation: man:sddm.conf(5)
	Fragment Path: /etc/systemd/system/sddm.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: plymouth-quit.service (origin-file)
	After: getty at tty1.service (origin-file)
	After: system.slice (origin-file)
	After: console-setup.service (destination-file)
	After: systemd-logind.service (origin-file)
	After: fwupd.service (destination-file)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: haveged.service (origin-file)
	After: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: getty at tty1.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-logind.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: plymouth-quit.service (origin-file)
	References: haveged.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 3338
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 1s
	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: /
	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/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
	-> ExecStart:
		Command Line: /usr/bin/sddm
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dvar_log.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-var_log
	Instance: dev-mapper-SUNNY\x2dvar_log
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: var-log.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: var-log.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device:
	Description: /dev/disk/by-uuid/01b43fec-eefe-4e94-b0a9-4af4cedc3319
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: c64b34fe796a41f4af38fd026771e513
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/01b43fec-eefe-4e94-b0a9-4af4cedc3319
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: dd041b0c0ca04e4aa217903bb42ab72e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-file)
	Requires: -.mount (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: paths.target (origin-file)
	Wants: slices.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: sockets.target (origin-file)
	RequiredBy: initrd.target (destination-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: nvmefc-boot-connections.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: ModemManager.service (destination-default)
	Before: caddy.service (destination-default)
	Before: schroot.service (destination-default)
	Before: user at 119.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: fwupd.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: debspawn-clear-caches.service (destination-default)
	Before: nvme-smart-log.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: systemd-machined.service (destination-default)
	Before: fwupd-refresh.service (destination-default)
	Before: alsa-restore.service (destination-default)
	Before: ssh.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: hddtemp.service (destination-default)
	Before: atopacct.service (destination-default)
	Before: jool_siit.service (destination-default)
	Before: systemd-pcrphase.service (destination-default)
	Before: atop-rotate.service (destination-default)
	Before: apt-cacher-ng.service (destination-default)
	Before: atop.service (destination-default)
	Before: lttng-sessiond.service (destination-default)
	Before: phpsessionclean.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: apache2.service (destination-default)
	Before: plymouth-quit-wait.service (destination-default)
	Before: man-db.service (destination-default)
	Before: alsa-state.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: upower.service (destination-default)
	Before: virtlockd.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: lxc-monitord.service (destination-default)
	Before: cups.service (destination-default)
	Before: virtlogd.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: initrd.target (destination-file destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: edac.service (destination-default)
	Before: nvmf-autoconnect.service (destination-default)
	Before: colord.service (destination-default)
	Before: libvirtd.service (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: sddm.service (destination-default)
	Before: smartmontools.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	Before: ras-mc-ctl.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: waydroid-container.service (destination-default)
	Before: polkit.service (destination-default)
	Before: uuidd.service (destination-default)
	Before: rsync.service (destination-default)
	Before: jool.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: tgt.service (destination-default)
	Before: user-runtime-dir at 119.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: fancontrol.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: cron.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: nfs-utils.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: user at 1000.service (destination-default)
	After: sysinit.target (origin-file origin-default)
	After: var.mount (origin-file origin-default origin-path)
	After: paths.target (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	After: dbus-broker.service (destination-file)
	After: -.mount (origin-file)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: tmp.mount (origin-file origin-default)
	After: slices.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: -.mount (origin-file)
	References: timers.target (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: var.mount (origin-file origin-default origin-path)
	References: sockets.target (origin-file origin-default)
	References: tmp.mount (origin-file origin-default)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: lxc-monitord.service (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: jool.service (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: sddm.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: tgt.service (destination-default)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: nvmf-autoconnect.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: nvme-smart-log.service (destination-default)
	ReferencedBy: user-runtime-dir at 119.service (destination-default)
	ReferencedBy: initrd.target (destination-file destination-default)
	ReferencedBy: nvmefc-boot-connections.service (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: apt-cacher-ng.service (destination-default)
	ReferencedBy: edac.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: lttng-sessiond.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: user at 119.service (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: caddy.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: ras-mc-ctl.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: jool_siit.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: fancontrol.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: waydroid-container.service (destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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/rsyslog.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3a5851bbb84c45e789d1be1bc8e8c43f
	Documentation: man:rsyslogd(8)
	Documentation: man:rsyslog.conf(5)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: syslog.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: lxc-monitord.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: syslog.socket (destination-implicit)
	TriggeredBy: syslog.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: syslog.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: lxc-monitord.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: syslog.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: unknown
	OOMPolicy: stop
	Main PID: 2909
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: 16384
	LimitNOFILESoft: 16384
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n -iNONE
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d98.device:
	Description: /sys/devices/virtual/block/dm-98
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1a6c0f15bab44eaca87a813648209741
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-98
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit modprobe at fuse.service:
	Description: Load Kernel Module fuse
	Instance: fuse
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	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: 56e632b1e07b405aaccc0cbb2487fa57
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2ddiskseq-3.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8c9d54f74c4c4023a8988cc06664481f
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit dev-dm\x2d18.device:
	Description: /dev/dm-18
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 9dace6f6f3274f809d297c5a57540bcd
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-18
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-snd-by\x2dpath-pci\x2d0000:0a:00.1.device:
	Description: /dev/snd/by-path/pci-0000:0a:00.1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d364f46869ff4104baafd075673133f0
	Following: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device
	Following Set Member: dev-snd-controlC0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/by-path/pci-0000:0a:00.1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/controlC0
	Found: found-udev
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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-audit.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: e9df51990a75426d914dc650dfa19237
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ untested
	ConditionSecurity: audit untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: apparmor.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 43e7882fc0ff4695b0daaab9be7202e7
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-LUKS2_OS.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-sda.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 96dfbeaf2b8c423997ce2942ab40faa6
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sda
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b1eca2cdabd34c30b882c1def47b9d43
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4c04b01ce0994a9eb7dbab19ef9822b8
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit dev-dm\x2d95.device:
	Description: /dev/dm-95
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 858d95b3b02845efaa98457f25d40421
	Following: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-mapper-SUNNY\x2dvdd.device
	Following Set Member: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-SUNNY-vdd.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-95
	Sysfs Path: /sys/devices/virtual/block/dm-95
	Found: found-udev
-> Unit nfs-server.service:
	Alias: nfs-kernel-server.service
	Description: NFS server and services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 38a6510c5cce4967a7a6567598389f96
	Fragment Path: /lib/systemd/system/nfs-server.service
	DropIn Path: /run/systemd/generator/nfs-server.service.d/order-with-mounts.conf
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: srv-NAS-Sunny.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: network.target (origin-file)
	Requires: nfs-mountd.service (origin-file)
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: rpc-statd-notify.service (origin-file)
	Wants: rpc-svcgssd.service (origin-file)
	Wants: auth-rpcgss-module.service (origin-file)
	Wants: network-online.target (origin-file)
	Wants: nfs-idmapd.service (origin-file)
	Wants: rpc-statd.service (origin-file)
	Wants: nfsdcld.service (origin-file)
	Wants: rpcbind.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: nfs-mountd.service (destination-file)
	BoundBy: nfs-idmapd.service (destination-file)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	Before: rpc-statd-notify.service (origin-file destination-file)
	After: local-fs.target (origin-file)
	After: nfs-idmapd.service (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: rpc-gssd.service (origin-file)
	After: network-online.target (origin-file)
	After: rpc-svcgssd.service (origin-file)
	After: rpcbind.socket (origin-file)
	After: -.mount (origin-file)
	After: gssproxy.service (origin-file)
	After: system.slice (origin-file)
	After: rpc-statd.service (origin-file)
	After: nfsdcld.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nfs-mountd.service (origin-file)
	After: srv-NAS-Sunny.mount (origin-path)
	References: rpc-statd.service (origin-file)
	References: nfs-idmapd.service (origin-file)
	References: network-online.target (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: rpc-svcgssd.service (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: nfs-mountd.service (origin-file)
	References: gssproxy.service (origin-file)
	References: -.mount (origin-file)
	References: srv-NAS-Sunny.mount (origin-path)
	References: local-fs.target (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: nfsdcld.service (origin-file)
	References: rpcbind.socket (origin-file)
	References: rpc-gssd.service (origin-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/sbin/exportfs -r
	-> ExecStart:
		Command Line: /usr/sbin/rpc.nfsd
	-> ExecReload:
		Command Line: /usr/sbin/exportfs -r
	-> ExecStop:
		Command Line: /usr/sbin/rpc.nfsd 0
	-> ExecStopPost:
		Command Line: /usr/sbin/exportfs -au
		Command Line: /usr/sbin/exportfs -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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Experiments.device:
	Description: /dev/SUNNY/Experiments
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 6d0fe3a1e4c543db9addcb29e14e956c
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Experiments
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit phpsessionclean.service:
	Description: Clean php session files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-02-13 04:39:06 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:39:05 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:39:06 GMT
	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: 2e10efa191db45f7b112723b49be59ae
	Fragment Path: /lib/systemd/system/phpsessionclean.service
	Condition Timestamp: Tue 2024-02-13 04:39:05 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:39:05 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: phpsessionclean.timer (destination-implicit)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: var.mount (origin-file origin-path)
	After: system.slice (origin-file)
	TriggeredBy: phpsessionclean.timer (destination-implicit)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: tmp.mount (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: phpsessionclean.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/lib/php/sessionclean
			PID: 380842
			Start Timestamp: Tue 2024-02-13 04:39:05 GMT
			Exit Timestamp: Tue 2024-02-13 04:39:06 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 10:38:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-12 10:37:54 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2024-02-12 10:38:30 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 0b5ddda17c5f4d018ac9673155505e3b
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true untested
	Condition Timestamp: Mon 2024-02-12 10:37:54 GMT
	Condition Result: yes
	Assert Timestamp: Mon 2024-02-12 10:37:54 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file)
	After: man-db.timer (destination-implicit)
	After: var.mount (origin-file origin-path)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: man-db.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: tmp.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: man-db.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/find /var/cache/man -type f -name "*.gz" -atime +6 -delete
		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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DeviceAllow: char-rtc r
-> Unit dev-dm\x2d13.device:
	Description: /dev/dm-13
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 23f75519c2604157b6d4f0963e47d3bc
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-13
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 069b5d38781c437c836cb48ba5bd3fa7
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Backup
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit sys-devices-virtual-net-PUBLIC.device:
	Description: /sys/devices/virtual/net/PUBLIC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: a3a0d810a39e4322848ab1b89a5c58c2
	Following Set Member: sys-subsystem-net-devices-PUBLIC.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/net/PUBLIC
	Sysfs Path: /sys/devices/virtual/net/PUBLIC
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3f4cede145f64f34805cd689766e4e2f
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: netfilter-persistent.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-sysctl.service (destination-file)
	Before: netfilter-persistent.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-modules-load
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: 04b8d74481cb449ab678d6878668bc9d
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-dm\x2d105.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit dev-dm\x2d104.device:
	Description: /dev/dm-104
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 71036a7b2775417aafdfca5785af512a
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-104
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit tmp.mount:
	Description: /tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b8b690ad646a405689a9e41be0187cbf
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/tmp.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	RequiredBy: local-fs.target (destination-file)
	WantedBy: upower.service (destination-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	WantedBy: dbus-broker.service (destination-file)
	WantedBy: phpsessionclean.service (destination-file)
	WantedBy: fwupd.service (destination-file)
	WantedBy: man-db.service (destination-file)
	WantedBy: caddy.service (destination-file)
	WantedBy: apache2.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	WantedBy: e2scrub_reap.service (destination-file)
	WantedBy: systemd-resolved.service (destination-file)
	WantedBy: ModemManager.service (destination-file)
	WantedBy: debspawn-clear-caches.service (destination-file)
	WantedBy: logrotate.service (destination-file)
	WantedBy: basic.target (destination-file)
	WantedBy: colord.service (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: dbus-broker.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: man-db.service (destination-file)
	Before: basic.target (destination-file destination-default)
	Before: debspawn-clear-caches.service (destination-file)
	Before: apache2.service (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: caddy.service (destination-file)
	Before: umount.target (origin-mountinfo)
	Before: ModemManager.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: colord.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: swap.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file origin-mountinfo)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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,noexec,relatime,mode=777,inode64
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-opt.device:
	Description: /dev/SUNNY/opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: fe52766bfd3248a4976f397c7bca47bb
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/opt
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-machines_old
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 6a0910379bda42f289b3a5684ed1e5a5
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-machines_old
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit getty-pre.target:
	Description: Preparation for Logins
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/getty-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit modprobe at loop.service:
	Description: Load Kernel Module loop
	Instance: loop
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2024-02-10 16:54:51 GMT
	Inactive Exit Timestamp: Sat 2024-02-10 16:54:51 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2024-02-10 16:54:51 GMT
	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: f8e56f07bc4a4023a24104e528603cda
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sat 2024-02-10 16:54:51 GMT
	Condition Result: yes
	Assert Timestamp: Sat 2024-02-10 16:54:51 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-repart.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-repart.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-l8r
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 27febcba2f834b98840c7ad56af6759a
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-l8r
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: c308fd6ee60e44899499c14c69d205a3
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Downloads
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7622b3b3565847ce9fc66f4ca6e94e02
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device
	Following Set Member: dev-mapper-LUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 ip6tables.service:
	Description: ip6tables.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 systemd-fsck at dev-mapper-SUNNY\x2dBackup.service:
	Description: File System Check on /dev/mapper/SUNNY-Backup
	Instance: dev-mapper-SUNNY\x2dBackup
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:31 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:31 GMT
	Active 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: 3098451b852c4a709557e777e644a6b1
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dBackup.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Backup.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Backup.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-mapper-SUNNY\x2dBackup.device (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-mapper-SUNNY\x2dBackup.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit var-lib-libvirt.mount:
	Description: /var/lib/libvirt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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/var-lib-libvirt.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2d2b6b5be9bf474094ce4e658576598c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-lib-libvirt.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dlibvirt.device (origin-mountinfo)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (origin-file)
	Requires: var.mount (origin-implicit origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (origin-file)
	After: var.mount (origin-implicit origin-path)
	After: dev-mapper-SUNNY\x2dlibvirt.device (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dlibvirt.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dlibvirt.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: dev-mapper-SUNNY\x2dlibvirt.device (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (origin-file)
	References: var.mount (origin-implicit origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dlibvirt.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-libvirt (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/libvirt
	What: /dev/mapper/SUNNY-libvirt
	File System Type: ext4
	Options: rw,relatime,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 040c4004432f45e78b09419422e19a5b
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Before: sddm.service (origin-file)
	After: console-screen.service (origin-file)
	After: kbd.service (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: console-screen.service (origin-file)
	References: kbd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sddm.service (origin-file)
	References: -.mount (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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5b3e167cfe6c48f8aab786e33c85dcfd
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> 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-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 16b26b0ad59d4576b03e067e8ffe35c4
	Fragment Path: /lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: time-set.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: e2scrub_all.service (origin-implicit)
	References: time-set.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file)
	References: timers.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: e2scrub_all.service (origin-implicit)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-SUNNY-vda.device:
	Description: /dev/SUNNY/vda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5b0eadaafc524d9a88bd984be32609c6
	Following: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-dm\x2d92.device
	Following Set Member: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-mapper-SUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/vda
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 802c3299e14a4f27af5026cd619a91d4
	Documentation: man:sd-login(3)
	Documentation: man:systemd-logind.service(8)
	Documentation: man:logind.conf(5)
	Documentation: man:org.freedesktop.login1(5)
	Fragment Path: /lib/systemd/system/systemd-logind.service
	ConditionPathExists: |/lib/systemd/system/dbus-broker.service untested
	ConditionPathExists: |/lib/systemd/system/dbus.service untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file)
	Wants: user.slice (origin-file)
	Wants: modprobe at drm.service (origin-file)
	Wants: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-1.scope (destination-file)
	Before: libvirtd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-467.scope (destination-file)
	Before: multi-user.target (destination-default)
	Before: sddm.service (destination-file)
	Before: session-3.scope (destination-file)
	After: tmp.mount (origin-file)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: user.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: var.mount (origin-file origin-path)
	After: modprobe at drm.service (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: user.slice (origin-file)
	References: modprobe at drm.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: tmp.mount (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: sddm.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: session-1.scope (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2912
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	RestartSec: 0
	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: /
	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: keyctl recvmmsg open setuid shmget chmod capget fcntl sched_getaffinity lremovexattr ugetrlimit recvmmsg_time64 timerfd_settime64 lchown mq_unlink fadvise64_64 dup3 oldlstat epoll_ctl epoll_wait ipc execve fstat sched_setattr io_uring_setup recvfrom sigaction setgid faccessat2 process_vm_readv timerfd_gettime64 fchownat lseek removexattr setpriority ftruncate64 setitimer io_getevents sched_setaffinity eventfd2 lgetxattr sigaltstack lstat64 epoll_wait_old timer_gettime mq_timedreceive sendmsg shmat sched_rr_get_interval rename sched_getscheduler statfs64 utimes kcmp ioprio_get arch_prctl execveat timer_settime getppid listxattr linkat nice rt_sigsuspend stat64 mq_timedreceive_time64 copy_file_range accept readahead sysinfo unlink setresgid32 setfsgid32 epoll_ctl_old mq_timedsend_time64 close_range accept4 exit syncfs inotify_init1 geteuid32 clock_nanosleep_time64 add_key close openat2 tkill flistxattr time sigreturn faccessat sigpending sched_yield select getgroups io_cancel rt_sigtimedwait fchdir truncate fstatfs rt_sigpending openat send timerfd_settime get_mempolicy setgroups mbind sched_get_priority_max mlockall setregid semop getsockname set_tls clock_nanosleep sigprocmask mq_timedsend ppoll_time64 io_uring_enter get_thread_area mlock2 signalfd4 pselect6_time64 prlimit64 sched_getparam clock_gettime personality unlinkat set_thread_area link sendfile64 fstatfs64 shmctl chdir migrate_pages timerfd_gettime gettid connect ioctl symlinkat flock _llseek semctl setgid32 ppoll get_robust_list sendto waitid sched_getattr ftruncate getdents setuid32 socketcall lstat signal getpriority getresgid setfsgid fadvise64 fsync io_destroy getrlimit timer_gettime64 socketpair readdir llistxattr getcwd sendmmsg wait4 timer_create nanosleep timer_settime64 setgroups32 renameat writev vmsplice process_madvise access inotify_init lsetxattr pwritev2 getpeername getrandom rt_sigreturn getgid setsid io_uring_register setreuid semget prctl name_to_handle_at renameat2 fchmodat fchown32 setrlimit cacheflush statfs rseq oldstat pidfd_send_signal pwritev statx futex futex_waitv setreuid32 readlinkat msgsnd arm_fadvise64_64 oldolduname getuid32 setfsuid32 swapcontext getgid32 mprotect creat fork futex_time64 umask listen semtimedop_time64 signalfd fsetxattr fgetxattr getxattr rt_sigaction setfsuid chown fcntl64 geteuid setsockopt fstat64 msync getsid sync clone3 io_pgetevents restart_syscall ioprio_set sched_rr_get_interval_time64 msgget epoll_create readv mremap msgctl stat mkdirat timer_getoverrun truncate64 membarrier mmap fdatasync io_setup getgroups32 process_vm_writev symlink mq_notify pselect6 mmap2 utime recv alarm pipe2 getsockopt msgrcv sync_file_range2 capset poll sync_file_range request_key fchmod getuid pipe shmdt setregid32 vfork move_pages sigsuspend munmap mknod setpgid userfaultfd tee getresuid mknodat fstatat64 eventfd sched_setparam bind _newselect pause getresuid32 pidfd_open unshare setxattr sched_get_priority_min getrusage inotify_rm_watch preadv2 read getpgrp timerfd_create getegid sendfile utimensat_time64 sched_setscheduler mq_getsetattr recvmsg getdents64 clock_getres fremovexattr preadv gettimeofday setresuid utimensat dup setresuid32 times munlockall riscv_flush_icache set_robust_list memfd_create epoll_pwait2 newfstatat lchown32 waitpid mlock epoll_pwait getegid32 kill socket rt_sigprocmask fchown write olduname splice exit_group shutdown rt_sigtimedwait_time64 readlink uname brk getitimer mkdir chown32 epoll_create1 set_mempolicy_home_node futimesat getcpu io_submit clock_gettime64 munlock madvise rmdir oldfstat fallocate io_pgetevents_time64 tgkill rt_tgsigqueueinfo mq_open clock_getres_time64 setns pwrite64 clone inotify_add_watch set_mempolicy semtimedop setresgid getpgid getpid dup2 set_tid_address rt_sigqueueinfo timer_delete remap_file_pages pread64 getresgid32
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	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.0.0.0/0
	IPAddressDeny: ::/0
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1ad51fe612314083bf3ecfe9225b8f91
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d90.device:
	Description: /sys/devices/virtual/block/dm-90
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: a83baad4683844bfaaab7513397f576e
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-90
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit dev-dm\x2d100.device:
	Description: /dev/dm-100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: e7f430fc9d29439ab70ae55d84a67e56
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-100
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	Before: emergency.target (destination-file)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-switch-root.target (destination-file)
	After: syslog.socket (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: rescue.service (origin-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dELLOE001.device:
	Description: /dev/mapper/SUNNY-ELLOE001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 3e7323dc33f04176b6198f833c1cc3cb
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-ELLOE001
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-SourceCode.device:
	Description: /dev/disk/by-label/SourceCode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 553be7c3f0814f64938b1ac6f35ef944
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/SourceCode
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dMachines.device:
	Description: /dev/mapper/SUNNY-Machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 265eaf83accf4671b836fcb1a84504ed
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-dm\x2d41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var-lib-machines.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: var-lib-machines.mount (destination-mountinfo)
	PropagatesStopTo: var-lib-machines.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Machines
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev,found-mount
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 33fc84573bf34edd9d63825eb95fe511
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	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: sysinit.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d42.device:
	Description: /sys/devices/virtual/block/dm-42
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 737253895b964a908ac7589d39dee9f8
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-42
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dExperiments.device:
	Description: /dev/mapper/SUNNY-Experiments
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:31 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 239e8db725b247cfb6ec863074287e11
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	PropagatesStopTo: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Experiments
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev,found-mount
-> Unit sys-devices-virtual-block-dm\x2d95.device:
	Description: /sys/devices/virtual/block/dm-95
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f4bc2ed7e5074f4587fb8cd97687243e
	Following Set Member: dev-mapper-SUNNY\x2dvdd.device
	Following Set Member: dev-SUNNY-vdd.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device
	Following Set Member: dev-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-95
	Sysfs Path: /sys/devices/virtual/block/dm-95
	Found: found-udev
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/time-sync.target
	Wants: time-set.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: edac.service (destination-file)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: fwupd-refresh.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.timer (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: libvirt-guests.service (destination-file)
	Before: phpsessionclean.timer (destination-default)
	Before: man-db.timer (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: edac.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device:
	Description: /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: fc985e1ae9d340db94a5c01f8d84c3f4
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0ca78418e1df444d96d64c318206502a
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d85.device:
	Description: /sys/devices/virtual/block/dm-85
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 0707d41abe9e43a5b7fef5fb5df586d1
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-85
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device:
	Description: /dev/disk/by-uuid/d8d22649-36b7-4fc4-b3ec-58dc94fdffb0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: cb807e7fab3e4c9a8ad25f284732d4ed
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/d8d22649-36b7-4fc4-b3ec-58dc94fdffb0
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-7gdT2N-EWBc-gHwr-ZfBR-rlgt-3agi-ld3lFm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:41 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active 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: 54a5261fca1d41a8a6e67183e52b3be2
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-dm\x2d105.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-7gdT2N-EWBc-gHwr-ZfBR-rlgt-3agi-ld3lFm
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit modprobe at configfs.service:
	Description: Load Kernel Module configfs
	Instance: configfs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: 4c163896fbc24b9e9643f31dc50b9922
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-G2PjcM-Txqu-rXuK-wGT6-u2Fh-c2ae-H0s5RD
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0eda3b7b0fc144b4953410afca3158fe
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-LUKS2_OS.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device
	Following Set Member: dev-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-G2PjcM-Txqu-rXuK-wGT6-u2Fh-c2ae-H0s5RD
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: boot-efi.mount (destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit system-modprobe.slice:
	Description: Slice /system/modprobe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: dd5d13f22c6a4a3bb636d1ce7e0b27cc
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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 dm_mod.service (destination-file)
	RequiredBy: modprobe at loop.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 drm.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: modprobe at dm_mod.service (destination-file)
	Before: modprobe at loop.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at drm.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)
	ReferencedBy: modprobe at loop.service (destination-file destination-slice-property)
	ReferencedBy: modprobe at dm_mod.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: modprobe at efi_pstore.service (destination-slice-property)
	SliceOf: modprobe at drm.service (destination-slice-property)
	SliceOf: modprobe at configfs.service (destination-slice-property)
	SliceOf: modprobe at fuse.service (destination-slice-property)
	SliceOf: modprobe at loop.service (destination-slice-property)
	SliceOf: modprobe at dm_mod.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1dfdf9ef68084d61a8625ce2908fc371
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dDownloads.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Downloads
	Instance: dev-mapper-SUNNY\x2dDownloads
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file destination-mountinfo)
	Before: home-tj-Downloads.mount (destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: home-tj-Downloads.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit graphical.target:
	Alias: default.target
	Alias: runlevel5.target
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:20 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active 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: 52aba8a67fa84bbfb77c919759df5171
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Wed 2024-01-31 23:37:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:20 GMT
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: hddtemp.service (origin-file)
	Wants: nvmefc-boot-connections.service (origin-file)
	Wants: udisks2.service (origin-file)
	Wants: edac.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: accounts-daemon.service (origin-file)
	Wants: sddm.service (origin-file)
	Wants: nvmf-autoconnect.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: rescue.target (origin-file)
	After: edac.service (origin-default destination-file)
	After: accounts-daemon.service (origin-default)
	After: hddtemp.service (origin-default destination-file)
	After: rescue.service (origin-file)
	After: nvmefc-boot-connections.service (origin-default)
	After: udisks2.service (origin-default)
	After: sddm.service (origin-file origin-default)
	After: e2scrub_reap.service (origin-default)
	After: multi-user.target (origin-file origin-default)
	After: nvmf-autoconnect.service (origin-default)
	References: rescue.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: nvmf-autoconnect.service (origin-file origin-default)
	References: sddm.service (origin-file origin-default)
	References: accounts-daemon.service (origin-file origin-default)
	References: e2scrub_reap.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: nvmefc-boot-connections.service (origin-file origin-default)
	References: udisks2.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: edac.service (origin-file origin-default)
	References: hddtemp.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	ReferencedBy: edac.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 25ab93fed23747cc99b634b3dff12484
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	RequiredBy: rpc-statd.service (destination-file)
	WantedBy: systemd-resolved.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apache2.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rpc-statd-notify.service (destination-file)
	Before: rpc-statd.service (destination-file)
	After: systemd-resolved.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: cae35bf2d392464db3afbed01adca64f
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/be92cbbb-28d6-4757-b823-587a883686ee
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Backup.device:
	Description: /dev/disk/by-label/Backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: a0031a8b13004a2c8cf3905695dfdee2
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Backup
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Videos.device:
	Description: /dev/disk/by-label/Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 91548b6f1c0841f99a2837188713078e
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Videos
	Sysfs Path: /sys/devices/virtual/block/dm-90
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: systemd-journald.socket (origin-file)
	After: systemd-ask-password-plymouth.path (destination-implicit)
	After: plymouth-start.service (origin-file destination-file)
	After: system.slice (origin-file)
	TriggeredBy: systemd-ask-password-plymouth.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	RestartSec: 100ms
	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: /
	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/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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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-02-13 04:14:09 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 81d005801bc74a3c9fe5956eeecbd489
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	Triggers: apt-daily.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: var.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file)
	References: time-set.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 70283fb47d604346aef9fc2c83a38ea7
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit systemd-machine-id-commit.service:
	Description: Commit a transient machine-id on disk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	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: shutdown.target (origin-file)
	References: first-boot-complete.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
	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
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device:
	Description: /dev/disk/by-uuid/25c4b915-e8c7-4bc5-bbe6-0208ef4c451e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 61a8930944a041b3800c0b16cc2488bf
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/25c4b915-e8c7-4bc5-bbe6-0208ef4c451e
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-sdb1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1a30436f51b04cae999f1bd3bbfe51ab
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-i08vJb-sxWa-WGVi-Y9R3-UiD2-YW6T-Q5BAGE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:41 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active 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: efcaf9efc73f4d95aee1b8f1e0b0f644
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-i08vJb-sxWa-WGVi-Y9R3-UiD2-YW6T-Q5BAGE
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit dev-dm\x2d87.device:
	Description: /dev/dm-87
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 222f655da0aa43679ea175385781a7c4
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-87
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit dev-snd-by\x2dpath-pci\x2d0000:0c:00.4.device:
	Description: /dev/snd/by-path/pci-0000:0c:00.4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 41d43a5e27104ffcb27daf58c641502f
	Following: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device
	Following Set Member: dev-snd-controlC1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/by-path/pci-0000:0c:00.4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/controlC1
	Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-Unknown.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0e4aeac1706441f9a63fd3495c0bec33
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partlabel/Unknown
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-WINE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 903a22cc34624fdc88be6305a5596d40
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-WINE
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit dev-dm\x2d86.device:
	Description: /dev/dm-86
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 1adeede1d72a48f993b34d4e67807964
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-86
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service:
	Description: File System Check on /dev/disk/by-label/EFI-SP
	Instance: dev-disk-by\x2dlabel-EFI\x2dSP
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3ae1bac95ad749fbaa1564b3b4c8b0db
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2dlabel-EFI\x2dSP.device (origin-file)
	RequiredBy: boot-efi.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: boot-efi.mount (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: dev-disk-by\x2dlabel-EFI\x2dSP.device (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: dev-disk-by\x2dlabel-EFI\x2dSP.device (origin-file)
	ReferencedBy: boot-efi.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/disk/by-label/EFI-SP
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 4b369b1e518044a8ab95ba40e65d0a9a
	Documentation: man:systemd-ask-password-wall.path(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: paths.target (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)
	After: -.mount (origin-file)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: paths.target (origin-file)
	References: emergency.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-usr_local
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 966a77af41ca4bb7806fe2382a59cdca
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-usr_local
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3c252844b32c4f2da69e7d78f9bdda58
	Documentation: man:systemd-ask-password-console.path(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid untested
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: paths.target (origin-file)
	After: -.mount (origin-file)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: -.mount (origin-file)
	References: cryptsetup.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-SUNNY-LiveBuild.device:
	Description: /dev/SUNNY/LiveBuild
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: eebecbbfb83c4d12ac96598d23d8554f
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/LiveBuild
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit uuidd.service:
	Description: Daemon for generating UUIDs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: uuidd.socket (destination-implicit)
	TriggeredBy: uuidd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: uuidd.socket (origin-file)
	ReferencedBy: uuidd.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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: keyctl uname fchmod tgkill timerfd_settime64 sched_getparam epoll_wait_old setreuid recvmmsg_time64 ioprio_get setreuid32 rt_sigprocmask sched_getscheduler sched_setaffinity sched_setscheduler timer_create semtimedop_time64 sync_file_range2 msgsnd fork gettid mkdirat socketcall getresgid32 truncate64 getuid execve geteuid32 mq_unlink sched_rr_get_interval fsync pselect6 fsetxattr socketpair fstatfs64 shmctl lsetxattr get_mempolicy getgid32 removexattr futimesat munlockall utime statfs setfsuid32 getegid32 setresgid32 swapcontext preadv sigaltstack chmod openat2 setpgid personality getrlimit vfork fchown recvmmsg getcwd set_mempolicy_home_node ppoll sched_get_priority_max clock_nanosleep_time64 rt_sigsuspend fstat64 mq_timedreceive sync_file_range timer_settime64 eventfd writev umask brk process_madvise timerfd_gettime copy_file_range kcmp time oldfstat close splice epoll_pwait2 getresuid32 ftruncate inotify_rm_watch mbind remap_file_pages process_vm_writev clock_nanosleep set_mempolicy sched_rr_get_interval_time64 fstatfs recvfrom sendto arm_fadvise64_64 fcntl64 fallocate getxattr syncfs wait4 riscv_flush_icache symlink futex_time64 ioctl io_cancel shmdt pidfd_open getsockname io_destroy setgid32 fdatasync renameat2 io_getevents sigprocmask exit lstat64 recv munmap ioprio_set sched_setparam openat _newselect flistxattr set_thread_area set_tid_address inotify_add_watch sched_getaffinity getresgid capget pipe getresuid vmsplice rt_tgsigqueueinfo sigaction linkat waitpid sync pread64 get_thread_area creat access clone rseq io_uring_register kill select renameat fchownat fstatat64 ipc signal setgid setresuid accept4 epoll_create1 get_robust_list getpgid getppid getgroups32 mknodat unlink add_key semtimedop pwrite64 mq_notify timer_gettime64 getegid getdents eventfd2 clock_getres sendmsg utimensat msgget lstat rt_sigqueueinfo inotify_init rt_sigtimedwait_time64 socket tee timer_getoverrun sendmmsg shmget request_key timer_delete sendfile faccessat epoll_pwait fcntl getsid signalfd4 io_submit io_pgetevents_time64 set_tls getpgrp connect setregid32 semget oldolduname getrusage mremap mq_getsetattr io_uring_setup listxattr getsockopt getpriority utimensat_time64 rt_sigpending oldstat io_pgetevents mq_open bind pidfd_send_signal arch_prctl mmap2 fchmodat waitid sendfile64 write signalfd faccessat2 io_uring_enter execveat close_range setuid32 restart_syscall timerfd_settime sched_yield pause mknod cacheflush open stat64 timerfd_gettime64 pselect6_time64 inotify_init1 ugetrlimit epoll_create send symlinkat statfs64 nanosleep readlink nice setresuid32 userfaultfd mlock2 mlockall semop setxattr ftruncate64 clock_getres_time64 readahead epoll_wait mmap rt_sigaction accept recvmsg getgroups readdir poll oldlstat timer_settime setgroups fadvise64_64 getpeername chown32 sched_setattr truncate lchown32 setfsgid32 unshare times sigreturn setsid chdir preadv2 setns setregid getitimer getuid32 alarm prlimit64 pwritev sigpending dup pipe2 read shmat readv mq_timedsend set_robust_list tkill mq_timedreceive_time64 setresgid setfsgid mlock setfsuid olduname mq_timedsend_time64 mprotect prctl mkdir dup3 madvise exit_group gettimeofday setgroups32 lgetxattr membarrier rename sched_getattr fchdir listen futex_waitv clone3 msgctl flock futex msgrcv semctl stat capset getrandom getgid fstat llistxattr setpriority epoll_ctl_old name_to_handle_at rt_sigreturn shutdown lseek sched_get_priority_min getdents64 newfstatat clock_gettime64 move_pages munlock dup2 link _llseek rmdir fremovexattr fgetxattr setsockopt timer_gettime lchown epoll_ctl fchown32 clock_gettime fadvise64 setrlimit timerfd_create geteuid setitimer rt_sigtimedwait migrate_pages getcpu setuid chown getpid pwritev2 io_setup lremovexattr unlinkat sysinfo utimes statx process_vm_readv msync ppoll_time64 memfd_create sigsuspend readlinkat
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/uuidd --socket-activation
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-sdb4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5b1e5e4b62f24b32aac3b23a46e0d1f2
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-dxM45o-sfwo-btMi-jScw-TfN3-OPkh-TMYcwh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:41 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active 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: 9e04e06911da4a7599b7dfab49c3d54d
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-dxM45o-sfwo-btMi-jScw-TfN3-OPkh-TMYcwh
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 36e715cbedca423eb23cb00a7b793d38
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/a6b9f3c8-73db-4aba-a343-4cf7447ccac8
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit multi-user.target:
	Alias: runlevel3.target
	Alias: runlevel2.target
	Alias: runlevel4.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:20 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active 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: 445f5630c83d44a39818d08df55aad73
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Wed 2024-01-31 23:37:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:20 GMT
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: plymouth-quit.service (origin-file)
	Wants: rsync.service (origin-file)
	Wants: cups.path (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: lxc-net.service (origin-file)
	Wants: cups-browsed.service (origin-file)
	Wants: lttng-sessiond.service (origin-file)
	Wants: systemd-resolved.service (origin-file)
	Wants: lxc-monitord.service (origin-file)
	Wants: waydroid-container.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: nfs-server.service (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: netfilter-persistent.service (origin-file)
	Wants: systemd-networkd.service (origin-file)
	Wants: caddy.service (origin-file)
	Wants: plymouth-quit-wait.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: jool_siit.service (origin-file)
	Wants: hddtemp.service (origin-file)
	Wants: nfs-client.target (origin-file)
	Wants: libvirtd.service (origin-file)
	Wants: lxc.service (origin-file)
	Wants: atopacct.service (origin-file)
	Wants: fancontrol.service (origin-file)
	Wants: nvme-smart-log.service (origin-file)
	Wants: lm-sensors.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: auditd.service (origin-file)
	Wants: tgt.service (origin-file)
	Wants: ModemManager.service (origin-file)
	Wants: jool.service (origin-file)
	Wants: unattended-upgrades.service (origin-file)
	Wants: atop.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: rpcbind.service (origin-file)
	Wants: schroot.service (origin-file)
	Wants: apt-cacher-ng.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: smartmontools.service (origin-file)
	Wants: binfmt-support.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: rasdaemon.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: wpa_supplicant.service (origin-file)
	Wants: ras-mc-ctl.service (origin-file)
	Wants: libvirt-guests.service (origin-file)
	Wants: cups.service (origin-file)
	Wants: edac.service (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: dbus-broker.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: machines.target (origin-file)
	Wants: shutdown-initrd.service (origin-file)
	Wants: apache2.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: libvirtd.service (origin-default)
	After: wpa_supplicant.service (origin-default)
	After: plymouth-quit.service (origin-default)
	After: apache2.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: cups.path (origin-default)
	After: atop.service (origin-default)
	After: rsync.service (origin-default)
	After: jool_siit.service (origin-default)
	After: smartmontools.service (origin-default)
	After: machines.target (origin-default destination-file)
	After: waydroid-container.service (origin-default)
	After: schroot.service (origin-default)
	After: ModemManager.service (origin-default)
	After: atopacct.service (origin-default)
	After: jool.service (origin-default)
	After: rescue.service (origin-file)
	After: lm-sensors.service (origin-default)
	After: ras-mc-ctl.service (origin-default)
	After: rsyslog.service (origin-default)
	After: ssh.service (origin-default)
	After: plymouth-quit-wait.service (origin-default)
	After: nfs-client.target (origin-default)
	After: cron.service (origin-default)
	After: getty.target (origin-default)
	After: basic.target (origin-file origin-default)
	After: fancontrol.service (origin-default)
	After: cups-browsed.service (origin-default)
	After: hddtemp.service (origin-default destination-file)
	After: cups.service (origin-default)
	After: nvme-smart-log.service (origin-default)
	After: lttng-sessiond.service (origin-default)
	After: systemd-logind.service (origin-default)
	After: libvirt-guests.service (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: caddy.service (origin-default)
	After: tgt.service (origin-default)
	After: lxc-monitord.service (origin-default)
	After: apt-cacher-ng.service (origin-default)
	After: rescue.target (origin-file)
	After: edac.service (origin-default destination-file)
	References: tgt.service (origin-file origin-default)
	References: shutdown-initrd.service (origin-file)
	References: lxc-monitord.service (origin-file origin-default)
	References: atop.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: dbus-broker.service (origin-file)
	References: systemd-ask-password-wall.path (origin-file)
	References: systemd-networkd.service (origin-file)
	References: console-setup.service (origin-file)
	References: nfs-server.service (origin-file)
	References: hddtemp.service (origin-file origin-default)
	References: schroot.service (origin-file origin-default)
	References: cups-browsed.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: lxc-net.service (origin-file)
	References: lttng-sessiond.service (origin-file origin-default)
	References: binfmt-support.service (origin-file)
	References: ssh.service (origin-file origin-default)
	References: lxc.service (origin-file)
	References: cups.path (origin-file origin-default)
	References: cron.service (origin-file origin-default)
	References: nfs-client.target (origin-file origin-default)
	References: rsync.service (origin-file origin-default)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: apache2.service (origin-file origin-default)
	References: lm-sensors.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: apt-cacher-ng.service (origin-file origin-default)
	References: unattended-upgrades.service (origin-file)
	References: rescue.service (origin-file)
	References: atopacct.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: rasdaemon.service (origin-file)
	References: rpcbind.service (origin-file)
	References: cups.service (origin-file origin-default)
	References: jool_siit.service (origin-file origin-default)
	References: nvme-smart-log.service (origin-file origin-default)
	References: plymouth-quit-wait.service (origin-file origin-default)
	References: fancontrol.service (origin-file origin-default)
	References: wpa_supplicant.service (origin-file origin-default)
	References: ModemManager.service (origin-file origin-default)
	References: machines.target (origin-file origin-default)
	References: netfilter-persistent.service (origin-file)
	References: plymouth-quit.service (origin-file origin-default)
	References: smartmontools.service (origin-file origin-default)
	References: ras-mc-ctl.service (origin-file origin-default)
	References: systemd-resolved.service (origin-file)
	References: libvirt-guests.service (origin-file origin-default)
	References: rsyslog.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: waydroid-container.service (origin-file origin-default)
	References: networking.service (origin-file)
	References: caddy.service (origin-file origin-default)
	References: jool.service (origin-file origin-default)
	References: edac.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: libvirtd.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	References: auditd.service (origin-file)
	References: avahi-daemon.service (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: edac.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: machines.target (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit var-log.mount:
	Description: /var/log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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/var-log.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0d12af066bee422cba150e9d425ea6cf
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-log.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (origin-file)
	Requires: dev-mapper-SUNNY\x2dvar_log.device (origin-mountinfo)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
	RequiredBy: systemd-journal-flush.service (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: systemd-update-utmp.service (destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: umount.target (origin-mountinfo)
	Before: systemd-journal-flush.service (destination-path)
	Before: logrotate.service (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dvar_log.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: dev-mapper-SUNNY\x2dvar_log.device (origin-mountinfo)
	After: var.mount (origin-file origin-path)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dvar_log.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dvar_log.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dvar_log.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: var.mount (origin-file origin-path)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (origin-file)
	References: -.mount (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-var_log (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/log
	What: /dev/mapper/SUNNY-var_log
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/var
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device:
	Description: /dev/disk/by-uuid/4752bd9f-e605-454f-ac53-54ee1769acce
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a03cf7181f9c4d62922f1cad30631fed
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/4752bd9f-e605-454f-ac53-54ee1769acce
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit virtlockd.service:
	Description: Virtual machine lock manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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:virtlockd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virtlockd.service
	Requires: system.slice (origin-file)
	Requires: virtlockd.socket (origin-file)
	Requires: virtlockd-admin.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: virtlockd.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: virtlockd-admin.socket (destination-implicit)
	TriggeredBy: virtlockd.socket (destination-implicit)
	TriggeredBy: virtlockd-admin.socket (destination-implicit)
	References: virtlockd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: virtlockd-admin.socket (origin-file)
	References: basic.target (origin-default)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-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
	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
	RestartSec: 100ms
	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: /
	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: 40960
	LimitNOFILESoft: 40960
	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"
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 10bbe37259864c3189450a526d1ce7e7
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 81667e52c09c4a099bb43a8a359f992a
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: dev-dm\x2d67.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> 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-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: ab4f8b4c9a954a54a05581480b479b0d
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	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: sysinit.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	After: time-set.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: -.mount (origin-file)
	References: man-db.service (origin-implicit)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: var.mount (origin-file origin-path)
	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
	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 dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Waydroid
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3eab09db84424f76aa33342c5c3790dc
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Waydroid
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1cfb2cbac4144bce89a9ae9dd042c1f8
	Following Set Member: dev-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/serial8250/tty/ttyS3
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	Found: found-udev
-> Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 525bd93d5424451fbffe4791043094c7
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: dm-event.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: dm-event.service (origin-implicit)
	References: -.mount (origin-file)
	References: dm-event.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/dmeventd-client (origin-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-vdc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5f2da83ead424e82bd5543905e9f673e
	Following: sys-devices-virtual-block-dm\x2d94.device
	Following Set Member: dev-SUNNY-vdc.device
	Following Set Member: dev-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device
	Following Set Member: dev-mapper-SUNNY\x2dvdc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d94.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-vdc
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit var.mount:
	Description: /var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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/var.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f68bb0b2b8514625b205032286a1c3d2
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dvar.device (origin-mountinfo)
	RequiredBy: fwupd-refresh.service (destination-file destination-path)
	RequiredBy: var-cache.mount (destination-file destination-path)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: var-lib-machines.mount (destination-implicit destination-path)
	RequiredBy: systemd-update-utmp.service (destination-file destination-path)
	RequiredBy: apt-cacher-ng.service (destination-file destination-path)
	RequiredBy: phpsessionclean.service (destination-file destination-path)
	RequiredBy: systemd-journal-flush.service (destination-file destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
	RequiredBy: systemd-resolved.service (destination-file destination-path)
	RequiredBy: session-1.scope (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: debspawn-clear-caches.timer (destination-file destination-path)
	RequiredBy: dbus-broker.service (destination-file destination-path)
	RequiredBy: systemd-machined.service (destination-file destination-path)
	RequiredBy: var-lib-libvirt.mount (destination-implicit destination-path)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: var-lib-l8r.mount (destination-implicit destination-path)
	RequiredBy: cups.path (destination-file destination-path)
	RequiredBy: debspawn-clear-caches.service (destination-file destination-path)
	RequiredBy: schroot.service (destination-file destination-path)
	RequiredBy: man-db.timer (destination-file destination-path)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: phpsessionclean.timer (destination-file destination-path)
	RequiredBy: fwupd-refresh.timer (destination-file destination-path)
	RequiredBy: systemd-pstore.service (destination-file destination-path)
	RequiredBy: apparmor.service (destination-file destination-path)
	RequiredBy: apt-daily.timer (destination-file destination-path)
	RequiredBy: man-db.service (destination-file destination-path)
	RequiredBy: logrotate.timer (destination-file destination-path)
	RequiredBy: caddy.service (destination-file destination-path)
	RequiredBy: var-log.mount (destination-file destination-path)
	RequiredBy: e2scrub_all.timer (destination-file destination-path)
	RequiredBy: accounts-daemon.service (destination-file destination-path)
	RequiredBy: upower.service (destination-file)
	RequiredBy: fstrim.timer (destination-file destination-path)
	RequiredBy: apache2.service (destination-file destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: systemd-random-seed.service (destination-file destination-path)
	RequiredBy: ModemManager.service (destination-file destination-path)
	RequiredBy: colord.service (destination-file)
	RequiredBy: basic.target (destination-file destination-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: logrotate.service (destination-file destination-path)
	Before: var-lib-machines.mount (destination-implicit destination-path)
	Before: man-db.service (destination-file destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: systemd-rfkill.socket (destination-file)
	Before: apt-daily.timer (destination-file destination-path)
	Before: fwupd.service (destination-file)
	Before: basic.target (destination-file destination-default destination-path)
	Before: var-log.mount (destination-file destination-path)
	Before: systemd-resolved.service (destination-file destination-path)
	Before: logrotate.timer (destination-file destination-path)
	Before: colord.service (destination-file)
	Before: systemd-pstore.service (destination-file destination-path)
	Before: systemd-machined.service (destination-file destination-path)
	Before: ModemManager.service (destination-file destination-path)
	Before: schroot.service (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
	Before: upower.service (destination-file)
	Before: man-db.timer (destination-file destination-path)
	Before: fstrim.timer (destination-file destination-path)
	Before: session-1.scope (destination-file)
	Before: systemd-random-seed.service (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: systemd-journal-flush.service (destination-file destination-path)
	Before: systemd-rfkill.service (destination-file)
	Before: var-cache.mount (destination-file destination-path)
	Before: accounts-daemon.service (destination-file destination-path)
	Before: var-lib-l8r.mount (destination-implicit destination-path)
	Before: apache2.service (destination-file destination-path)
	Before: apt-cacher-ng.service (destination-file destination-path)
	Before: apt-daily-upgrade.timer (destination-file destination-path)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: fwupd-refresh.service (destination-file destination-path)
	Before: apparmor.service (destination-file destination-path)
	Before: cups.path (destination-file destination-path)
	Before: umount.target (origin-mountinfo)
	Before: e2scrub_all.timer (destination-file destination-path)
	Before: phpsessionclean.service (destination-file destination-path)
	Before: dbus-broker.service (destination-file destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: debspawn-clear-caches.timer (destination-file destination-path)
	Before: var-lib-libvirt.mount (destination-implicit destination-path)
	Before: fwupd-refresh.timer (destination-file destination-path)
	Before: systemd-update-utmp.service (destination-file destination-path)
	Before: caddy.service (destination-file destination-path)
	Before: phpsessionclean.timer (destination-file destination-path)
	Before: debspawn-clear-caches.service (destination-file destination-path)
	After: dev-mapper-SUNNY\x2dvar.device (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dvar.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (origin-file)
	After: system.slice (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dvar.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dvar.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-mapper-SUNNY\x2dvar.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: man-db.service (destination-file destination-path)
	ReferencedBy: debspawn-clear-caches.timer (destination-file destination-path)
	ReferencedBy: ModemManager.service (destination-file destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file destination-path)
	ReferencedBy: var-lib-machines.mount (destination-implicit destination-path)
	ReferencedBy: var-lib-l8r.mount (destination-implicit destination-path)
	ReferencedBy: phpsessionclean.service (destination-file destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
	ReferencedBy: var-cache.mount (destination-file destination-path)
	ReferencedBy: accounts-daemon.service (destination-file destination-path)
	ReferencedBy: caddy.service (destination-file destination-path)
	ReferencedBy: e2scrub_all.timer (destination-file destination-path)
	ReferencedBy: var-log.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-machined.service (destination-file destination-path)
	ReferencedBy: apache2.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: apt-cacher-ng.service (destination-file destination-path)
	ReferencedBy: phpsessionclean.timer (destination-file destination-path)
	ReferencedBy: fwupd-refresh.service (destination-file destination-path)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: cups.path (destination-file destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file destination-path)
	ReferencedBy: var-lib-libvirt.mount (destination-implicit destination-path)
	ReferencedBy: debspawn-clear-caches.service (destination-file destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	ReferencedBy: apparmor.service (destination-file destination-path)
	ReferencedBy: apt-daily.timer (destination-file destination-path)
	ReferencedBy: fstrim.timer (destination-file destination-path)
	ReferencedBy: fwupd-refresh.timer (destination-file destination-path)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: basic.target (destination-file destination-default destination-path)
	ReferencedBy: logrotate.timer (destination-file destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: man-db.timer (destination-file destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: schroot.service (destination-file destination-path)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
	ReferencedBy: systemd-random-seed.service (destination-file destination-path)
	ReferencedBy: systemd-pstore.service (destination-file destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var
	What: /dev/mapper/SUNNY-var
	File System Type: ext4
	Options: rw,relatime,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d99.device:
	Description: /sys/devices/virtual/block/dm-99
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5b48d593fb4848c6a7ac2e54eb03e392
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-99
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit systemd-ask-password-plymouth.path:
	Description: Forward Password Requests to Plymouth Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
	Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.path
	ConditionVirtualization: !container untested
	ConditionPathExists: /run/plymouth/pid untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: no
	Requires: -.mount (origin-file)
	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)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-plymouth.service (origin-implicit)
	References: plymouth-start.service (origin-file)
	References: -.mount (origin-file)
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: dead
	Result: success
	Unit: systemd-ask-password-plymouth.service
	MakeDirectory: yes
	DirectoryMode: 0755
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 902dd83bf39947a9bb87ca5b8333ec2f
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit run-user-119.mount:
	Description: /run/user/119
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:53 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active 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: 7713dd907f634939a05923f1945bf563
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-implicit)
	After: swap.target (origin-mountinfo)
	References: swap.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	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: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/user/119
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=3277384k,nr_inodes=819346,mode=700,uid=119,gid=126,inode64
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit system-getty.slice:
	Description: Slice /system/getty
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	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
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit initrd-root-device.target:
	Description: Initrd Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/initrd-root-device.target
	AssertPathExists: /etc/initrd-release untested
	Wants: remote-veritysetup.target (origin-file)
	Wants: remote-cryptsetup.target (origin-file)
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	OnFailure: emergency.target (origin-file)
	References: remote-cryptsetup.target (origin-file)
	References: remote-veritysetup.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-mapper-SUNNY\x2dartslover2u_f.device:
	Description: /dev/mapper/SUNNY-artslover2u_f
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: c0e3b0c5f71c4f4aae8f4ebc588aa66c
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-dm\x2d105.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_f
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit virtlogd-admin.socket:
	Description: Virtual machine log manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 43b1180e8b0b4c90983b971c0ed182e8
	Fragment Path: /lib/systemd/system/virtlogd-admin.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	BindsTo: virtlogd.socket (origin-file)
	RequiredBy: virtlogd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	Before: virtlogd.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: virtlogd.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: virtlogd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: libvirtd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: virtlogd.service (origin-implicit)
	References: virtlogd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	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
	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
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: virtlogd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlogd-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-ELLOE001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: cc7ada18cc1b4980b3c31c41356a06a2
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-ELLOE001
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2bc3c2e2dea344ca9b3b727503ff07fd
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionCredential: |sysusers.extra untested
	ConditionNeedsUpdate: |/etc untested
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	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: systemd-update-done.service (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-firstboot.service (destination-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-update-done.service (origin-file)
	References: shutdown.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d103.device:
	Description: /sys/devices/virtual/block/dm-103
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: 6406538949874fc3a81aadd3f1b23a23
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-103
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dvdc.device:
	Description: /dev/mapper/SUNNY-vdc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 144e08565b3443a18712464d1adc521e
	Following: sys-devices-virtual-block-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device
	Following Set Member: dev-SUNNY-vdc.device
	Following Set Member: dev-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d94.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-vdc
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: de23578a8ca14e65bff0abcec4400ac1
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-var.device:
	Description: /dev/disk/by-label/var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0b761bd015144dd9a77007c9b68f4a50
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/var
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit virtlockd.socket:
	Description: Virtual machine lock manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 14cdd9ec9cd847a68b5d1449f0dc7796
	Fragment Path: /lib/systemd/system/virtlockd.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	RequiredBy: virtlockd.service (destination-file)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: virtlockd-admin.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: virtlockd.service (origin-implicit)
	Before: virtlockd-admin.socket (destination-file)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	Triggers: virtlockd.service (origin-implicit)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-default)
	References: virtlockd.service (origin-implicit)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: virtlockd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlockd-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: virtlockd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlockd-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit srv-NAS-Sunny-home.mount:
	Description: /srv/NAS/Sunny/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-home.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 39403ce77f8943b494a6c690afb1db0a
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: -.mount (origin-file)
	After: home.mount (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dhome.target (origin-file origin-mountinfo)
	After: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: blockdev at dev-mapper-SUNNY\x2dhome.target (origin-file origin-mountinfo)
	References: -.mount (origin-file)
	References: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: home.mount (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-home (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/home
	What: /dev/mapper/SUNNY-home
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,x-systemd.after=home.mount,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d23.device:
	Description: /sys/devices/virtual/block/dm-23
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 8870106eafd5445894678515d8ee497c
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-23
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-NAS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: b1ded92069e8469ba65ff5c708e4639d
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-NAS
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Experiments
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 2ad1c0ee31a54a8482fd979129faf4e5
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Experiments
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-65289a2e1ca840028670cf57451419e2-LUKS2_BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: bb028d4f3b96412198c9d385502670c8
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-65289a2e1ca840028670cf57451419e2-LUKS2_BOOT
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3b28b73b751f4d2a9d1aef5807fd0267
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/f841d7e6-751f-4c59-a9ec-36df7656d41c
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit systemd-fsck at dev-SUNNY-Builds.service:
	Description: File System Check on /dev/SUNNY/Builds
	Instance: dev-SUNNY-Builds
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: ec5f06d0775d46eaa40417df61f30718
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-SUNNY-Builds.device (origin-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-SUNNY-Builds.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-SUNNY-Builds.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/SUNNY/Builds
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-snd-controlC0.device:
	Description: /dev/snd/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 67328cefdcf54823b4b2818c595df951
	Following: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:0a:00.1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/controlC0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/controlC0
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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.target (origin-file)
	After: initrd-root-fs.target (origin-file)
	After: system.slice (origin-file)
	After: initrd-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: initrd.target (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: initrd-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-nvme0n1.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: dd6d8f950e8c4683ba982cb9642a8e32
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit rpc-statd-notify.service:
	Description: Notify NFS peers of a restart
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 5c04786e0dc74258a740a1bb6f4eadf4
	Fragment Path: /lib/systemd/system/rpc-statd-notify.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: nfs-client.target (destination-file)
	WantedBy: rpc-statd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: nss-lookup.target (origin-file)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: nfs-server.service (origin-file destination-file)
	After: local-fs.target (origin-file)
	References: nfs-utils.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-lookup.target (origin-file)
	References: nfs-server.service (origin-file)
	References: network-online.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	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: /
	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/sm-notify
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: ce4c4f495c7341cc83440c15394acb08
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dDownloads.device:
	Description: /dev/mapper/SUNNY-Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: d215155f8a574613a778951d5209fd62
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: home-tj-Downloads.mount (destination-mountinfo)
	RequiredBy: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	Before: home-tj-Downloads.mount (destination-mountinfo)
	PropagatesStopTo: home-tj-Downloads.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	ReferencedBy: home-tj-Downloads.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Downloads
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4687e2704f7747c88730567c71109b5f
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dProjects.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Projects
	Instance: dev-mapper-SUNNY\x2dProjects
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: usr-my.mount (destination-file destination-mountinfo)
	Before: srv-NAS-Sunny-Projects.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: usr-my.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit virtvboxd.socket:
	Description: virtvboxd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-pcrphase.service:
	Description: TPM2 PCR Barrier (User)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-pcrphase.service
	ConditionPathExists: /sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f untested
	ConditionSecurity: tpm2 untested
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (origin-file)
	Before: shutdown.target (origin-default)
	After: remote-fs.target (origin-file)
	After: remote-cryptsetup.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: remote-cryptsetup.target (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-pcrphase --graceful ready
	-> ExecStop:
		Command Line: /lib/systemd/systemd-pcrphase --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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f9ffa0b8dcd44bafa5e24868fb400c98
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L-part5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-sysext.service
	ConditionDirectoryNotEmpty: |/usr/lib/extensions untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/extensions 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: systemd-tmpfiles-setup.service (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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 merge
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d90.device:
	Description: /dev/dm-90
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 747f4d70907948af8b40ca341fd49587
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-90
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3f4550d4bcf04fcfbdee0ae45fdfc705
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-02-13 04:13:29 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:29 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: e9247da3e5204eeb8b4640085d7b4539
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true succeeded
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: var-log.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: logrotate.timer (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: var-log.mount (origin-path)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: var.mount (origin-file origin-path)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: var-log.mount (origin-path)
	References: basic.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: tmp.mount (origin-file)
	ReferencedBy: logrotate.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
			PID: 364241
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:29 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DeviceAllow: char-rtc r
-> Unit initrd-usr-fs.target:
	Description: Initrd /usr File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/initrd-usr-fs.target
	AssertPathExists: /etc/initrd-release untested
	WantedBy: initrd.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: initrd.target (destination-file)
	Before: systemd-repart.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	References: emergency.target (origin-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 00f9f36fa6124b10941ac32dd75f85ef
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/a440e3bb-e0ea-47e9-8a4f-95263c139376
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-dm\x2d61.device:
	Description: /dev/dm-61
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 6d44a238dd394564b8dab391989236e6
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-61
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit dev-dm\x2d103.device:
	Description: /dev/dm-103
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: e1daa85e6bf94427a5c8f7f23e842b2c
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-103
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d62.device:
	Description: /sys/devices/virtual/block/dm-62
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 56b57745fde145d49e8e9483b25daaac
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-62
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service:
	Description: File System Check on /dev/mapper/SUNNY-machines_old
	Instance: dev-mapper-SUNNY\x2dmachines_old
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dmachines_old.device (origin-file)
	RequiredBy: mnt-machines_old.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: mnt-machines_old.mount (destination-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-mapper-SUNNY\x2dmachines_old.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: dev-mapper-SUNNY\x2dmachines_old.device (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: mnt-machines_old.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-machines_old
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-subsystem-net-devices-virbr2.device:
	Description: /sys/subsystem/net/devices/virbr2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 6c7a9470e4df402bacc9f0f60a7c18fe
	Following Set Member: sys-devices-virtual-net-virbr2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/virbr2
	Sysfs Path: /sys/devices/virtual/net/virbr2
	Found: found-udev
-> Unit dev-disk-by\x2duuid-7594\x2dE531.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f5b39ce522e14e76bc98ffeb6f13e8f4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/7594-E531
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit dev-SUNNY-debian11.device:
	Description: /dev/SUNNY/debian11
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 83846210c2e64a2490d05e11e4a1400c
	Following: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-mapper-SUNNY\x2ddebian11.device
	Following Set Member: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device
	Following Set Member: dev-dm\x2d96.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/debian11
	Sysfs Path: /sys/devices/virtual/block/dm-96
	Found: found-udev
-> Unit caddy.service:
	Description: Caddy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:51 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:51 GMT
	Active 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/caddy.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: cf138d8abbab4114a0090314e547e88a
	Documentation: https://caddyserver.com/docs/
	Fragment Path: /lib/systemd/system/caddy.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: network-online.target (origin-file)
	Wants: tmp.mount (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: var.mount (origin-file origin-path)
	After: tmp.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: network-online.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: tmp.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: var.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: unknown
	OOMPolicy: stop
	Main PID: 3288
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 5s
	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: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	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
	LimitNPROC: 512
	LimitNPROCSoft: 512
	LimitNOFILE: 1048576
	LimitNOFILESoft: 1048576
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_net_bind_service cap_net_admin
	User: caddy
	Group: caddy
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile
	-> ExecReload:
		Command Line: /usr/bin/caddy reload --config /etc/caddy/Caddyfile --force
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit atopacct.service:
	Description: Atop process accounting daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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/atopacct.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bf490a48da85474ba4a1384870ec2a1c
	Documentation: man:atopacctd(8)
	Fragment Path: /lib/systemd/system/atopacct.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: acct.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: atop.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: acct.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: atop.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2922
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/atopacctd.pid
	RestartSec: 100ms
	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: /
	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: /bin/sh -c "if systemctl -q is-active acct psacct; then echo \"Process accounting already in use by (ps)acct\"; exit 1; fi"
	-> ExecStart:
		Command Line: /usr/sbin/atopacctd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-1192\x2d744D.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2d14b3f3ebaf4286974a8d2af7910308
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/1192-744D
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: lvm2-lvmpolld.socket (origin-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	PIDFile: /run/lvmpolld.pid
	RestartSec: 100ms
	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: /
	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: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d85.device:
	Description: /dev/dm-85
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 13b05e7a44fc48a7838fda6e6e8b106d
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-85
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit dev-serial-by\x2did-usb\x2dProlific_Technology_Inc._USB\x2dSerial_Controller\x2dif00\x2dport0.device:
	Description: PL2303 Serial Port / Mobile Phone Data Cable
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 0e60f06d12d14515a1a5586b7bc321d9
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:02:00.0\x2dusb\x2d0:12:1.0\x2dport0.device
	Following Set Member: dev-ttyUSB0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-12/1-12:1.0/ttyUSB0/tty/ttyUSB0
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 0775aca010be43bb96cfedb04fa66f77
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-dm\x2d41.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Machines
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dSchroot.device:
	Description: /dev/mapper/SUNNY-Schroot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ff91b285bcad405fa04808228367dd60
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	RequiredBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Schroot
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev,found-mount
-> Unit dev-mapper-LUKS2_BOOT.device:
	Description: /dev/mapper/LUKS2_BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: bc2f55a4258e43dea347e8567ef0f947
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	DropIn Path: /run/systemd/generator/dev-mapper-LUKS2_BOOT.device.d/40-device-timeout.conf
	Requires: systemd-cryptsetup at LUKS2_BOOT.service (origin-file)
	RequiredBy: boot.mount (destination-mountinfo)
	Before: boot.mount (destination-mountinfo)
	PropagatesStopTo: boot.mount (destination-mountinfo)
	References: systemd-cryptsetup at LUKS2_BOOT.service (origin-file)
	ReferencedBy: boot.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/LUKS2_BOOT
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev,found-mount
-> Unit dev-mapper-SUNNY\x2dusr_local.device:
	Description: /dev/mapper/SUNNY-usr_local
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c180aef4d4c0438cb4f5146517eefb1d
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: usr-local.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	Before: usr-local.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	PropagatesStopTo: usr-local.mount (destination-mountinfo)
	ReferencedBy: usr-local.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-usr_local
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev,found-mount
-> Unit phpsessionclean.timer:
	Description: Clean PHP session files every 30 mins
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:39:06 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: d65357f7aec34def9e0f215b375150d7
	Fragment Path: /lib/systemd/system/phpsessionclean.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: phpsessionclean.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	After: time-set.target (origin-default)
	Triggers: phpsessionclean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: phpsessionclean.service (origin-implicit)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: var.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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: phpsessionclean.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* *:09,39:00
-> Unit srv-NAS-Sunny-Documents.mount:
	Description: /srv/NAS/Sunny/Documents
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Documents.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e84f0d63f1764b52acbe6057268830d2
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Documents.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: dev-mapper-SUNNY\x2dDocuments.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: blockdev at dev-mapper-SUNNY\x2dDocuments.target (origin-file origin-mountinfo)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: dev-mapper-SUNNY\x2dDocuments.device (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dDocuments.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dDocuments.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: blockdev at dev-mapper-SUNNY\x2dDocuments.target (origin-file origin-mountinfo)
	References: -.mount (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Documents (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Documents
	What: /dev/mapper/SUNNY-Documents
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-T300CHI.bak
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 63e2c54b14b3459cabcc6f19f514571d
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-dm\x2d61.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-T300CHI.bak
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit mnt-machines_old.mount:
	Description: /mnt/machines_old
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 20:52:30 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 20:52:30 GMT
	Active Enter Timestamp: Tue 2024-02-06 20:52:30 GMT
	Active 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: b6b5e87bde654f1ea9dbc7c9c51e972d
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/mnt-machines_old.mount
	Source Path: /etc/fstab
	Requires: -.mount (origin-file origin-implicit)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: dev-mapper-SUNNY\x2dmachines_old.device (origin-mountinfo)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dmachines_old.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2dmachines_old.device (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dmachines_old.device (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dmachines_old.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (origin-file)
	References: dev-mapper-SUNNY\x2dmachines_old.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-machines_old (origin-file)
	RequiresMountsFor: /mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /mnt/machines_old
	What: /dev/mapper/SUNNY-machines_old
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device:
	Description: /dev/disk/by-id/dm-name-LUKS2_BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 3faf58771e484d0a8f55cde137115404
	Following: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: sys-devices-virtual-block-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-LUKS2_BOOT
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit systemd-networkd.service:
	Alias: dbus-org.freedesktop.network1.service
	Description: Network Configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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-networkd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 43d665b401b3486db2c88205cb041490
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:org.freedesktop.network1(5)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	DropIn Path: /etc/systemd/system/systemd-networkd.service.d/override.conf
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: systemd-networkd-wait-online.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: apt-daily.service (destination-file)
	Before: network.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: multi-user.target (origin-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file)
	After: systemd-udevd.service (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-sysctl.service (origin-file)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: systemd-udevd.service (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: -.mount (origin-file)
	References: network.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysctl.service (origin-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	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
	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: unknown
	OOMPolicy: stop
	Main PID: 2829
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.network1
	Bus Name Good: yes
	RestartSec: 0
	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: /
	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
	Environment: SYSTEMD_LOG_LEVEL=debug
	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: shmctl getsockname personality mmap chdir ppoll_time64 sigaltstack renameat2 membarrier utimensat_time64 clone timer_getoverrun sendmsg epoll_wait shutdown semop epoll_pwait2 getegid32 timer_delete fdatasync bind getpeername fchmod kill sigpending setuid msync mknodat mq_timedsend geteuid32 clock_getres_time64 setns rt_sigqueueinfo waitid setpgid epoll_create set_robust_list process_vm_readv connect _newselect recvmmsg futex_waitv pause times statx getresgid32 setfsgid ugetrlimit getuid stat getuid32 setuid32 lsetxattr recvmmsg_time64 exit_group cacheflush futex mq_timedreceive_time64 nanosleep clock_getres clock_nanosleep truncate64 truncate io_cancel send timerfd_gettime64 readlink epoll_create1 splice recvfrom symlink request_key oldlstat io_uring_register close_range fstat64 flistxattr futex_time64 setregid epoll_wait_old getresuid32 chmod dup geteuid rt_sigpending mlockall unshare rt_sigprocmask io_submit getdents64 rt_sigaction process_madvise socket poll inotify_init writev munlockall linkat chown arm_fadvise64_64 openat getgroups utimes timer_gettime socketcall pipe2 fchdir waitpid prctl get_robust_list getdents io_pgetevents_time64 setresuid32 olduname ioctl keyctl fcntl fstatfs rt_sigtimedwait inotify_rm_watch chown32 sched_getparam sigaction sched_getattr futimesat migrate_pages preadv2 setxattr sched_setaffinity sigprocmask io_uring_enter setgroups getxattr semctl fstatat64 rt_sigtimedwait_time64 timerfd_settime faccessat2 brk pread64 setregid32 fadvise64 flock socketpair fchown getrusage sendfile clock_gettime64 sched_setscheduler sigsuspend write sched_get_priority_max clone3 fallocate setfsuid32 utime setsockopt dup3 sendto sync_file_range2 inotify_add_watch sched_setattr fstatfs64 fchown32 io_destroy nice readdir sync_file_range memfd_create prlimit64 getgroups32 mprotect setgroups32 sched_rr_get_interval sched_rr_get_interval_time64 ipc getppid lremovexattr process_vm_writev oldolduname getpid access sigreturn dup2 lstat semtimedop utimensat swapcontext recv setfsuid listxattr clock_nanosleep_time64 rseq fstat timerfd_create mq_timedreceive mmap2 llistxattr mlock2 io_pgetevents rmdir fchownat riscv_flush_icache epoll_ctl_old getrandom lseek sched_setparam set_tls uname mknod restart_syscall getrlimit gettid accept4 timer_settime semtimedop_time64 setgid32 ioprio_get setfsgid32 setresuid epoll_pwait fsync kcmp sendmmsg read shmat getresgid pidfd_send_signal ppoll pwritev2 timer_settime64 getpriority vmsplice timer_gettime64 fchmodat umask time unlinkat getsockopt fadvise64_64 pselect6 lgetxattr mlock io_getevents mkdir mq_open sched_getscheduler readahead removexattr ioprio_set sched_getaffinity mq_unlink close fremovexattr getresuid set_mempolicy statfs64 setreuid arch_prctl mq_getsetattr add_key eventfd shmdt syncfs recvmsg getpgid set_tid_address pwrite64 select remap_file_pages tee setresgid move_pages getcwd getegid madvise fcntl64 rt_sigreturn pidfd_open setresgid32 munlock link lchown sysinfo listen fgetxattr execveat msgrcv tkill stat64 mq_notify munmap openat2 alarm statfs pwritev sync get_thread_area preadv capget oldfstat inotify_init1 unlink signalfd readlinkat capset lchown32 mbind userfaultfd shmget readv fork tgkill getcpu timerfd_settime64 mq_timedsend_time64 rt_tgsigqueueinfo vfork signal timer_create fsetxattr set_thread_area msgctl name_to_handle_at faccessat accept mkdirat renameat _llseek getitimer sendfile64 setpriority oldstat copy_file_range set_mempolicy_home_node eventfd2 newfstatat sched_yield clock_gettime msgget sched_get_priority_min getgid creat wait4 get_mempolicy getpgrp timerfd_gettime execve gettimeofday mremap open io_uring_setup pipe lstat64 pselect6_time64 ftruncate64 io_setup msgsnd exit setreuid32 symlinkat getgid32 ftruncate epoll_ctl setrlimit rename getsid setgid semget setsid setitimer rt_sigsuspend signalfd4
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
	-> ExecReload:
		Command Line: networkctl reload
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
-> Unit libvirtd.service:
	Description: Virtualization daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Exit Timestamp: Thu 2024-02-08 17:45:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Exit Timestamp: Wed 2024-01-31 23:38:50 GMT
	Inactive Enter Timestamp: Thu 2024-02-08 17:45:50 GMT
	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: cpu cpuset io memory pids bpf-firewall bpf-devices bpf-foreign
	CGroup own mask: memory pids
	Invocation ID: 02e84974021e49f4be416d48df514720
	Documentation: man:libvirtd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/libvirtd.service
	Condition Timestamp: Thu 2024-02-08 17:45:50 GMT
	Condition Result: yes
	Assert Timestamp: Thu 2024-02-08 17:45:50 GMT
	Assert Result: yes
	Requires: virtlockd.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: virtlogd.socket (origin-file)
	Wants: libvirtd-ro.socket (origin-file)
	Wants: systemd-machined.service (origin-file)
	Wants: libvirtd.socket (origin-file)
	Wants: libvirtd-admin.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: xendomains.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-machined.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: libvirtd-admin.socket (destination-file destination-implicit)
	After: iptables.service (origin-file)
	After: system.slice (origin-file)
	After: xencommons.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus-broker.service (origin-file)
	After: virtlockd-admin.socket (destination-file)
	After: virtlockd.socket (destination-file)
	After: iscsid.service (origin-file)
	After: libvirtd-ro.socket (destination-file destination-implicit)
	After: virtlockd.service (destination-file)
	After: firewalld.service (origin-file)
	After: local-fs.target (origin-file)
	After: ip6tables.service (origin-file)
	After: libvirtd.socket (destination-file destination-implicit)
	After: virtlogd.service (destination-file)
	After: libvirtd-tls.socket (destination-file destination-implicit)
	After: network.target (origin-file)
	After: apparmor.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: remote-fs.target (origin-file)
	After: virtlogd.socket (destination-file)
	After: virtlogd-admin.socket (destination-file)
	TriggeredBy: libvirtd-ro.socket (destination-implicit)
	TriggeredBy: libvirtd.socket (destination-implicit)
	TriggeredBy: libvirtd-tls.socket (destination-implicit)
	TriggeredBy: libvirtd-admin.socket (destination-implicit)
	References: libvirtd-ro.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: iscsid.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: xencommons.service (origin-file)
	References: remote-fs.target (origin-file)
	References: iptables.service (origin-file)
	References: local-fs.target (origin-file)
	References: apparmor.service (origin-file)
	References: libvirtd.socket (origin-file)
	References: virtlogd.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-machined.service (origin-file)
	References: dbus-broker.service (origin-file)
	References: ip6tables.service (origin-file)
	References: xendomains.service (origin-file)
	References: virtlockd.socket (origin-file)
	References: libvirtd-admin.socket (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: firewalld.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: virtlogd.socket (destination-file)
	ReferencedBy: libvirtd.socket (destination-file destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-implicit)
	ReferencedBy: libvirtd-tls.socket (destination-file destination-implicit)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-implicit)
	ReferencedBy: virtlockd.socket (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	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: /
	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: 8192
	LimitNOFILESoft: 8192
	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"
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 32768
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Sat 2024-02-10 16:54:51 GMT
	Inactive Exit Timestamp: Sat 2024-02-10 16:54:51 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2024-02-10 16:54:51 GMT
	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: a745b49b7b31432bb6dfe6a57fa2f986
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sat 2024-02-10 16:54:51 GMT
	Condition Result: yes
	Assert Timestamp: Sat 2024-02-10 16:54:51 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-repart.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-repart.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount:
	Description: /run/credentials/systemd-tmpfiles-setup-dev.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 69031e260d80420fa0f3f4fb81f69654
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/credentials (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/credentials/systemd-tmpfiles-setup-dev.service
	What: ramfs
	File System Type: ramfs
	Options: ro,nosuid,nodev,noexec,relatime,mode=700
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: 5955ed8dc0f9414e9c55cd21b737f657
	Documentation: man:systemd-machined.service(8)
	Documentation: man:org.freedesktop.machine1(5)
	Fragment Path: /lib/systemd/system/systemd-machined.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: var-lib-machines.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	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: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: var.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: var-lib-machines.mount (origin-path)
	After: machine.slice (origin-file)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: machine.slice (origin-file)
	References: var-lib-machines.mount (origin-path)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	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
	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
	Main PID: 2913
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.machine1
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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: writev set_thread_area nice sched_setparam fcntl64 setgid getresgid cacheflush fcntl statfs64 futex getegid symlinkat sendto shmdt sigsuspend select getrandom mq_open pause semget timer_create alarm syncfs io_pgetevents_time64 prlimit64 readlinkat personality mount_setattr keyctl rt_sigsuspend mlockall sysinfo remap_file_pages timerfd_settime64 rt_sigtimedwait rt_sigtimedwait_time64 shutdown open_tree getsockopt gettid getegid32 fchdir renameat utimensat_time64 io_uring_setup sync_file_range setns sched_getattr setgroups32 ioprio_set setpgid sched_getparam sync setreuid32 newfstatat futex_waitv clock_gettime utime riscv_flush_icache fstat64 madvise sendmmsg readv fstatfs64 membarrier signal lchown io_uring_register inotify_init execveat time fork add_key lseek get_mempolicy _llseek arch_prctl timer_gettime64 inotify_rm_watch sched_rr_get_interval tkill getpgid renameat2 sched_setattr epoll_ctl timer_gettime process_vm_writev preadv2 get_robust_list creat fsync fsmount olduname set_tls mq_timedsend_time64 msgrcv clock_nanosleep lchown32 fspick epoll_pwait sched_get_priority_min epoll_create getresgid32 io_setup rseq openat2 io_submit getdents rt_sigqueueinfo setresuid fremovexattr munlockall copy_file_range umount ugetrlimit mq_timedsend set_robust_list setpriority accept4 getitimer send utimes pidfd_send_signal mlock2 signalfd fstat setuid semctl pselect6_time64 connect exit shmctl rt_sigreturn flock chown statfs ppoll sigpending semtimedop set_tid_address sched_getaffinity ftruncate getdents64 clock_gettime64 kcmp mprotect semop close fstatfs fadvise64_64 rename write gettimeofday mlock fgetxattr times flistxattr memfd_create fadvise64 read link execve setresuid32 fstatat64 capget lremovexattr lstat64 fsetxattr getsid fdatasync getpgrp clock_getres utimensat getgroups32 tee pipe2 setregid epoll_ctl_old recv sendmsg mkdirat stat socket open futex_time64 recvmsg msync getgid32 brk _newselect set_mempolicy getuid32 statx timerfd_gettime signalfd4 getpid setuid32 shmget eventfd2 unshare sched_get_priority_max setreuid epoll_create1 mmap chmod timerfd_settime getsockname vmsplice socketcall setrlimit removexattr capset mmap2 rmdir readahead setfsgid mremap setregid32 restart_syscall pselect6 dup truncate64 sched_yield inotify_init1 dup2 setresgid32 listxattr getresuid clone3 inotify_add_watch msgsnd process_vm_readv openat userfaultfd listen move_pages name_to_handle_at dup3 geteuid32 rt_sigpending mbind sigprocmask timerfd_gettime64 getxattr waitpid chown32 kill sched_rr_get_interval_time64 move_mount sigreturn sigaltstack mq_unlink stat64 shmat mq_timedreceive_time64 setitimer pwritev mknod setfsgid32 fchmodat fchmod sched_setscheduler request_key umount2 getgroups bind get_thread_area socketpair msgctl mount rt_tgsigqueueinfo setxattr ipc readlink sync_file_range2 exit_group oldlstat geteuid fchown setsockopt arm_fadvise64_64 symlink pread64 epoll_wait_old sched_setaffinity getresuid32 fchownat truncate readdir vfork msgget rt_sigprocmask sigaction timer_settime64 fsconfig setgroups epoll_pwait2 getpeername waitid sendfile getcwd fchown32 munmap timer_settime close_range getuid unlinkat clone timerfd_create getcpu linkat swapcontext recvmmsg_time64 set_mempolicy_home_node pidfd_open getppid accept setfsuid process_madvise mknodat sendfile64 faccessat2 munlock lgetxattr epoll_wait io_cancel getrusage io_destroy chroot sched_getscheduler chdir faccessat preadv clock_getres_time64 ftruncate64 recvfrom tgkill wait4 setsid ppoll_time64 getrlimit oldfstat pivot_root setresgid recvmmsg poll timer_delete eventfd mq_getsetattr prctl fallocate oldstat pipe io_getevents splice oldolduname migrate_pages timer_getoverrun io_pgetevents mq_notify unlink fsopen llistxattr pwrite64 setfsuid32 access setgid32 mkdir ioctl ioprio_get umask io_uring_enter mq_timedreceive pwritev2 uname lsetxattr lstat clock_nanosleep_time64 futimesat rt_sigaction getpriority semtimedop_time64 getgid nanosleep
	SystemCallArchitectures: native
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-machined
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit networking.service:
	Description: networking.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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/networking.service
	WantedBy: network-online.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
-> Unit virtlockd-admin.socket:
	Description: Virtual machine lock manager admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: b44e4c38c41d49b4a8a0407eab993e2d
	Fragment Path: /lib/systemd/system/virtlockd-admin.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	BindsTo: virtlockd.socket (origin-file)
	RequiredBy: virtlockd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: virtlockd.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd.service (origin-file)
	After: system.slice (origin-file)
	After: virtlockd.socket (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	Triggers: virtlockd.service (origin-implicit)
	References: libvirtd.service (origin-file)
	References: virtlockd.socket (origin-file)
	References: shutdown.target (origin-default)
	References: virtlockd.service (origin-implicit)
	References: -.mount (origin-file)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: virtlockd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlockd-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit shutdown.target:
	Description: System Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/shutdown.target
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ConflictedBy: virtlockd.socket (destination-default)
	ConflictedBy: alsa-restore.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dExperiments.target (destination-default)
	ConflictedBy: plymouth-quit-wait.service (destination-default)
	ConflictedBy: apt-cacher-ng.service (destination-default)
	ConflictedBy: libvirtd-ro.socket (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ConflictedBy: nvmf-autoconnect.service (destination-default)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-LUKS2_OS.target (destination-default)
	ConflictedBy: shutdown-initrd.service (destination-file)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ConflictedBy: lxc-monitord.service (destination-default)
	ConflictedBy: colord.service (destination-default)
	ConflictedBy: alsa-state.service (destination-default)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: accounts-daemon.service (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ConflictedBy: fancontrol.service (destination-default)
	ConflictedBy: remote-veritysetup.target (destination-file)
	ConflictedBy: machine.slice (destination-default)
	ConflictedBy: fwupd-refresh.timer (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: waydroid-container.service (destination-default)
	ConflictedBy: jool.service (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: veritysetup.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dMachines.target (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ConflictedBy: virt-guest-shutdown.target (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dCache.target (destination-default)
	ConflictedBy: schroot.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: blockdev at dev-nvme0n1p1.target (destination-default)
	ConflictedBy: phpsessionclean.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: dpkg-db-backup.timer (destination-default)
	ConflictedBy: fstrim.timer (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dMedia.target (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: session-3.scope (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: lttng-sessiond.service (destination-default)
	ConflictedBy: libvirtd-tls.socket (destination-default)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-default)
	ConflictedBy: blockdev at dev-SUNNY-Schroot.target (destination-default)
	ConflictedBy: remote-cryptsetup.target (destination-file)
	ConflictedBy: rpc_pipefs.target (destination-default)
	ConflictedBy: nfs-utils.service (destination-default)
	ConflictedBy: atop-rotate.service (destination-default)
	ConflictedBy: systemd-pcrphase.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2detc.target (destination-default)
	ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dvar.target (destination-default)
	ConflictedBy: jool_siit.service (destination-default)
	ConflictedBy: atopacct.service (destination-default)
	ConflictedBy: initrd-root-fs.target (destination-file)
	ConflictedBy: user-119.slice (destination-default)
	ConflictedBy: libvirtd.service (destination-default)
	ConflictedBy: user-runtime-dir at 119.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ConflictedBy: phpsessionclean.timer (destination-default)
	ConflictedBy: system-wol_wakeup_recover.slice (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ConflictedBy: atop.service (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.target (destination-default)
	ConflictedBy: virtlogd.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dAndroid.target (destination-default)
	ConflictedBy: udisks2.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: integritysetup.target (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: apache2.service (destination-default)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-LUKS_WD30EZRZ.target (destination-default)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: netfilter-persistent.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dProjects.target (destination-default)
	ConflictedBy: polkit.service (destination-default)
	ConflictedBy: ModemManager.service (destination-default)
	ConflictedBy: edac.service (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: mdadm-shutdown.service (destination-file)
	ConflictedBy: initrd.target (destination-default)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: initrd-fs.target (destination-file)
	ConflictedBy: session-467.scope (destination-default)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: uuidd.service (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ConflictedBy: systemd-networkd-wait-online.service (destination-file)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: uuidd.socket (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: systemd-ask-password-plymouth.service (destination-file)
	ConflictedBy: cups.path (destination-default)
	ConflictedBy: plymouth-quit.service (destination-default)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ConflictedBy: dpkg-db-backup.service (destination-default)
	ConflictedBy: nvme-smart-log.service (destination-default)
	ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: NetworkManager.service (destination-default)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: tgt.service (destination-default)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: fwupd.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dusr_local.target (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ConflictedBy: auditd.service (destination-file)
	ConflictedBy: systemd-networkd.socket (destination-file)
	ConflictedBy: smartmontools.service (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: systemd-coredump.socket (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dNAS.target (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ConflictedBy: systemd-ask-password-plymouth.path (destination-file)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: virtlockd-admin.socket (destination-default)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: atop-rotate.timer (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: dbus-broker.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dBuilds.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dmachines_old.target (destination-default)
	ConflictedBy: session-1.scope (destination-default)
	ConflictedBy: hddtemp.service (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dSourceCode.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dlibvirt.target (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ConflictedBy: cups.socket (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dVideos.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dl8r.target (destination-default)
	ConflictedBy: user at 119.service (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: sddm.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dSchroot.target (destination-default)
	ConflictedBy: libvirt-guests.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: fstrim.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ConflictedBy: systemd-firstboot.service (destination-file)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: lm-sensors.service (destination-default)
	ConflictedBy: nfs-client.target (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: rpcbind.target (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: machines.target (destination-default)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2drootfs.target (destination-default)
	ConflictedBy: initrd-root-device.target (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dhome.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dvar_log.target (destination-default)
	ConflictedBy: system-systemd\x2dcoredump.slice (destination-default)
	ConflictedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ConflictedBy: initrd-usr-fs.target (destination-file)
	ConflictedBy: virtlogd.socket (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: virtlockd.service (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dopt.target (destination-default)
	ConflictedBy: cryptsetup-pre.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-LUKS2_BOOT.target (destination-default)
	ConflictedBy: nvmefc-boot-connections.service (destination-default)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dBackup.target (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dDownloads.target (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: systemd-machined.service (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: virtlogd-admin.socket (destination-default)
	ConflictedBy: debspawn-clear-caches.service (destination-default)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	ConflictedBy: debspawn-clear-caches.timer (destination-default)
	ConflictedBy: systemd-repart.service (destination-file)
	ConflictedBy: upower.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: ras-mc-ctl.service (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: cups.service (destination-default)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: cups-browsed.service (destination-default)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: blockdev at dev-SUNNY-Builds.target (destination-default)
	ConflictedBy: rtkit-daemon.service (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ConflictedBy: libvirtd-admin.socket (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: libvirtd.socket (destination-default)
	ConflictedBy: veritysetup-pre.target (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: fwupd-refresh.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-SUNNY\x2dDocuments.target (destination-default)
	ConflictedBy: caddy.service (destination-default)
	ConflictedBy: first-boot-complete.target (destination-default)
	After: virt-guest-shutdown.target (destination-default)
	After: apt-daily.service (destination-default)
	After: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: nvmefc-boot-connections.service (destination-default)
	After: jool_siit.service (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dl8r.target (destination-default)
	After: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	After: veritysetup-pre.target (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	After: ModemManager.service (destination-default)
	After: cups-browsed.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dlibvirt.target (destination-default)
	After: systemd-pcrphase.service (destination-default)
	After: fwupd-refresh.timer (destination-default)
	After: machine.slice (destination-default)
	After: lm-sensors.service (destination-default)
	After: systemd-machined.service (destination-default)
	After: ssh.service (destination-default)
	After: libvirt-guests.service (destination-default)
	After: blockdev at dev-nvme0n1p1.target (destination-default)
	After: nvmf-autoconnect.service (destination-default)
	After: virtlogd-admin.socket (destination-default)
	After: blk-availability.service (destination-file)
	After: fancontrol.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	After: rtkit-daemon.service (destination-default)
	After: veritysetup.target (destination-default)
	After: systemd-coredump.socket (destination-file)
	After: plymouth-quit-wait.service (destination-default)
	After: initrd.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dNAS.target (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	After: plymouth-quit.service (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: rescue.target (destination-default)
	After: dm-event.service (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: graphical.target (destination-default)
	After: atop-rotate.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dExperiments.target (destination-default)
	After: uuidd.socket (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: systemd-pstore.service (destination-file)
	After: alsa-restore.service (destination-default)
	After: systemd-networkd-wait-online.service (destination-file)
	After: systemd-rfkill.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	After: rsyslog.service (destination-default)
	After: atop-rotate.timer (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	After: rpcbind.target (destination-default)
	After: libvirtd-tls.socket (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dAndroid.target (destination-default)
	After: blockdev at dev-mapper-LUKS_WD30EZRZ.target (destination-default)
	After: virtlockd.socket (destination-default)
	After: logrotate.timer (destination-default)
	After: sound.target (destination-default)
	After: systemd-ask-password-wall.service (destination-default)
	After: systemd-ask-password-plymouth.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	After: blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target (destination-default)
	After: session-1.scope (destination-default)
	After: lvm2-lvmpolld.service (destination-file)
	After: auditd.service (destination-file)
	After: sysinit.target (destination-default)
	After: nvme-smart-log.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	After: systemd-pcrphase-sysinit.service (destination-file)
	After: blockdev at dev-mapper-LUKS2_OS.target (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-fsckd.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: apt-daily-upgrade.timer (destination-default)
	After: virtlogd.socket (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	After: getty.target (destination-default)
	After: user-runtime-dir at 119.service (destination-default)
	After: network.target (destination-default)
	After: virtlockd.service (destination-default)
	After: user-1000.slice (destination-default)
	After: cryptsetup.target (destination-default)
	After: systemd-networkd.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dBackup.target (destination-default)
	After: atopacct.service (destination-default)
	After: debspawn-clear-caches.service (destination-default)
	After: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-default)
	After: network-online.target (destination-default)
	After: getty at tty1.service (destination-default)
	After: schroot.service (destination-default)
	After: dpkg-db-backup.service (destination-default)
	After: systemd-repart.service (destination-file)
	After: system-systemd\x2dcoredump.slice (destination-default)
	After: hddtemp.service (destination-default)
	After: libvirtd.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dusr_local.target (destination-default)
	After: user.slice (destination-default)
	After: polkit.service (destination-default)
	After: nfs-utils.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dMedia.target (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: virtlogd.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dMachines.target (destination-default)
	After: blockdev at dev-mapper-LUKS2_BOOT.target (destination-default)
	After: local-fs-pre.target (destination-default)
	After: fwupd-refresh.service (destination-default)
	After: systemd-rfkill.socket (destination-file)
	After: nss-lookup.target (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	After: time-set.target (destination-default)
	After: sockets.target (destination-default)
	After: swap.target (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-resolved.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: emergency.service (destination-file)
	After: system-modprobe.slice (destination-default)
	After: slices.target (destination-default)
	After: fstrim.timer (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dSchroot.target (destination-default)
	After: waydroid-container.service (destination-default)
	After: cryptsetup-pre.target (destination-default)
	After: getty-pre.target (destination-default)
	After: network-pre.target (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-quotacheck.service (destination-file)
	After: sddm.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dCache.target (destination-default)
	After: dbus-broker.service (destination-file)
	After: atop.service (destination-default)
	After: fwupd.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dSourceCode.target (destination-default)
	After: tgt.service (destination-default)
	After: libvirtd-admin.socket (destination-default)
	After: session-467.scope (destination-default)
	After: e2scrub_reap.service (destination-default)
	After: virtlockd-admin.socket (destination-default)
	After: uuidd.service (destination-default)
	After: system-getty.slice (destination-default)
	After: debspawn-clear-caches.timer (destination-default)
	After: system-wol_wakeup_recover.slice (destination-default)
	After: libvirtd-ro.socket (destination-default)
	After: caddy.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2detc.target (destination-default)
	After: rescue.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	After: apt-daily.timer (destination-default)
	After: getty-static.service (destination-default)
	After: jool.service (destination-default)
	After: accounts-daemon.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dvar.target (destination-default)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: e2scrub_all.timer (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: user at 119.service (destination-default)
	After: time-sync.target (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dvar_log.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2drootfs.target (destination-default)
	After: blockdev at dev-SUNNY-Schroot.target (destination-default)
	After: phpsessionclean.timer (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dVideos.target (destination-default)
	After: man-db.timer (destination-default)
	After: rsync.service (destination-default)
	After: dbus.socket (destination-default)
	After: user-119.slice (destination-default)
	After: apache2.service (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: dpkg-db-backup.timer (destination-default)
	After: libvirtd.socket (destination-default)
	After: rpc_pipefs.target (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: mdadm-shutdown.service (destination-file)
	After: cups.service (destination-default)
	After: ras-mc-ctl.service (destination-default)
	After: systemd-sysext.service (destination-file)
	After: apt-daily-upgrade.service (destination-default)
	After: NetworkManager.service (destination-default)
	After: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: fstrim.service (destination-default)
	After: lttng-sessiond.service (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: cups.socket (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: apt-cacher-ng.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	After: multi-user.target (destination-default)
	After: phpsessionclean.service (destination-default)
	After: systemd-logind.service (destination-default)
	After: smartmontools.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	After: cron.service (destination-default)
	After: session-3.scope (destination-default)
	After: cups.path (destination-default)
	After: lxc-monitord.service (destination-default)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	After: rc-local.service (destination-default)
	After: edac.service (destination-default)
	After: first-boot-complete.target (destination-default)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: basic.target (destination-default)
	After: netfilter-persistent.service (destination-file)
	After: integritysetup.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dBuilds.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dDocuments.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dhome.target (destination-default)
	After: nfs-client.target (destination-default)
	After: upower.service (destination-default)
	After: machines.target (destination-default)
	After: user at 1000.service (destination-default)
	After: paths.target (destination-default)
	After: udisks2.service (destination-default)
	After: syslog.socket (destination-file)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: e2scrub_all.service (destination-default)
	After: lvm2-monitor.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dmachines_old.target (destination-default)
	After: emergency.target (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dDownloads.target (destination-default)
	After: alsa-state.service (destination-default)
	After: blockdev at dev-mapper-SUNNY\x2dProjects.target (destination-default)
	After: blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.target (destination-default)
	After: colord.service (destination-default)
	After: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	After: blockdev at dev-mapper-SUNNY\x2dopt.target (destination-default)
	After: man-db.service (destination-default)
	After: blockdev at dev-SUNNY-Builds.target (destination-default)
	After: logrotate.service (destination-default)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: machine.slice (destination-default)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: veritysetup-pre.target (destination-default)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: blockdev at dev-mapper-LUKS_WD30EZRZ.target (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dopt.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2detc.target (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: veritysetup.target (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: user-runtime-dir at 119.service (destination-default)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: mdadm-shutdown.service (destination-file)
	ReferencedBy: tgt.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: blockdev at dev-nvme0n1p1.target (destination-default)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: jool_siit.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: nfs-client.target (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target (destination-default)
	ReferencedBy: systemd-coredump.socket (destination-file)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: blockdev at dev-SUNNY-Builds.target (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: cryptsetup-pre.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dl8r.target (destination-default)
	ReferencedBy: nvmefc-boot-connections.service (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dDocuments.target (destination-default)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: blockdev at dev-SUNNY-Schroot.target (destination-default)
	ReferencedBy: nvme-smart-log.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dmachines_old.target (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dlibvirt.target (destination-default)
	ReferencedBy: session-3.scope (destination-default)
	ReferencedBy: machines.target (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dhome.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-LUKS2_OS.target (destination-default)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.target (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: lxc-monitord.service (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dAndroid.target (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: fancontrol.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dMedia.target (destination-default)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: virt-guest-shutdown.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2drootfs.target (destination-default)
	ReferencedBy: initrd.target (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: remote-veritysetup.target (destination-file)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dVideos.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: first-boot-complete.target (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: shutdown-initrd.service (destination-file)
	ReferencedBy: lttng-sessiond.service (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: waydroid-container.service (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: session-467.scope (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: ras-mc-ctl.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dExperiments.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-LUKS2_BOOT.target (destination-default)
	ReferencedBy: system-wol_wakeup_recover.slice (destination-default)
	ReferencedBy: session-1.scope (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dusr_local.target (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dProjects.target (destination-default)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dNAS.target (destination-default)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dCache.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dvar_log.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dBackup.target (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: edac.service (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dBuilds.target (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dvar.target (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: rpcbind.target (destination-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: user at 119.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dDownloads.target (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: libvirtd-tls.socket (destination-default)
	ReferencedBy: user-119.slice (destination-default)
	ReferencedBy: nvmf-autoconnect.service (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: initrd-fs.target (destination-file)
	ReferencedBy: jool.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: apt-cacher-ng.service (destination-default)
	ReferencedBy: sddm.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dMachines.target (destination-default)
	ReferencedBy: caddy.service (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dSchroot.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-SUNNY\x2dSourceCode.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: system-systemd\x2dcoredump.slice (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: rpc_pipefs.target (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: integritysetup.target (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 4b200c9bc1fe4db0a4bdf5cbe24b9a10
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/cf9a5b01-6ef0-4518-96ce-896d546ceca6
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-LiveBuild.device:
	Description: /dev/disk/by-label/LiveBuild
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c5ffb5a85b4f4e3ea61d833088aaaca2
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/LiveBuild
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 4c912533669f4865a86c7b801d4f6403
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: systemd-cryptsetup at LUKS_WD30EZRZ.service (origin-file)
	Requires: systemd-cryptsetup at LUKS2_OS.service (origin-file)
	Requires: systemd-cryptsetup at LUKS2_BOOT.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-cryptsetup at LUKS2_BOOT.service (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	After: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: cryptsetup-pre.target (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	References: systemd-cryptsetup at LUKS_WD30EZRZ.service (origin-file)
	References: systemd-cryptsetup at LUKS2_OS.service (origin-file)
	References: systemd-cryptsetup at LUKS2_BOOT.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: cryptsetup-pre.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4fc3d2a6d16f491984eb103afd93728b
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	Before: graphical.target (destination-file)
	Before: rescue.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: initrd.target (destination-file)
	Before: shutdown.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	After: sysinit.target (origin-file)
	After: getty at tty1.service (destination-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d92.device:
	Description: /dev/dm-92
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b705021ad8da498d914d44fd37b88a38
	Following: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-SUNNY-vda.device
	Following Set Member: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-mapper-SUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-92
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> Unit dev-SUNNY-vdb.device:
	Description: /dev/SUNNY/vdb
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 98fc5827cfc04ff3b5d9635502f9dc36
	Following: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device
	Following Set Member: dev-dm\x2d93.device
	Following Set Member: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-mapper-SUNNY\x2dvdb.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/vdb
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit rpc_pipefs.target:
	Description: rpc_pipefs.target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 5e5c48093a7d48f895f7d08fadfcf604
	Fragment Path: /run/systemd/generator/rpc_pipefs.target
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: run-rpc_pipefs.mount (origin-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	RequiredBy: nfsdcld.service (destination-file)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nfs-idmapd.service (destination-file)
	Before: nfsdcld.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: nfs-blkmap.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	After: run-rpc_pipefs.mount (origin-file)
	References: shutdown.target (origin-default)
	References: run-rpc_pipefs.mount (origin-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: nfsdcld.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 47e071ae690c41b1b4c56fb7acba2de2
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	WantedBy: keyboard-setup.service (destination-file)
	WantedBy: systemd-remount-fs.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: home.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	Before: run-user-119.mount (destination-mountinfo)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: usr-my.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	Before: var.mount (destination-mountinfo)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	Before: opt.mount (destination-mountinfo)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	Before: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	Before: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	Before: var-log.mount (destination-mountinfo)
	Before: home-tj-Music.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: var-lib-machines.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	Before: home-tj-Videos.mount (destination-mountinfo)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: home-tj-Pictures.mount (destination-mountinfo)
	Before: usr-local.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: boot-efi.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	Before: mnt-machines_old.mount (destination-mountinfo)
	Before: boot.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: home-tj-Downloads.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: local-fs.target (destination-file)
	Before: var-cache.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	Before: var-lib-libvirt.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: srv-NAS-Sunny.mount (destination-mountinfo)
	Before: home-tj-Audio.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-home.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	Before: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: run-user-1000.mount (destination-mountinfo)
	Before: var-lib-l8r.mount (destination-mountinfo)
	Before: tmp.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: shutdown.target (origin-default)
	After: dm-event.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: keyboard-setup.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: tmp.mount (destination-mountinfo)
	ReferencedBy: var-lib-machines.mount (destination-mountinfo)
	ReferencedBy: home.mount (destination-mountinfo)
	ReferencedBy: mnt-machines_old.mount (destination-mountinfo)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: var-lib-libvirt.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ReferencedBy: run-user-119.mount (destination-mountinfo)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: var-lib-l8r.mount (destination-mountinfo)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	ReferencedBy: var-cache.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: usr-my.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: var-log.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	ReferencedBy: home-tj-Music.mount (destination-mountinfo)
	ReferencedBy: home-tj-Videos.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: opt.mount (destination-mountinfo)
	ReferencedBy: usr-local.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: home-tj-Downloads.mount (destination-mountinfo)
	ReferencedBy: home-tj-Pictures.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: var.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	ReferencedBy: home-tj-Audio.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device:
	Description: /dev/disk/by-uuid/57f12736-3776-4df4-a83b-0d95d0c57985
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7cd6880df3b44951b2c03158178258a6
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/57f12736-3776-4df4-a83b-0d95d0c57985
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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/cron.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2fa6502cd4ad4c2ab8f82c15f639435c
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: nss-user-lookup.target (origin-file)
	References: remote-fs.target (origin-file)
	References: basic.target (origin-default)
	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
	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: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 3302
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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
	EnvironmentFile: -/etc/default/cron
	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/cron -f "\$EXTRA_OPTS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit iscsi-shutdown.service:
	Description: iscsi-shutdown.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 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: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	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: 1befd8269a0e4bec92b20cfc121bece3
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	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: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	References: system-modprobe.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	InSlice: system-modprobe.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_d
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: 667a02f13467411c937755171089a369
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_d
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit srv-NAS-Sunny-Experiments.mount:
	Description: /srv/NAS/Sunny/Experiments
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:31 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:31 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Experiments.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0ef85e02b5c24c9d9f2babde18844925
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Experiments.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:28 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:28 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dExperiments.device (origin-mountinfo)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dExperiments.target (origin-file origin-mountinfo)
	After: dev-mapper-SUNNY\x2dExperiments.device (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dExperiments.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dExperiments.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: dev-mapper-SUNNY\x2dExperiments.device (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Experiments (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Experiments
	What: /dev/mapper/SUNNY-Experiments
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit NetworkManager.service:
	Description: Network Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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:NetworkManager(8)
	Fragment Path: /lib/systemd/system/NetworkManager.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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)
	Before: apt-daily-upgrade.service (destination-file)
	Before: apt-daily.service (destination-file)
	After: network-pre.target (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus-broker.service (origin-file)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dbus-broker.service (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	BusName: org.freedesktop.NetworkManager
	Bus Name Good: no
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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\x2dSUNNY\x2dVideos.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: c036348a7c9044f299355086da18df3b
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Videos
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d94.device:
	Description: /sys/devices/virtual/block/dm-94
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 350f581c0521429983e7186876b724fc
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device
	Following Set Member: dev-SUNNY-vdc.device
	Following Set Member: dev-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device
	Following Set Member: dev-mapper-SUNNY\x2dvdc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-94
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 08127f51f6b44b9f86420b9e1fe5e6a6
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371_1-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit dev-dm\x2d96.device:
	Description: /dev/dm-96
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 9d2d7394845d462e8aae638189e00dd6
	Following: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-mapper-SUNNY\x2ddebian11.device
	Following Set Member: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device
	Following Set Member: dev-SUNNY-debian11.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-96
	Sysfs Path: /sys/devices/virtual/block/dm-96
	Found: found-udev
-> Unit dev-dm\x2d72.device:
	Description: /dev/dm-72
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: e39ba4286a3c4287a6b3addf2928bfe9
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-72
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device:
	Description: /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f58a3ca626ad42649d6830203a4a10d5
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:0a:00.1.device
	Following Set Member: dev-snd-controlC0.device
	Wants: sound.target (origin-udev)
	References: sound.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/controlC0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/controlC0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device:
	Description: /dev/disk/by-id/dm-name-LUKS_WD30EZRZ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5827ea4b7ca74d66b647ff883d32c748
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device
	Following Set Member: dev-mapper-LUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-LUKS_WD30EZRZ
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dlibvirt.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-libvirt
	Instance: dev-mapper-SUNNY\x2dlibvirt
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: var-lib-libvirt.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: var-lib-libvirt.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device:
	Description: /dev/disk/by-uuid/9d8db75d-f1c4-4463-be25-02cb81200a62
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0b1b86c4c8e24d62808caa318dda94cf
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/9d8db75d-f1c4-4463-be25-02cb81200a62
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 4695e3042d174f26a73f577ecd47c9d8
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dSourceCode.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-SourceCode
	Instance: dev-mapper-SUNNY\x2dSourceCode
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit home-tj-Pictures.mount:
	Description: /home/tj/Pictures
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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-tj-Pictures.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6ef776575c154d41bbdf08cca1618326
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-tj-Pictures.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	Requires: home.mount (origin-file origin-implicit origin-path)
	Requires: -.mount (origin-file origin-implicit)
	Requires: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: home.mount (origin-file origin-implicit origin-path)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	After: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: home.mount (origin-file origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	References: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny/Media (origin-file)
	RequiresMountsFor: /home/tj (origin-implicit)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media/Pictures (origin-file)
	RequiresMountsFor: /home (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/tj/Pictures
	What: /dev/mapper/SUNNY-Media
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit auditd.service:
	Description: Security Auditing Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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/auditd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dd7559a8a56740d1814fe977df64c9e9
	Documentation: man:auditd(8)
	Documentation: https://github.com/linux-audit/audit-documentation
	Fragment Path: /lib/systemd/system/auditd.service
	ConditionKernelCommandLine: !audit=off untested
	ConditionKernelCommandLine: !audit=0 untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: ssh.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: local-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2824
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/auditd.pid
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	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: yes
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/auditd
	-> ExecStartPost:
		Command Line: /sbin/augenrules --load
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dBuilds.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Builds
	Instance: dev-mapper-SUNNY\x2dBuilds
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit system-systemd\x2dcryptsetup.slice:
	Description: Cryptsetup Units Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 17f3f2b4112147aa93cb68ebbb30f25d
	Documentation: man:systemd-cryptsetup at .service(8)
	Fragment Path: /lib/systemd/system/system-systemd\x2dcryptsetup.slice
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file destination-slice-property)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file destination-slice-property)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: systemd-cryptsetup at LUKS2_BOOT.service (destination-slice-property)
	SliceOf: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-slice-property)
	SliceOf: systemd-cryptsetup at LUKS2_OS.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8d3c08a04626469aad170d32e0775ae5
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit cups.path:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: a241373f6e264704a3e3fb807cbb3b25
	Fragment Path: /lib/systemd/system/cups.path
	Condition Timestamp: Tue 2024-02-13 04:13:28 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:28 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: var-cache.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	PartOf: cups.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: cups.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: paths.target (origin-default)
	After: sysinit.target (origin-default)
	After: var-cache.mount (origin-path)
	After: -.mount (origin-file)
	After: var.mount (origin-file origin-path)
	Triggers: cups.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: paths.target (origin-default)
	References: cups.service (origin-file origin-implicit)
	References: var.mount (origin-file origin-path)
	References: var-cache.mount (origin-path)
	References: -.mount (origin-file)
	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
	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 home-tj-Downloads.mount:
	Description: /home/tj/Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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-tj-Downloads.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8e574eeb1df44765bacbd53e3f2b89bd
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-tj-Downloads.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: srv-NAS-Sunny-Downloads.mount (origin-file origin-path)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: home.mount (origin-file origin-implicit origin-path)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dDownloads.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: home.mount (origin-file origin-implicit origin-path)
	After: srv-NAS-Sunny-Downloads.mount (origin-file origin-path)
	After: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	References: home.mount (origin-file origin-implicit origin-path)
	References: blockdev at dev-mapper-SUNNY\x2dDownloads.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: srv-NAS-Sunny-Downloads.mount (origin-file origin-path)
	References: -.mount (origin-file origin-implicit)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /home (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Downloads (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /home/tj (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/tj/Downloads
	What: /dev/mapper/SUNNY-Downloads
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Downloads,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:43 GMT
	Active 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: eb04304522a74948b2b2ef6ba33d8c9e
	Documentation: man:udisks(8)
	Fragment Path: /lib/systemd/system/udisks2.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (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)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 2914
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UDisks2
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-nvme0n1p2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6b25719b90b84ba7aab001a387ef6546
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1p2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dLiveBuild.device:
	Description: /dev/mapper/SUNNY-LiveBuild
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 5c2496487be043fd8e4d60a78a5a2087
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-LiveBuild
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 918e54ec907a4da6a2d377a8365c444b
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-SUNNY-Documents.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d84.device:
	Description: /sys/devices/virtual/block/dm-84
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 4b82694b6b0948fea50fa8109c111c0d
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-84
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device:
	Description: /dev/disk/by-uuid/f29360f8-25c1-4d3e-9988-97d4be59c3d8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 5c7b8cc565864926a59b15a59f7d06bd
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/f29360f8-25c1-4d3e-9988-97d4be59c3d8
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> 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-02-13 04:13:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: e06b4ddacfd34efc8ab759502baef543
	Fragment Path: /lib/systemd/system/fwupd-refresh.timer
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fwupd-refresh.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: sysinit.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	After: time-sync.target (origin-default)
	Triggers: fwupd-refresh.service (origin-implicit)
	References: fwupd-refresh.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: timers.target (origin-default)
	References: time-set.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: fwupd-refresh.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06,18:00:00
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service:
	Description: File System Check on /dev/mapper/SUNNY-Downloads
	Instance: dev-mapper-SUNNY\x2dDownloads
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 73a3ab39317941979115e1351fce5825
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dDownloads.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-mapper-SUNNY\x2dDownloads.device (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: dev-mapper-SUNNY\x2dDownloads.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Downloads
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-libvirt.device:
	Description: /dev/disk/by-label/libvirt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: e5e66229d43a4c1588d2217e9bb10082
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/libvirt
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 31478f96d47e4a98979e513702ff542e
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device
	Following Set Member: dev-mapper-LUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device
	Following Set Member: dev-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 systemd-fsck at dev-mapper-SUNNY\x2dMachines.service:
	Description: File System Check on /dev/mapper/SUNNY-Machines
	Instance: dev-mapper-SUNNY\x2dMachines
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active 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: b0b8bb8bf14a4b718586e99597330509
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dMachines.device (origin-file)
	RequiredBy: var-lib-machines.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: var-lib-machines.mount (destination-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dMachines.device (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: dev-mapper-SUNNY\x2dMachines.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	ReferencedBy: var-lib-machines.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Machines
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 789ebe7ad19e410f94eae97669da5a5f
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	Wants: nfs-client.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: cron.service (destination-file)
	Before: apache2.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: edac.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: hddtemp.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	After: systemd-quotacheck.service (destination-file)
	References: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: nfs-client.target (origin-file)
	References: var-lib-machines.mount (origin-file)
	ReferencedBy: edac.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: 86abfa6906e1431ba6d14dc3e7f1ca58
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dCache.service:
	Description: File System Check on /dev/mapper/SUNNY-Cache
	Instance: dev-mapper-SUNNY\x2dCache
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 595e87f383964db8b89351028c7ec48e
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dCache.device (origin-file)
	RequiredBy: var-cache.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: var-cache.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dCache.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsckd.socket (origin-file)
	References: dev-mapper-SUNNY\x2dCache.device (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: var-cache.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Cache
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: b86454de869b4576b50baa6d701ec491
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-var
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_g
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: 9cda9c1ca692461182d9a1701ff97090
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_g
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 08023d40328a4798898e3fad6734347f
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/db50af7a-1a5c-4167-a849-866b54980b6e
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: e2a589e2e0d14a99a42d078837f007d3
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Wants: time-set.target (origin-file)
	Wants: tmp.mount (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: tmp.mount (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: time-set.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: unknown
	OOMPolicy: stop
	Main PID: 2745
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.timesync1
	Bus Name Good: yes
	RestartSec: 0
	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: /
	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: unlink sync_file_range2 statx getpgid renameat get_robust_list getdents64 name_to_handle_at linkat close dup clock_nanosleep semop io_uring_setup copy_file_range poll cacheflush nice io_getevents recv rt_sigsuspend mknod mq_unlink symlink renameat2 settimeofday nanosleep listxattr sendfile64 setsockopt getgroups accept4 kill getgroups32 waitid move_pages tkill setfsuid sched_get_priority_max pread64 setsid socketcall unlinkat oldfstat fstatfs64 exit_group remap_file_pages timer_create wait4 getgid32 mprotect sched_setattr sigaction sigaltstack kcmp ppoll flistxattr futex_waitv madvise splice adjtimex shmctl getppid getsid clock_getres epoll_wait swapcontext rt_tgsigqueueinfo io_uring_enter sysinfo inotify_init utimensat_time64 preadv olduname pipe2 io_cancel recvmmsg_time64 utimes sched_getscheduler send epoll_pwait2 lstat64 pwritev2 fallocate setpriority clock_nanosleep_time64 sendmmsg vmsplice pselect6_time64 getpeername creat fchmod setresuid32 chdir fsetxattr getgid capset time getuid32 clone3 semtimedop readv rt_sigtimedwait fremovexattr sched_rr_get_interval_time64 rt_sigaction shmat gettimeofday semctl timerfd_settime64 sigprocmask clock_adjtime rt_sigqueueinfo mq_notify getresuid fchown32 writev timer_delete stat64 memfd_create userfaultfd mknodat msgget pidfd_send_signal getresuid32 setns futex oldlstat getcpu setrlimit dup3 restart_syscall inotify_init1 mbind mq_timedreceive bind semget getegid32 fchdir fsync timerfd_gettime timerfd_settime rt_sigreturn fdatasync recvmmsg setregid32 link oldolduname timer_gettime64 riscv_flush_icache fstat setresgid32 io_uring_register rseq rt_sigtimedwait_time64 msgctl sched_rr_get_interval clone msgrcv signalfd llistxattr pwrite64 set_thread_area fgetxattr fcntl64 getuid chmod rename eventfd stat epoll_create1 listen timer_gettime futimesat umask set_mempolicy truncate64 alarm fork geteuid utimensat utime signalfd4 chown32 timer_settime socketpair setgid inotify_add_watch mkdirat semtimedop_time64 munlock sendmsg sigreturn mq_open get_mempolicy sync timerfd_create migrate_pages getegid setfsuid32 readlink setreuid timerfd_gettime64 getpriority capget geteuid32 recvmsg epoll_wait_old times mq_timedsend epoll_ctl getsockopt sched_setparam ipc signal lsetxattr ioctl pipe membarrier uname keyctl ftruncate timer_settime64 setxattr fstat64 add_key setitimer preadv2 recvfrom io_setup accept lstat mmap setgroups32 oldstat request_key unshare setgid32 ioprio_set openat ppoll_time64 mmap2 getrandom epoll_pwait pselect6 clock_adjtime64 sched_setaffinity setfsgid32 io_destroy access statfs64 execveat getresgid32 personality fstatat64 sync_file_range process_vm_writev statfs sched_setscheduler readdir clock_settime64 shmdt eventfd2 pidfd_open timer_getoverrun tee syncfs set_robust_list rmdir brk io_pgetevents getrlimit mremap sched_getaffinity io_submit connect setuid32 prlimit64 lremovexattr newfstatat open set_tls getpgrp lchown pause sendfile truncate sigsuspend lseek chown getpid execve setgroups setpgid mlock2 process_vm_readv sched_yield getsockname fadvise64 _newselect set_tid_address mlock openat2 lchown32 setuid flock fchown setreuid32 msync getxattr getrusage vfork waitpid gettid close_range rt_sigprocmask munmap clock_settime faccessat getitimer set_mempolicy_home_node _llseek tgkill setregid futex_time64 arch_prctl select fcntl getresgid getcwd arm_fadvise64_64 getdents sigpending faccessat2 ftruncate64 read clock_gettime64 write epoll_create symlinkat setresgid fchmodat removexattr munlockall shutdown epoll_ctl_old rt_sigpending fstatfs lgetxattr setresuid exit socket dup2 mkdir mq_timedsend_time64 sched_getparam mq_timedreceive_time64 msgsnd inotify_rm_watch shmget prctl readahead process_madvise sched_getattr pwritev ugetrlimit readlinkat clock_getres_time64 fchownat sendto fadvise64_64 get_thread_area sched_get_priority_min clock_gettime io_pgetevents_time64 mlockall ioprio_get mq_getsetattr setfsgid
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	Status Text: Contacted time server [2a01:7e00:e001:ee64::d505:84e7]:123 (0.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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-subsystem-net-devices-PUBLIC.device:
	Description: /sys/subsystem/net/devices/PUBLIC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 866b9c9def394991ade1bdd60eb437b1
	Following Set Member: sys-devices-virtual-net-PUBLIC.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/PUBLIC
	Sysfs Path: /sys/devices/virtual/net/PUBLIC
	Found: found-udev
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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/syslog.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 0f21307fc76a47d6a63a7c27b375ab40
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: rsyslog.service (origin-implicit)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: rsyslog.service (origin-implicit)
	References: rsyslog.service (origin-implicit)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: emergency.service (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device:
	Description: /dev/disk/by-uuid/1281a487-badf-43bb-882a-7e3e70c845a8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 68bbbcb05b4046ed9518f14094710ecf
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-dm\x2d90.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/1281a487-badf-43bb-882a-7e3e70c845a8
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit nfs-mountd.service:
	Description: NFS Mount Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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/nfs-mountd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5b9eab54381f4f8b9142904c079ccf4e
	Fragment Path: /lib/systemd/system/nfs-mountd.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	BindsTo: nfs-server.service (origin-file)
	RequiredBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: rpcbind.socket (origin-file)
	After: system.slice (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: network-online.target (origin-file)
	After: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nfs-server.service (origin-file)
	References: local-fs.target (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: rpcbind.socket (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 3293
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/rpc.mountd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 836563d0024e43cca730ea2080f08d10
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-L8R.device:
	Description: /dev/disk/by-label/L8R
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: aa9abd256ea141fda8486e3208a49511
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/L8R
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit apt-daily-upgrade.timer:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: a82b1df781fe4f2398aad61350fef273
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file)
	After: apt-daily.timer (origin-file)
	After: time-set.target (origin-default)
	After: var.mount (origin-file origin-path)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: time-set.target (origin-default)
	References: apt-daily-upgrade.service (origin-implicit)
	References: timers.target (origin-default)
	References: -.mount (origin-file)
	References: sysinit.target (origin-default)
	References: apt-daily.timer (origin-file)
	References: shutdown.target (origin-default)
	References: var.mount (origin-file origin-path)
	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
	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 rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 287b6c67c5734abdb7caae8ad6a0710c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rpcbind.target
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	WantedBy: rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: rpcbind.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-mapper-SUNNY\x2dartslover2u_e.device:
	Description: /dev/mapper/SUNNY-artslover2u_e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 3f7067c86e64473fa6606a9790852e71
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_e
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit fstrim.service:
	Description: Discard unused blocks on filesystems from /etc/fstab
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 10:39:17 GMT
	Inactive Exit Timestamp: Mon 2024-02-12 10:37:54 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2024-02-12 10:39:17 GMT
	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: 8784aed1f19d4c579e1187fbb78d93d3
	Documentation: man:fstrim(8)
	Fragment Path: /lib/systemd/system/fstrim.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Mon 2024-02-12 10:37:54 GMT
	Condition Result: yes
	Assert Timestamp: Mon 2024-02-12 10:37:54 GMT
	Assert Result: yes
	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: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: fstrim.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: fstrim.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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: getsid lseek clock_gettime io_pgetevents_time64 inotify_init semget io_cancel write epoll_ctl_old getcwd rt_sigtimedwait sigreturn getuid setregid32 flock execveat futex_waitv pipe2 add_key mq_open fchown32 readlink recvmmsg_time64 fremovexattr mknod send lremovexattr rt_sigtimedwait_time64 getrusage fsync oldfstat splice sched_setscheduler linkat renameat fstat nanosleep getegid shmctl set_mempolicy_home_node shmat fallocate clone3 vfork inotify_init1 exit getresuid32 rt_sigreturn removexattr sysinfo munlock lchown mmap arch_prctl io_uring_register rt_sigpending fchmodat timer_gettime64 munmap get_mempolicy setresgid32 getppid mq_unlink symlink ioprio_get process_madvise timer_delete getgid chown setitimer symlinkat readahead setns ioctl fstatat64 clock_nanosleep mmap2 getegid32 cacheflush ppoll epoll_pwait2 geteuid fstat64 getrlimit gettimeofday timerfd_settime64 clock_gettime64 sigpending tee geteuid32 listxattr setxattr epoll_wait_old sched_setattr timerfd_gettime64 setuid32 personality setgroups32 munlockall getpriority time sched_getscheduler mlockall wait4 timer_settime semop rseq accept4 oldolduname madvise signalfd4 getdents mkdirat mkdir sched_rr_get_interval chmod sync_file_range ugetrlimit msgctl signal alarm set_tls eventfd getgroups32 utime setrlimit newfstatat migrate_pages move_pages setsid preadv2 open kill dup2 rmdir setfsuid32 riscv_flush_icache setsockopt pwritev2 capget futimesat getresgid32 pause gettid socketcall setreuid prctl lchown32 select inotify_rm_watch remap_file_pages sync sched_yield semctl ioprio_set fstatfs64 nice getresgid fadvise64 execve rt_sigprocmask semtimedop shmdt epoll_pwait setpgid ipc pread64 accept futex_time64 getdents64 fdatasync get_thread_area mlock2 sched_getaffinity timer_gettime ftruncate waitpid set_thread_area setgroups sigaltstack dup setresuid setuid msync sched_setparam io_setup flistxattr swapcontext name_to_handle_at statx mbind truncate64 listen setresgid olduname waitid brk _llseek poll getpgid fcntl64 mq_timedsend_time64 timer_create llistxattr getpeername getpgrp mprotect openat setregid mq_timedsend kcmp timerfd_settime setgid shmget getsockopt getsockname pwrite64 recvmmsg fgetxattr statfs utimes socket getuid32 sched_setaffinity timer_getoverrun close setresuid32 mq_getsetattr io_submit unlink close_range signalfd process_vm_readv epoll_create getxattr getcpu request_key setgid32 rt_sigsuspend statfs64 eventfd2 pselect6 getgroups membarrier mq_timedreceive_time64 syncfs io_uring_setup creat access readv sendfile64 pidfd_open exit_group fchmod link userfaultfd io_getevents arm_fadvise64_64 getgid32 truncate bind timer_settime64 stat faccessat setfsgid io_pgetevents epoll_wait msgrcv process_vm_writev ppoll_time64 sendmsg clone openat2 ftruncate64 setpriority set_mempolicy clock_getres_time64 rename setfsuid read rt_tgsigqueueinfo sendto unlinkat pwritev set_tid_address utimensat fchdir recvmsg set_robust_list faccessat2 keyctl socketpair oldlstat preadv setreuid32 io_uring_enter writev msgget mknodat timerfd_create restart_syscall sync_file_range2 uname io_destroy get_robust_list sched_get_priority_min tgkill rt_sigaction fadvise64_64 umask sched_getattr sched_rr_get_interval_time64 mq_notify copy_file_range sigsuspend prlimit64 sched_getparam chown32 lstat sendmmsg fchown utimensat_time64 fsetxattr getresuid oldstat shutdown fcntl _newselect mremap semtimedop_time64 getpid timerfd_gettime lstat64 fstatfs rt_sigqueueinfo capset sched_get_priority_max clock_getres connect chdir sigaction epoll_ctl pselect6_time64 sendfile pipe renameat2 fork vmsplice inotify_add_watch futex sigprocmask msgsnd lgetxattr epoll_create1 mq_timedreceive memfd_create getitimer mlock stat64 clock_nanosleep_time64 readlinkat tkill unshare readdir setfsgid32 times recvfrom getrandom lsetxattr pidfd_send_signal fchownat dup3 recv
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-SourceCode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 5589a8ecec3e4a0d9641e8e7da1d09ff
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-SourceCode
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit dev-SUNNY-vdc.device:
	Description: /dev/SUNNY/vdc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 421142137dd74e67a6f4a8116fe3e711
	Following: sys-devices-virtual-block-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device
	Following Set Member: dev-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device
	Following Set Member: dev-mapper-SUNNY\x2dvdc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d94.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/vdc
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit edac.service:
	Description: LSB: Initialize EDAC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 41cc2821ea8d4ea49b5dfc1ebd03ea22
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/edac.service
	Source Path: /etc/init.d/edac
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: time-sync.target (origin-file)
	After: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: multi-user.target (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: graphical.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: time-sync.target (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	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
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	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: /
	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: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /etc/init.d/edac start
	-> ExecStop:
		Command Line: /etc/init.d/edac 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dBackup.device:
	Description: /dev/mapper/SUNNY-Backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 7f75ed6d59fc45298f4bc74e581044d4
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	PropagatesStopTo: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Backup
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev,found-mount
-> Unit nvmf-autoconnect.service:
	Description: Connect NVMe-oF subsystems automatically during boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	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: 7e6e40fec2844a28a7d5d88a8e438d87
	Fragment Path: /lib/systemd/system/nvmf-autoconnect.service
	ConditionPathExists: |!/etc/nvme/discovery.conf untested
	ConditionPathExists: |!/etc/nvme/config.json untested
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs-pre.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: 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: basic.target (origin-default)
	References: remote-fs-pre.target (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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: /sbin/modprobe nvme-fabrics
	-> ExecStart:
		Command Line: /usr/sbin/nvme connect-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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-etc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: c5c1156d75db4f93b03beee2a9a9b3c4
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-etc
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit acct.service:
	Description: acct.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: atopacct.service (destination-file)
	ReferencedBy: atopacct.service (destination-file)
-> Unit dev-SUNNY-var.device:
	Description: /dev/SUNNY/var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 106baa7805e44029879b9b6665de3f53
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/var
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2d90181e2f3f43b38132d6b233d5c580
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net untested
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-coredump.socket (destination-file)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (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)
	References: systemd-modules-load.service (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-coredump.socket (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-sysctl
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 7ced67ef51384a3ab5cd2a6abd9d774b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	WantedBy: accounts-daemon.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: cron.service (destination-file)
	Before: cups.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_f
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: 19ef1c14867a40cc8046032dd9891b18
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-dm\x2d105.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_f
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit libvirt-guests.service:
	Description: Suspend/Resume Running libvirt Guests
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: 02f513e55dbb420bafa70f237f50c089
	Documentation: man:libvirt-guests(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/libvirt-guests.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: virt-guest-shutdown.target (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: virtvzd.socket (origin-file)
	After: virtqemud.socket (origin-file)
	After: time-sync.target (origin-file)
	After: sysinit.target (origin-default)
	After: libvirtd.socket (origin-file)
	After: system.slice (origin-file)
	After: virt-guest-shutdown.target (origin-file)
	After: network.target (origin-file)
	After: virtlxcd.socket (origin-file)
	After: virtxend.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: virtvboxd.socket (origin-file)
	References: virtvboxd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: libvirtd.socket (origin-file)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: virtxend.socket (origin-file)
	References: shutdown.target (origin-default)
	References: virtlxcd.socket (origin-file)
	References: virtqemud.socket (origin-file)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-file)
	References: virt-guest-shutdown.target (origin-file)
	References: virtvzd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 06b748ba976447889627801474521afa
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-63C22X-amkH-sITD-TDxi-f2y7-plw8-S6RQzc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:40 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:40 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:40 GMT
	Active 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: 991499ab4011431ba1dec8022fa1fde2
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-63C22X-amkH-sITD-TDxi-f2y7-plw8-S6RQzc
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a89bb4a1d62c4bd6a3f51271d40b3a8a
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-dm\x2d40.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit wpa_supplicant.service:
	Alias: dbus-fi.w1.wpa_supplicant1.service
	Description: WPA supplicant
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 4f1630041c3f4927bcbd37c65755a4f1
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: network.target (origin-file)
	Before: shutdown.target (origin-default)
	After: dbus-broker.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	References: dbus.socket (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: -.mount (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/wpa_supplicant (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 2916
	Main PID Known: yes
	Main PID Alien: no
	BusName: fi.w1.wpa_supplicant1
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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: /sbin/wpa_supplicant -u -s -O "DIR=/run/wpa_supplicant GROUP=netdev"
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit srv-NAS-Sunny-SourceCode-Android.mount:
	Description: /srv/NAS/Sunny/SourceCode/Android
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:31 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:31 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-SourceCode-Android.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a92e197b41d84122af5b9951d11d6c71
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-SourceCode-Android.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:30 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:30 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dAndroid.device (origin-mountinfo)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dAndroid.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: dev-mapper-SUNNY\x2dAndroid.device (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (origin-file)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dAndroid.device (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dAndroid.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dAndroid.device (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (origin-file)
	References: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny/SourceCode (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Android (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/SourceCode/Android
	What: /dev/mapper/SUNNY-Android
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny/SourceCode
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e38d3c67bdd84c64a7f3101fd7a05810
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-remount-fs.service
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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-sysusers.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-firstboot.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: fwupd-refresh.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: fwupd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-remount-fs
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-etc.device:
	Description: /dev/disk/by-label/etc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 120f7edbbbd342629d17f42df7c64cb4
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/etc
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit proc-fs-nfsd.mount:
	Description: NFSD configuration filesystem
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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-fs-nfsd.mount
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6d3de596017f4a11a6ec896315bcf400
	Fragment Path: /lib/systemd/system/proc-fs-nfsd.mount
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: nfs-mountd.service (destination-file)
	RequiredBy: nfsdcld.service (destination-file)
	Before: nfsdcld.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: nfsdcld.service (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /proc/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /proc/fs/nfsd
	What: nfsd
	File System Type: nfsd
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4a5724bf9f5343fc87936761e8e9a675
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-2.0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device:
	Description: /dev/disk/by-uuid/03a39dad-51f2-4923-a614-9e7fbe0259b8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 35a84d912a8949aeba812f01dfc00ba0
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/03a39dad-51f2-4923-a614-9e7fbe0259b8
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 57558462448b4aa5860955fabeae9f5c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	RequiredBy: home-tj-Audio.mount (destination-file destination-implicit destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: home-tj-Downloads.mount (destination-file destination-implicit destination-path)
	RequiredBy: home-tj-Music.mount (destination-file destination-implicit destination-path)
	RequiredBy: home-tj-Videos.mount (destination-file destination-implicit destination-path)
	RequiredBy: session-3.scope (destination-file)
	RequiredBy: home-tj-Pictures.mount (destination-file destination-implicit destination-path)
	RequiredBy: session-467.scope (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: session-3.scope (destination-file)
	Before: home-tj-Pictures.mount (destination-file destination-implicit destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: home-tj-Music.mount (destination-file destination-implicit destination-path)
	Before: srv-NAS-Sunny-home.mount (destination-file)
	Before: session-467.scope (destination-file)
	Before: home-tj-Downloads.mount (destination-file destination-implicit destination-path)
	Before: home-tj-Audio.mount (destination-file destination-implicit destination-path)
	Before: systemd-user-sessions.service (destination-file)
	Before: home-tj-Videos.mount (destination-file destination-implicit destination-path)
	After: -.mount (origin-file origin-implicit)
	After: blockdev at dev-mapper-SUNNY\x2dhome.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (origin-file)
	After: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dev-mapper-SUNNY\x2dhome.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dhome.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-implicit destination-path)
	ReferencedBy: home-tj-Music.mount (destination-file destination-implicit destination-path)
	ReferencedBy: home-tj-Audio.mount (destination-file destination-implicit destination-path)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: home-tj-Pictures.mount (destination-file destination-implicit destination-path)
	ReferencedBy: home-tj-Downloads.mount (destination-file destination-implicit destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-home (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home
	What: /dev/mapper/SUNNY-home
	File System Type: ext4
	Options: rw,relatime,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e902611a0dda4865a4e95d467059af32
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-eui.1712734213710001001b444a444648c9-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit swap.target:
	Description: Swaps
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 9f2e8e39540f4872977f84062d43aecd
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: run-user-1000.mount (destination-mountinfo)
	Before: sysinit.target (destination-file destination-default)
	Before: run-user-119.mount (destination-mountinfo)
	Before: tmp.mount (destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: run-user-119.mount (destination-mountinfo)
	ReferencedBy: tmp.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 22086238cd6e47919f095385ee5108cf
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit nfs-blkmap.service:
	Description: pNFS block layout mapping daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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/nfs-blkmap.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 920ef8b59bf7468e9df36be16b92c527
	Fragment Path: /lib/systemd/system/nfs-blkmap.service
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: rpc_pipefs.target (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-client.target (destination-file)
	Conflicts: umount.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: rpc_pipefs.target (origin-file)
	References: umount.target (origin-file)
	References: nfs-utils.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: rpc_pipefs.target (origin-file)
	ReferencedBy: nfs-client.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2821
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/blkmapd.pid
	RestartSec: 100ms
	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: /
	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/blkmapd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit firewalld.service:
	Description: firewalld.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 sys-devices-virtual-block-dm\x2d96.device:
	Description: /sys/devices/virtual/block/dm-96
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: fea8cf0745774a55987230cb3faf0e98
	Following Set Member: dev-mapper-SUNNY\x2ddebian11.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device
	Following Set Member: dev-dm\x2d96.device
	Following Set Member: dev-SUNNY-debian11.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-96
	Sysfs Path: /sys/devices/virtual/block/dm-96
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d13.device:
	Description: /sys/devices/virtual/block/dm-13
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 15029b06bee14e6488441858c9ad4506
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-13
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit dev-dm\x2d93.device:
	Description: /dev/dm-93
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 842638d9e353412b8a3c0374628edad2
	Following: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device
	Following Set Member: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-mapper-SUNNY\x2dvdb.device
	Following Set Member: dev-SUNNY-vdb.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-93
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit virt-guest-shutdown.target:
	Description: Libvirt guests shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 78f71eb04c0b463aa429af410d3be2fb
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virt-guest-shutdown.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: libvirt-guests.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit accounts-daemon.service:
	Description: Accounts Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: c2c74f571f074af9af5606daf45d2986
	Fragment Path: /lib/systemd/system/accounts-daemon.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	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: -.mount (origin-file)
	After: var.mount (origin-file origin-path)
	After: basic.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: nss-user-lookup.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: var.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
	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
	Main PID: 2897
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Accounts
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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 -/proc/self/loginuid -/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: ~fsmount mount umount umount2 fsopen fspick mount_setattr fsconfig pivot_root chroot move_mount open_tree
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/libexec/accounts-daemon
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 0e79ed32776a493e969fae4252d80886
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit dev-tpm0.device:
	Description: /dev/tpm0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 335f45aa44d2411a923d7ce0b4ad0865
	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
	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 dev-disk-by\x2dlabel-Machines.device:
	Description: /dev/disk/by-label/Machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 5f4e0fb4eda841a6b2111bfc9362c51b
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-dm\x2d41.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Machines
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9f82befc55e741b0ae6fdf5c1e778f89
	Following: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-dm\x2d92.device
	Following Set Member: dev-SUNNY-vda.device
	Following Set Member: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-mapper-SUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dvar.service:
	Description: File System Check on /dev/mapper/SUNNY-var
	Instance: dev-mapper-SUNNY\x2dvar
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: aece84c88fb94809b52aaf1f22596c3a
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dvar.device (origin-file)
	RequiredBy: var.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: var.mount (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dvar.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: dev-mapper-SUNNY\x2dvar.device (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: var.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:37:20 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:37:20 GMT
	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: 7cd11592141646b8b61df8b344d1be2b
	Documentation: man:systemd-update-utmp-runlevel.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Wed 2024-01-31 23:37:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:20 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: var-log.mount (origin-path)
	Requires: -.mount (origin-file)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: rescue.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-update-utmp.service (origin-file)
	After: system.slice (origin-file)
	After: multi-user.target (origin-file)
	After: -.mount (origin-file)
	After: graphical.target (origin-file)
	After: var-log.mount (origin-path)
	After: rescue.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: var.mount (origin-file origin-path)
	References: rescue.target (origin-file)
	References: graphical.target (origin-file)
	References: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: var-log.mount (origin-path)
	References: shutdown.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: rescue.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
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-update-utmp runlevel
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b070aa72ae984c56a3c8aabae0e9130e
	Documentation: https://docs.kernel.org/filesystems/debugfs.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2ddiskseq-2.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 46449e4a419e4968a46fadcbaebcbbaa
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: aafe9d08e6d641cb919cdd8932611a4d
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit mdadm-shutdown.service:
	Description: Prepare mdadm shutdown initramfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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://dracut(8)
	Fragment Path: /lib/systemd/system/mdadm-shutdown.service
	ConditionFileIsExecutable: /usr/bin/dracut untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: local-fs.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: umount.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: boot.mount (origin-file)
	After: boot.automount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: boot.automount (origin-file)
	References: boot.mount (origin-file)
	References: umount.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
	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
	RestartSec: 100ms
	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: /
	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/true
	-> ExecStop:
		Command Line: /bin/mount -o remount,exec,suid /run
		Command Line: /bin/mkdir -p /run/initramfs
		Command Line: /usr/bin/dracut --no-compress --no-kernel --quiet --force --force-add "shutdown mdraid" --omit caps /run/initramfs/shutdown.cpio
		Command Line: /bin/sh -c "cd /run/initramfs; cpio -id --quiet < shutdown.cpio"
		Command Line: /bin/rm /run/initramfs/shutdown.cpio
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service:
	Description: File System Check on /dev/mapper/SUNNY-Documents
	Instance: dev-mapper-SUNNY\x2dDocuments
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: df402eb78e16433aa6150ef05bb63394
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dDocuments.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Documents.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Documents.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dDocuments.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: dev-mapper-SUNNY\x2dDocuments.device (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Documents
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit gssproxy.service:
	Description: gssproxy.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: auth-rpcgss-module.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: nfs-client.target (destination-file)
	Before: nfs-server.service (destination-file)
	After: auth-rpcgss-module.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
-> Unit dev-dm\x2d97.device:
	Description: /dev/dm-97
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 01ab548768db458186abfe1c221d8b4e
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-97
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 43437c1e51214f289c201cb4d3c34e4a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/19a05661-bcc9-4734-8101-2fc38d399c77
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Cache.device:
	Description: /dev/disk/by-label/Cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 040cffe405c5403f83a76935b4b40c50
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	Following Set Member: dev-dm\x2d91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Cache
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e5df4b45e9d64ca294dc82d5d0bb311b
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit user at 119.service:
	Description: User Manager for UID 119
	Instance: 119
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:53 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active 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-119.slice
	CGroup: /user.slice/user-119.slice/user at 119.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: 42e4a1f97d0049e6aae60cb53eaff2c2
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
	Condition Timestamp: Wed 2024-01-31 23:36:53 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:53 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-runtime-dir at 119.service (origin-file)
	Requires: user-119.slice (origin-file)
	WantedBy: session-1.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-1.scope (destination-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: user-119.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-oomd.service (origin-file)
	After: user-runtime-dir at 119.service (origin-file)
	After: dbus-broker.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dbus-broker.service (origin-file)
	References: user-runtime-dir at 119.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-oomd.service (origin-file)
	References: user-119.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	ReferencedBy: session-1.scope (destination-file)
	InSlice: user-119.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: continue
	Main PID: 3541
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: 119
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	Status Text: Ready.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: yes
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DelegateControllers: cpu memory pids
-> Unit nfs-utils.service:
	Description: NFS server and client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/nfs-utils.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	ConsistsOf: nfs-blkmap.service (destination-file)
	ConsistsOf: rpc-statd-notify.service (destination-file)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	ConsistsOf: rpc-statd.service (destination-file)
	ConsistsOf: rpc-gssd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit fstrim.timer:
	Description: Discard unused blocks once a week
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: c336ed9d6bcc49c78dc5d8ed35517029
	Documentation: man:fstrim
	Fragment Path: /lib/systemd/system/fstrim.timer
	ConditionPathExists: !/etc/initrd-release untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fstrim.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: time-set.target (origin-default)
	Triggers: fstrim.service (origin-implicit)
	References: -.mount (origin-file)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: fstrim.service (origin-implicit)
	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
	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 sockets.target:
	Description: Socket Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 8a1f8a37be61443f8ce011c1bdf0dbd3
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Wants: libvirtd-ro.socket (origin-file)
	Wants: virtlockd.socket (origin-file)
	Wants: virtlockd-admin.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: rpcbind.socket (origin-file)
	Wants: libvirtd-tls.socket (origin-file)
	Wants: systemd-coredump.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: cups.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: libvirtd-admin.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: libvirtd.socket (origin-file)
	Wants: virtlogd-admin.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: virtlogd.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: uuidd.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: dbus.socket (origin-default destination-default)
	After: systemd-journald.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: systemd-journald-audit.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: virtlogd.socket (origin-default destination-default)
	After: libvirtd-ro.socket (origin-default destination-default)
	After: virtlogd-admin.socket (origin-default destination-default)
	After: syslog.socket (destination-file)
	After: uuidd.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	After: libvirtd-admin.socket (origin-default destination-default)
	After: libvirtd-tls.socket (origin-default destination-default)
	After: virtlockd-admin.socket (origin-default destination-default)
	After: libvirtd.socket (origin-default destination-default)
	After: virtlockd.socket (origin-default destination-default)
	After: cups.socket (origin-default destination-default)
	References: dm-event.socket (origin-file)
	References: virtlockd-admin.socket (origin-file origin-default)
	References: virtlockd.socket (origin-file origin-default)
	References: systemd-journald.socket (origin-file)
	References: virtlogd-admin.socket (origin-file origin-default)
	References: systemd-initctl.socket (origin-file)
	References: libvirtd-ro.socket (origin-file origin-default)
	References: systemd-journald-dev-log.socket (origin-file)
	References: uuidd.socket (origin-file origin-default)
	References: systemd-networkd.socket (origin-file)
	References: libvirtd.socket (origin-file origin-default)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: cups.socket (origin-file origin-default)
	References: systemd-coredump.socket (origin-file)
	References: virtlogd.socket (origin-file origin-default)
	References: rpcbind.socket (origin-file)
	References: dbus.socket (origin-file origin-default)
	References: libvirtd-admin.socket (origin-file origin-default)
	References: systemd-udevd-kernel.socket (origin-file)
	References: shutdown.target (origin-default)
	References: libvirtd-tls.socket (origin-file origin-default)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: libvirtd-tls.socket (destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: initrd-root-fs.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.target (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	RestartSec: 100ms
	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: /
	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-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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit srv-NAS-Sunny-Backup.mount:
	Description: /srv/NAS/Sunny/Backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:31 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Backup.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 649b27c89c4b4c3f8443b56564cd34f9
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Backup.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:31 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:31 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: dev-mapper-SUNNY\x2dBackup.device (origin-mountinfo)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dBackup.target (origin-file origin-mountinfo)
	After: -.mount (origin-file)
	After: dev-mapper-SUNNY\x2dBackup.device (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dBackup.device (origin-mountinfo)
	References: -.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dBackup.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dBackup.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Backup (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Backup
	What: /dev/mapper/SUNNY-Backup
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-hwdb-update.service:
	Description: systemd-hwdb-update.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-udevd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
-> Unit dev-disk-by\x2dlabel-Projects.device:
	Description: /dev/disk/by-label/Projects
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 5e3e9f9efd6b47228dfe753bade15ff7
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Projects
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dvdd.device:
	Description: /dev/mapper/SUNNY-vdd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e13b0941603440a88e6ee276ad2a7011
	Following: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device
	Following Set Member: dev-SUNNY-vdd.device
	Following Set Member: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-vdd
	Sysfs Path: /sys/devices/virtual/block/dm-95
	Found: found-udev
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:55 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:55 GMT
	Active 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: f6e8a267ae414a04854ab402ef5d79d6
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
	Condition Timestamp: Wed 2024-01-31 23:37:54 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:54 GMT
	Assert Result: yes
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	WantedBy: session-467.scope (destination-file)
	WantedBy: session-3.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-3.scope (destination-file)
	Before: session-467.scope (destination-file)
	After: basic.target (origin-default)
	After: user-1000.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: dbus-broker.service (origin-file)
	After: systemd-oomd.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-oomd.service (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: session-3.scope (destination-file)
	InSlice: user-1000.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: continue
	Main PID: 3723
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: /lib/systemd/systemd --user
	Status Text: Ready.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: yes
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DelegateControllers: cpu memory pids
-> Unit dev-mapper-SUNNY\x2dvar.device:
	Description: /dev/mapper/SUNNY-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d55f1e0974a64da6805c5df188a007d4
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: var.mount (destination-mountinfo)
	PropagatesStopTo: var.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: var.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-var
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0dd424042d4446fabdc79f3d1ad1cc90
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-WDC_WD30EZRZ-00Z5HB0_WD-WCC4N3PE0PDR
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-opt.device:
	Description: /dev/disk/by-label/opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: e24b2a66defb4002926955d13c7bbfbd
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/opt
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dopt.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-opt
	Instance: dev-mapper-SUNNY\x2dopt
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: opt.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: opt.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: f26dd4d9c3624c75acc9bfa8eb6e767a
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /lib/systemd/system/network-online.target
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Wants: systemd-networkd-wait-online.service (origin-file)
	Wants: networking.service (origin-file)
	RequiredBy: caddy.service (destination-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: nfs-mountd.service (destination-file)
	WantedBy: hddtemp.service (destination-file)
	WantedBy: rpc-statd-notify.service (destination-file)
	WantedBy: cups-browsed.service (destination-file)
	WantedBy: rpc-statd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nfs-mountd.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: nvmf-autoconnect.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: caddy.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: fwupd-refresh.service (destination-file)
	Before: rc-local.service (destination-file)
	After: network.target (origin-file)
	After: systemd-networkd-wait-online.service (destination-file)
	References: shutdown.target (origin-default)
	References: networking.service (origin-file)
	References: systemd-networkd-wait-online.service (origin-file)
	References: network.target (origin-file)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: nvmf-autoconnect.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active 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: 167301828227466ab281ad1b71c91bd4
	Fragment Path: /lib/systemd/system/rtkit-daemon.service
	Condition Timestamp: Wed 2024-01-31 23:36:53 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:53 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 3564
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.RealtimeKit1
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device:
	Description: /dev/disk/by-uuid/88114ca5-1802-40b3-9931-a7022b277609
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 6e7d79e2f8ea49bcb6536e9690686086
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/88114ca5-1802-40b3-9931-a7022b277609
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ec8bd46de06842b2963fb7801512ebe9
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371_1-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit dev-dm\x2d106.device:
	Description: /dev/dm-106
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: 68de88395e48473da207f6786abb1343
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-106
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	RequiredBy: etc.mount (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: init.scope (destination-file)
	RequiredBy: machine.slice (destination-implicit)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: -.mount (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: proc-fs-nfsd.mount (destination-file)
	WantedBy: slices.target (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: system.slice (destination-implicit)
	Before: etc.mount (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: -.mount (destination-file)
	Before: slices.target (destination-file)
	Before: user.slice (destination-implicit)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: init.scope (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: machine.slice (destination-implicit)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
	ReferencedBy: -.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
	ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
	ReferencedBy: proc-fs-nfsd.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
	ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
	ReferencedBy: machine.slice (destination-implicit)
	ReferencedBy: etc.mount (destination-file destination-slice-property)
	ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
	ReferencedBy: init.scope (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: system.slice (destination-implicit)
	SliceOf: user.slice (destination-implicit)
	SliceOf: sys-kernel-tracing.mount (destination-slice-property)
	SliceOf: dev-mqueue.mount (destination-slice-property)
	SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
	SliceOf: etc.mount (destination-slice-property)
	SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
	SliceOf: machine.slice (destination-implicit)
	SliceOf: -.mount (destination-slice-property)
	SliceOf: system.slice (destination-implicit)
	SliceOf: sys-kernel-debug.mount (destination-slice-property)
	SliceOf: init.scope (destination-slice-property)
	SliceOf: sys-kernel-config.mount (destination-slice-property)
	SliceOf: proc-fs-nfsd.mount (destination-slice-property)
	SliceOf: dev-hugepages.mount (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dVideos.service:
	Description: File System Check on /dev/mapper/SUNNY-Videos
	Instance: dev-mapper-SUNNY\x2dVideos
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 16fde54fe6a54cc291e70a5416c9e550
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dVideos.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dVideos.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: dev-mapper-SUNNY\x2dVideos.device (origin-file)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Videos
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Media
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a1b16c886f0c4b288b85daab9110cf22
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Media
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device:
	Description: /dev/disk/by-uuid/437f4a84-b459-4858-800b-35e15220450e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 626a5c478f3647c88737c3c5acf655ef
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: dev-dm\x2d67.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/437f4a84-b459-4858-800b-35e15220450e
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device:
	Description: /dev/disk/by-uuid/c9309bf6-dabc-4015-8ecf-a401fe331b07
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 00bcc0981e2f4a83978e5382dd94746c
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/c9309bf6-dabc-4015-8ecf-a401fe331b07
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: d1c46ba4d0a64c8fb4fcd89a625e209d
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionPathExists: !/etc/initrd-release untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Wants: first-boot-complete.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	References: first-boot-complete.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (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
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-random-seed load
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:02 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: b1f87958b87b48be864a524c4e6faad7
	Documentation: man:systemd-fsckd.service(8)
	Documentation: man:systemd-fsck at .service(8)
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	WantedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	WantedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: systemd-fsckd.service (origin-implicit)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit srv-NAS-Sunny-Media-Videos.mount:
	Description: /srv/NAS/Sunny/Media/Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Media-Videos.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: da9ec3da381942f4a3012452ed566806
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Media-Videos.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (origin-file)
	RequiredBy: home-tj-Videos.mount (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: home-tj-Videos.mount (destination-file destination-path)
	Before: umount.target (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (origin-file)
	After: -.mount (origin-file)
	After: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	After: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dVideos.target (origin-file origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dVideos.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	References: local-fs.target (origin-file origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: -.mount (origin-file)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-Videos (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Media/Videos
	What: /dev/mapper/SUNNY-Videos
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7b84c5fbbf9b4a3dbbe3244e43d382ab
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device:
	Description: /dev/disk/by-uuid/7d8273f6-a719-481f-a509-45dfd2c35524
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 23e1ab790e19476daba34cd073a242d0
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/7d8273f6-a719-481f-a509-45dfd2c35524
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: plymouth-quit.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dvdb.device:
	Description: /dev/mapper/SUNNY-vdb
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: c863a315edae439fa8427eb1d54ec580
	Following: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device
	Following Set Member: dev-dm\x2d93.device
	Following Set Member: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-SUNNY-vdb.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-vdb
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit systemd-coredump.socket:
	Description: Process Core Dump Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: b2ef8de745974ec8877cf1cd4c8cb84b
	Documentation: man:systemd-coredump(8)
	Fragment Path: /lib/systemd/system/systemd-coredump.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	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)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-sysctl.service (origin-file)
	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
	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
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-coredump.socket
	SELinuxContextFromNet: no
	Accepted: 1
	NConnections: 0
	MaxConnections: 16
	MaxConnectionsPerSource: 0
	ListenSequentialPacket: /run/systemd/coredump
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 200
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device:
	Description: /dev/disk/by-uuid/c1a7045b-ee11-4f33-9043-b21bb7dca97f
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 32dbddabc9344c748d09ff9e0789d399
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/c1a7045b-ee11-4f33-9043-b21bb7dca97f
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit systemd-cryptsetup at LUKS2_OS.service:
	Description: Cryptography Setup for LUKS2_OS
	Instance: LUKS2_OS
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0693cbc4daba489abf0f06eb99e144a9
	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 LUKS2_OS.service
	Source Path: /etc/crypttab
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: etc.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: system-systemd\x2dcryptsetup.slice (origin-file)
	Wants: blockdev at dev-mapper-LUKS2_OS.target (origin-file)
	BindsTo: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device (origin-file)
	RequiredBy: cryptsetup.target (destination-file)
	RequiredBy: dev-mapper-LUKS2_OS.device (destination-file)
	Conflicts: umount.target (origin-file)
	Before: blockdev at dev-mapper-LUKS2_OS.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: umount.target (origin-file)
	After: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	After: etc.mount (origin-path)
	After: system-systemd\x2dcryptsetup.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: cryptsetup-pre.target (origin-file)
	References: umount.target (origin-file)
	References: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device (origin-file)
	References: blockdev at dev-mapper-LUKS2_OS.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: cryptsetup.target (origin-file)
	References: etc.mount (origin-path)
	References: system-systemd\x2dcryptsetup.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	ReferencedBy: cryptsetup.target (destination-file)
	ReferencedBy: dev-mapper-LUKS2_OS.device (destination-file)
	InSlice: system-systemd\x2dcryptsetup.slice (origin-slice-property)
	RequiresMountsFor: /etc/luks/LUKS_OS.keyfile (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /lib/systemd/systemd-cryptsetup attach LUKS2_OS /dev/disk/by-uuid/f841d7e6-751f-4c59-a9ec-36df7656d41c /etc/luks/LUKS_OS.keyfile luks,discard
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach LUKS2_OS
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-SourceCode.device:
	Description: /dev/SUNNY/SourceCode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 767d01ae073c411d890cffeb36051833
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/SourceCode
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1dd409469ce64991a52ebe15bb5f41f3
	Following: sys-devices-pnp0-00:04-tty-ttyS0.device
	Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS0
	Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d86.device:
	Description: /sys/devices/virtual/block/dm-86
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 79833118aad147c2a6f1496a030c0296
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-86
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 3d494e232ddd40788f25afb540ae7d60
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (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: -.mount (origin-file)
	After: basic.target (origin-default)
	After: auditd.service (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: auditd.service (origin-file)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	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
	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: unknown
	OOMPolicy: stop
	Main PID: 2970
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D "\$SSHD_OPTS"
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.2-0000:03:06.0-0000:08:00.0-net-PUB.device:
	Description: I211 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 2a938d12e67a47fc86e72c75bd95b728
	Following Set Member: sys-subsystem-net-devices-PUB.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/net/PUB
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/net/PUB
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 3d89021c8c3c46e6943ee8e10671adbd
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_e
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:35 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:35 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:35 GMT
	Active 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: 898e6c08fb3741a4ba3ba26101ddfab3
	Documentation: man:update-binfmts(8)
	Fragment Path: /lib/systemd/system/binfmt-support.service
	Condition Timestamp: Wed 2024-01-31 23:36:35 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:35 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: systemd-binfmt.service (origin-file)
	After: local-fs.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: local-fs.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)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1cddfcf981cc4a8180c009da53f03d0f
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device
	Following Set Member: dev-mapper-LUKS2_OS.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device
	Following Set Member: dev-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 sleep.target:
	Description: Sleep
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 21:00:05 GMT
	Inactive Exit Timestamp: Mon 2024-02-12 21:00:05 GMT
	Active Enter Timestamp: Mon 2024-02-12 21:00:05 GMT
	Active 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: 4e8da3b808234edeb815973548bdc476
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sleep.target
	Condition Timestamp: Mon 2024-02-12 21:00:05 GMT
	Condition Result: yes
	Assert Timestamp: Mon 2024-02-12 21:00:05 GMT
	Assert Result: yes
	StopWhenUnneeded: yes
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/alsa-state.service
	ConditionPathExists: /etc/alsa/state-daemon.conf untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: sound.target (destination-default)
	Before: alsa-restore.service (destination-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 52e5755f3a044218a7394be6e2fbfb7e
	Documentation: https://docs.kernel.org/filesystems/fuse.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/fs/fuse/connections untested
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Requires: modprobe at fuse.service (origin-file)
	WantedBy: sys-module-fuse.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: modprobe at fuse.service (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: modprobe at fuse.service (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
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 112f662c6d5e416180bce8f9a6956a58
	Following: sys-devices-virtual-misc-rfkill.device
	Following Set Member: sys-devices-virtual-misc-rfkill.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/rfkill
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: d1fcc367b8bc455ab5367321ce15df5d
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-CT500BX100SSD1_1503F001CD5E
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit usr-local.mount:
	Description: /usr/local
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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/usr-local.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f0e9d78c1d7842e89fc98cdac835b72f
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/usr-local.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:28 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:28 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dusr_local.device (origin-mountinfo)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2dusr_local.device (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dusr_local.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dusr_local.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dusr_local.target (origin-file origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: dev-mapper-SUNNY\x2dusr_local.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-usr_local (origin-file)
	RequiresMountsFor: /usr (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /usr/local
	What: /dev/mapper/SUNNY-usr_local
	File System Type: ext4
	Options: rw,relatime,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Downloads.device:
	Description: /dev/SUNNY/Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 72454ecfd5cc4e21bfd72a2df9bc834b
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Downloads
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4285cf47b0344b92953cd9223759d1ec
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-eui.1712734213710001001b444a444648c9-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: c5d2c8bb49eb4853a093cdb9cd5796ad
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0ede37e978ae4e38ab04d3f4c2acd1ef
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit virtqemud.socket:
	Description: virtqemud.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:54 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active 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: 9a020999d1fa4fedb205eb42bb71717f
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Wed 2024-01-31 23:37:54 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:54 GMT
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: session-467.scope (destination-file)
	RequiredBy: session-3.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 at 1000.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-467.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-3.scope (destination-file)
	After: user.slice (origin-implicit)
	References: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: user at 1000.service (destination-file destination-slice-property)
	ReferencedBy: session-3.scope (destination-file destination-slice-property)
	ReferencedBy: session-467.scope (destination-file destination-slice-property)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file destination-slice-property)
	InSlice: user.slice (origin-implicit)
	SliceOf: user at 1000.service (destination-slice-property)
	SliceOf: session-3.scope (destination-slice-property)
	SliceOf: session-467.scope (destination-slice-property)
	SliceOf: user-runtime-dir at 1000.service (destination-slice-property)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 84398
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit session-1.scope:
	Description: Session 1 of User sddm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:53 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	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-119.slice
	CGroup: /user.slice/user-119.slice/session-1.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: e9d137ac37bf44958d6ddfc410f6e23d
	Fragment Path: /run/systemd/transient/session-1.scope
	Condition Timestamp: Wed 2024-01-31 23:36:53 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:53 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file)
	Requires: user-119.slice (origin-file)
	Wants: user at 119.service (origin-file)
	Wants: user-runtime-dir at 119.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-logind.service (origin-file)
	After: var.mount (origin-file)
	After: user-runtime-dir at 119.service (origin-file)
	After: user at 119.service (origin-file)
	After: user-119.slice (origin-file)
	After: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: user-runtime-dir at 119.service (origin-file)
	References: var.mount (origin-file)
	References: user-119.slice (origin-file origin-slice-property)
	References: user at 119.service (origin-file)
	InSlice: user-119.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/sddm (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit jool_siit.service:
	Description: Stateless IP/ICMP Translator
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: https://jool.mx/en/documentation.html
	Fragment Path: /lib/systemd/system/jool_siit.service
	ConditionPathExists: /etc/jool/jool_siit.conf untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: no
	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: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: no
	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: 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_admin cap_sys_module
	DynamicUser: no
	InaccessiblePaths: /tmp /dev
	LockPersonality: yes
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	-> ExecStartPre:
		Command Line: /sbin/modprobe jool_siit
	-> ExecStart:
		Command Line: /usr/bin/jool_siit file handle /etc/jool/jool_siit.conf
	-> ExecStop:
		Command Line: /usr/bin/jool_siit -f /etc/jool/jool_siit.conf instance remove
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-vda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f723a1a6aa9b4a5bac7daf660d1613cc
	Following: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-dm\x2d92.device
	Following Set Member: dev-SUNNY-vda.device
	Following Set Member: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-mapper-SUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-vda
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> Unit lxc-net.service:
	Description: lxc-net.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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/lxc-net.service
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
-> Unit dev-mapper-SUNNY\x2dWINE.device:
	Description: /dev/mapper/SUNNY-WINE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: b1ad814693ed45a0801adf3ee80b57fe
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-WINE
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Android.device:
	Description: /dev/disk/by-label/Android
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: c703f5f27e0542829bd1763f8c893ee9
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Android
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> 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-02-13 04:13:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 534c2620c33748f9a6ea765f381fbddc
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: logrotate.service (origin-implicit)
	References: time-set.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 67f14a05fba04865be59b287d1ec6b15
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/83dad3f7-2cdf-4660-810a-2c56cce3248c
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit dev-SUNNY-T300CHI.bak.device:
	Description: /dev/SUNNY/T300CHI.bak
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 667686bdff8b456187082ad128642a5d
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	Following Set Member: dev-dm\x2d61.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/T300CHI.bak
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dvar.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-var
	Instance: dev-mapper-SUNNY\x2dvar
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: var.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: var.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-SUNNY-usr_local.device:
	Description: /dev/SUNNY/usr_local
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8ed105e3345d4da3b70939f3d17ddfc5
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/usr_local
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:35 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:35 GMT
	Active 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: a8144c0f4bef4b25b6b3f858684be136
	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: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsReadWrite: /proc/sys untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	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: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: systemd-journald.socket (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
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-binfmt
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device:
	Description: PL2303 Serial Port / Mobile Phone Data Cable
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active 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: 21db1cb2d7a24d4ababae166356acf4c
	Following Set Member: dev-serial-by\x2did-usb\x2dProlific_Technology_Inc._USB\x2dSerial_Controller\x2dif00\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:02:00.0\x2dusb\x2d0:12:1.0\x2dport0.device
	Following Set Member: dev-ttyUSB0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-12/1-12:1.0/ttyUSB0/tty/ttyUSB0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-12/1-12:1.0/ttyUSB0/tty/ttyUSB0
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dDocuments.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Documents
	Instance: dev-mapper-SUNNY\x2dDocuments
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Documents.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 97e3b2065f164cf29a041b6152dad173
	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
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1f2748f454d4469d8a720643e62cd070
	Documentation: https://docs.kernel.org/trace/ftrace.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-tracing.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/tracing untested
	ConditionVirtualization: !lxc untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit shutdown-initrd.service:
	Description: Unmount root-fs, close block devices, stop storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 066e2cc0d68b44c9a42e4c10eab60e56
	Documentation: https://systemd.io/INITRD_INTERFACE/
	Fragment Path: /etc/systemd/system/shutdown-initrd.service
	ConditionPathExists: !/run/initramfs/shutdown untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs.target (origin-file)
	WantedBy: emergency.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: umount.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: umount.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/true
	-> ExecStop:
		Command Line: /usr/local/sbin/mktiniramfs
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d43a7598bd3a4017b0a99d700af07536
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit libvirtd-admin.socket:
	Description: Libvirt admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Exit Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Enter Timestamp: Thu 2024-02-08 17:45:50 GMT
	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: 9537021ad41743139ded88acb18bb6b9
	Fragment Path: /lib/systemd/system/libvirtd-admin.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	BindsTo: libvirtd.socket (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: libvirtd.socket (origin-file)
	After: -.mount (origin-file)
	Triggers: libvirtd.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)
	References: libvirtd.service (origin-file origin-implicit)
	References: libvirtd.socket (origin-file)
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: failed
	Result: service-start-limit-hit
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: libvirtd-admin.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/libvirt-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b3782e83deee48bbbd94177d21e926ea
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partlabel/BIOS\x20boot\x20partition
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dVideos.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Videos
	Instance: dev-mapper-SUNNY\x2dVideos
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: home-tj-Videos.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-mountinfo)
	ReferencedBy: home-tj-Videos.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-dm\x2d67.device:
	Description: /dev/dm-67
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 3f48ebeb92d7466ba3670b752855cb5e
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-67
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit dev-dm\x2d94.device:
	Description: /dev/dm-94
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8f03e57651ea4e89841835e72154dcde
	Following: sys-devices-virtual-block-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device
	Following Set Member: dev-SUNNY-vdc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device
	Following Set Member: dev-mapper-SUNNY\x2dvdc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d94.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-94
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f13aadbe300f427d8a0611e45c6aa258
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2cf411976d8343cb80d7935800af8e5c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partuuid/883ea86c-9f54-4bbb-a3b6-afeb087bb6f5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dartslover2u_d.device:
	Description: /dev/mapper/SUNNY-artslover2u_d
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: 5d913c1f792e4c24ba8e85e83bb301a4
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_d
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit dev-SUNNY-home.device:
	Description: /dev/SUNNY/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: af283758b7e1422db95c27bd0d2b9ae7
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/home
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 30a6735402ef44eeb0accf68d85df86b
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work untested
	ConditionPathExists: !/rofs/etc/apparmor.d untested
	ConditionSecurity: apparmor untested
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: var-cache.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: libvirtd.service (destination-file)
	After: systemd-journald-audit.socket (origin-file)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: var-cache.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: -.mount (origin-file)
	References: var-cache.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/cache/apparmor (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit atop-rotate.timer:
	Description: Daily atop restart
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 6d227c58da394f7380531ad372266bbc
	Documentation: man:atop(1)
	Fragment Path: /lib/systemd/system/atop-rotate.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: atop-rotate.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-set.target (origin-default)
	Triggers: atop-rotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: atop-rotate.service (origin-implicit)
	References: time-set.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: atop-rotate.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit dev-disk-by\x2ddiskseq-4.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 32ad41b2186d4ccdb8c55b822941ce76
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:54 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active 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: e48ea9d3ca1d4435b4ce695f134070b6
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: swap.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: swap.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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=3277384k,nr_inodes=819346,mode=700,uid=1000,gid=1000,inode64
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d88.device:
	Description: /sys/devices/virtual/block/dm-88
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 02e09a19d665427daf32956a178f0b98
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: dev-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-88
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 988570d72d7349cc861b8deda28de8c2
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-eui.1712734213710001001b444a444648c9-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 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: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 9cc2dbcf4fbd46ce9102bdf6771673fe
	Documentation: man:dbus-broker-launch(1)
	Fragment Path: /lib/systemd/system/dbus-broker.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: libvirtd.service (destination-file)
	Before: user at 119.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: basic.target (origin-file)
	Before: user-runtime-dir at 119.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: var.mount (origin-file origin-path)
	After: tmp.mount (origin-file)
	After: dbus.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dbus.socket (origin-file destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: var.mount (origin-file origin-path)
	References: tmp.mount (origin-file)
	References: dbus.socket (origin-file)
	References: basic.target (origin-file)
	References: -.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: user at 119.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)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: user-runtime-dir at 119.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: unknown
	OOMPolicy: stop
	Main PID: 2895
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit fancontrol.service:
	Description: fan speed regulator
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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:fancontrol(8)
	Documentation: man:pwmconfig(8)
	Fragment Path: /lib/systemd/system/fancontrol.service
	ConditionFileNotEmpty: /etc/fancontrol failed
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: no
	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: lm-sensors.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: lm-sensors.service (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: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	PIDFile: /run/fancontrol.pid
	RestartSec: 100ms
	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: /
	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/sbin/fancontrol --check
	-> ExecStart:
		Command Line: /usr/sbin/fancontrol
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-F72ZHC-OiOM-67Ef-5cdb-1Kj2-ofty-ipVpJn
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 3bddb3c9f53b4e609f3259f8a9381e14
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-F72ZHC-OiOM-67Ef-5cdb-1Kj2-ofty-ipVpJn
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device:
	Description: /dev/disk/by-uuid/23de275a-1a87-4b81-a952-f548cd3e4374
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 496ffc7052dd4ee385fbd6a0a624454f
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/23de275a-1a87-4b81-a952-f548cd3e4374
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dmachines_old.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-machines_old
	Instance: dev-mapper-SUNNY\x2dmachines_old
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: mnt-machines_old.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: mnt-machines_old.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-devices-virtual-block-dm\x2d50.device:
	Description: /sys/devices/virtual/block/dm-50
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a633812fa2144349815f8836b7624da9
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-50
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit blk-availability.service:
	Description: Availability of block devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: b49a11a9df4f47b9920b1f1a8e4de869
	Fragment Path: /lib/systemd/system/blk-availability.service
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: rbdmap.service (origin-file)
	After: fcoe.service (origin-file)
	After: iscsi.service (origin-file)
	After: iscsid.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: rbdmap.service (origin-file)
	References: iscsid.service (origin-file)
	References: iscsi.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: iscsi-shutdown.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: fcoe.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: f94d3713c5404f0c92b892b236f04080
	Fragment Path: /lib/systemd/system/ModemManager.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2024-01-31 23:36:37 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:37 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: polkit.service (origin-file)
	Wants: tmp.mount (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: polkit.service (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: tmp.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-file)
	References: dbus.socket (origin-file)
	References: var.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	References: polkit.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 3001
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ModemManager1
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dProjects.service:
	Description: File System Check on /dev/mapper/SUNNY-Projects
	Instance: dev-mapper-SUNNY\x2dProjects
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 2479df7449ca409caadc437e2a02014a
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dProjects.device (origin-file)
	RequiredBy: usr-my.mount (destination-file)
	RequiredBy: srv-NAS-Sunny-Projects.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Projects.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: usr-my.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-mapper-SUNNY\x2dProjects.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dProjects.device (origin-file)
	References: systemd-fsck-root.service (origin-file)
	ReferencedBy: usr-my.mount (destination-file)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Projects
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rpcbind.socket:
	Description: RPCbind Server Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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/rpcbind.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c7b4beb8734c45da9708670d0e0007b3
	Fragment Path: /lib/systemd/system/rpcbind.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: rpc-statd.service (destination-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: rpcbind.service (origin-implicit)
	Before: nfs-server.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: rpcbind.service (origin-implicit)
	References: -.mount (origin-file)
	References: rpcbind.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/rpcbind.sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: ipv6-only
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: rpcbind.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/rpcbind.sock
	ListenStream: 0.0.0.0:111
	ListenDatagram: 0.0.0.0:111
	ListenStream: [::]:111
	ListenDatagram: [::]:111
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-repart.service:
	Description: Repartition Root Disk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-repart.service
	ConditionDirectoryNotEmpty: |/sysusr/usr/local/lib/repart.d untested
	ConditionDirectoryNotEmpty: |/sysusr/usr/lib/repart.d untested
	ConditionDirectoryNotEmpty: |/sysroot/etc/repart.d untested
	ConditionDirectoryNotEmpty: |/sysroot/usr/local/lib/repart.d untested
	ConditionDirectoryNotEmpty: |/sysroot/usr/lib/repart.d untested
	ConditionDirectoryNotEmpty: |/run/repart.d untested
	ConditionDirectoryNotEmpty: |/etc/repart.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/repart.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/repart.d untested
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: modprobe at loop.service (origin-file)
	Wants: modprobe at dm_mod.service (origin-file)
	WantedBy: initrd-root-fs.target (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-root-fs.target (origin-file)
	After: modprobe at loop.service (origin-file)
	After: modprobe at dm_mod.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: initrd-usr-fs.target (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: modprobe at loop.service (origin-file)
	References: initrd-usr-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: modprobe at dm_mod.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	RestartSec: 100ms
	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: /
	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/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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-var_log.device:
	Description: /dev/disk/by-label/var_log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1737a109dd464b5aa755eb202a970a6c
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/var_log
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_b
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: f24100229a6c4e45a7cb45bbba4a9d8d
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_b
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-vdd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3c87099b0eb440468e9f7766d9d52792
	Following: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-mapper-SUNNY\x2dvdd.device
	Following Set Member: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-SUNNY-vdd.device
	Following Set Member: dev-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-vdd
	Sysfs Path: /sys/devices/virtual/block/dm-95
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-K9h1Nd-iJab-ViCi-dksZ-o26l-tXAQ-6eKD1u
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:41 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:41 GMT
	Active 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: b0c8a4a70e5c423b814783544db5ef88
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-K9h1Nd-iJab-ViCi-dksZ-o26l-tXAQ-6eKD1u
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit timers.target:
	Description: Timer Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 8d7dc706eefa406cb6abd6e0c3f4a92b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Wants: atop-rotate.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: debspawn-clear-caches.timer (origin-file)
	Wants: fstrim.timer (origin-file)
	Wants: phpsessionclean.timer (origin-file)
	Wants: e2scrub_all.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: fwupd-refresh.timer (origin-file)
	Wants: dpkg-db-backup.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: e2scrub_all.timer (destination-default)
	After: fstrim.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: fwupd-refresh.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: phpsessionclean.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: atop-rotate.timer (destination-default)
	After: dpkg-db-backup.timer (destination-default)
	After: debspawn-clear-caches.timer (destination-default)
	After: man-db.timer (destination-default)
	References: e2scrub_all.timer (origin-file)
	References: shutdown.target (origin-file)
	References: fwupd-refresh.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: fstrim.timer (origin-file)
	References: debspawn-clear-caches.timer (origin-file)
	References: man-db.timer (origin-file)
	References: atop-rotate.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: dpkg-db-backup.timer (origin-file)
	References: phpsessionclean.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: apt-daily.timer (origin-file)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit debspawn-clear-caches.service:
	Description: Clear debspawn caches
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2024-02-03 05:47:12 GMT
	Inactive Exit Timestamp: Sat 2024-02-03 05:47:12 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2024-02-03 05:47:12 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 98dfdb0a19e648c5843ee6092780b50a
	Fragment Path: /lib/systemd/system/debspawn-clear-caches.service
	Condition Timestamp: Sat 2024-02-03 05:47:12 GMT
	Condition Result: yes
	Assert Timestamp: Sat 2024-02-03 05:47:12 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: tmp.mount (origin-file)
	Wants: debspawn-clear-caches.timer (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: var.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: debspawn-clear-caches.timer (destination-implicit)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file)
	TriggeredBy: debspawn-clear-caches.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: -.mount (origin-file)
	References: debspawn-clear-caches.timer (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: var.mount (origin-file origin-path)
	References: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: debspawn-clear-caches.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/debspawn maintain --clear-caches
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 55f0ad8b81be4ad7a47bced00288c3f0
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dCache.device:
	Description: /dev/mapper/SUNNY-Cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 56936c96d067462bb69bb97f1982af35
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	Following Set Member: dev-dm\x2d91.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var-cache.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: var-cache.mount (destination-mountinfo)
	PropagatesStopTo: var-cache.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: var-cache.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Cache
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev,found-mount
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9dbcbae002f64ef3a06b2e0d9a9f0d0e
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dl8r.device:
	Description: /dev/mapper/SUNNY-l8r
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 42e51927e2d14fff99d6f9cf3c94ce5f
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-dm\x2d40.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var-lib-l8r.mount (destination-mountinfo)
	RequiredBy: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: var-lib-l8r.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	PropagatesStopTo: var-lib-l8r.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	ReferencedBy: var-lib-l8r.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-l8r
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev,found-mount
-> Unit dev-sdb3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9fd9763863f3406ea589e4e796fd29ec
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit dev-SUNNY-machines_old.device:
	Description: /dev/SUNNY/machines_old
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: ad6a7b8f7e8643e79eb09d3c54b25127
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/machines_old
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e0500f5cb4404b19a3d45b70cae8b743
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: shutdown.target (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dm-event.socket (origin-file)
	References: shutdown.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
	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: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 1550
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/dmeventd.pid
	RestartSec: 100ms
	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: /
	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: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 60c9f53de47d4397a8fc8e16218c7030
	Fragment Path: /lib/systemd/system/lm-sensors.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: fancontrol.service (destination-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: fancontrol.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
	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
	RestartSec: 100ms
	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: /
	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
		Command Line: /usr/bin/sensors
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8c88e4d836a546f6b4c9e139cd01034d
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d104.device:
	Description: /sys/devices/virtual/block/dm-104
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 4457a9e81fa64cecb6d475b4311194a8
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	Following Set Member: dev-SUNNY-artslover2u_e.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-104
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-machines.device:
	Description: /dev/disk/by-label/machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 980375561eb64297a5e97b1e86fbfdc8
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/machines
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d55.device:
	Description: /sys/devices/virtual/block/dm-55
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 90b67554089e48b6b1faec3b9f5cc89f
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-55
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 79a7ea29797149fba4b3224e1c08d01f
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Schroot.device:
	Description: /dev/disk/by-label/Schroot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3d3c6e926423483daee2bd88d9ca066c
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Schroot
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service:
	Description: File System Check on /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3
	Instance: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 364c83383cf446d1bd6dab1e839cfbdb
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device (origin-file)
	RequiredBy: boot.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: boot.mount (destination-file)
	After: systemd-fsck-root.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: boot.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 20de6c08ce9e4d5c8cacdb7f91081a3c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 65d29bb9fafc4cf5bd2c79203ebdd86a
	Wants: sys-fs-fuse-connections.mount (origin-udev)
	References: sys-fs-fuse-connections.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device:
	Description: /dev/disk/by-uuid/dedefa34-0792-4775-8166-a1c2b210f4cd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a0d9af7887e34eacb6849966ded21d67
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/dedefa34-0792-4775-8166-a1c2b210f4cd
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit boot.automount:
	Description: boot.automount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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
	Before: mdadm-shutdown.service (destination-file)
	ReferencedBy: mdadm-shutdown.service (destination-file)
-> Unit dev-SUNNY-ELLOE001.device:
	Description: /dev/SUNNY/ELLOE001
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: e626407380644ee287712a3dcfb18228
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/ELLOE001
	Sysfs Path: /sys/devices/virtual/block/dm-62
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: 8f86f8acd99b4911a0eb571d654deb99
	Fragment Path: /lib/systemd/system/colord.service
	Condition Timestamp: Wed 2024-01-31 23:36:37 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:37 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: -.mount (origin-file)
	After: dbus.socket (origin-file)
	After: var.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: var.mount (origin-file)
	References: tmp.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 3026
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ColorManager
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: yes
	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: colord
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/libexec/colord
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dhome.device:
	Description: /dev/mapper/SUNNY-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f44d161208604e63ad87658633c94add
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-home.mount (destination-mountinfo)
	RequiredBy: home.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: srv-NAS-Sunny-home.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: home.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-home.mount (destination-mountinfo)
	PropagatesStopTo: home.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: home.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-home
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev,found-mount
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-udev-settle.service
	ConditionPathIsReadWrite: /sys untested
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd.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
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-WINE.device:
	Description: /dev/disk/by-label/WINE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 7423c1d1f6c04bb6bc65939827c05f13
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/WINE
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dvar_log.device:
	Description: /dev/mapper/SUNNY-var_log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 67b724b528f34a039441114688719662
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var-log.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: var-log.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	PropagatesStopTo: var-log.mount (destination-mountinfo)
	ReferencedBy: var-log.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-var_log
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev,found-mount
-> Unit plymouth-start.service:
	Description: Show Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/plymouth-start.service
	DropIn Path: /etc/systemd/system/plymouth-start.service.d/override.conf
	ConditionVirtualization: !container untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: no
	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-plymouth.service (origin-file destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: systemd-ask-password-plymouth.path (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: rescue.service (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	After: keyboard-setup.service (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-udevd.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-ask-password-plymouth.service (origin-file)
	References: systemd-ask-password-plymouth.path (origin-file)
	References: systemd-journald.socket (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: dead
	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
	RestartSec: 100ms
	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: /
	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
	-> ExecStartPost:
		Command Line: /usr/bin/plymouth show-splash
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-artslover2u_g.device:
	Description: /dev/SUNNY/artslover2u_g
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: 743505821223443e886f9f1d4b55e34d
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_g
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-rootfs.device:
	Description: /dev/disk/by-label/rootfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9cb98bfd82fe467b8f4807a6554c52a2
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/rootfs
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8961776d3d464bbcb7918a962c784bbe
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2detc.device:
	Description: /dev/mapper/SUNNY-etc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: c36e13ad5e8d41a49b40a8b591edc2fd
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	RequiredBy: etc.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: etc.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	PropagatesStopTo: etc.mount (destination-mountinfo)
	ReferencedBy: etc.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-etc
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a25461dbae79490c842c1af3a3ab9393
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6-part5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-SUNNY-artslover2u_b.device:
	Description: /dev/SUNNY/artslover2u_b
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: e19346f201dc49f1b3b91e808a23e2ce
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_b
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit dev-dm\x2d101.device:
	Description: /dev/dm-101
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: 3cfc82bcfc9f4df0a87773d7d1b6fd61
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-101
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit e2scrub_all.service:
	Description: Online ext4 Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2024-02-11 10:03:02 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 10:03:02 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2024-02-11 10:03:02 GMT
	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: 1b1e4fe52b9b482c8ac33cbf986f4c5e
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_all.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionACPower: true untested
	Condition Timestamp: Sun 2024-02-11 10:03:02 GMT
	Condition Result: yes
	Assert Timestamp: Sun 2024-02-11 10:03:02 GMT
	Assert Result: yes
	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: e2scrub_all.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.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
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dCache.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Cache
	Instance: dev-mapper-SUNNY\x2dCache
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: var-cache.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: var-cache.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 8e8ff3591041496ea37fbb113eca89bd
	Fragment Path: /lib/systemd/system/plymouth-quit-wait.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	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: multi-user.target (destination-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: rc-local.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: rc-local.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: plymouth-start.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	ReferencedBy: getty at tty1.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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-02-13 04:14:09 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:14:09 GMT
	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: 51f3b97d861742f68c30bbae4fcb92d0
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true succeeded
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	Assert Result: yes
	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: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: NetworkManager.service (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: apt-daily.timer (destination-implicit)
	After: basic.target (origin-default)
	After: connman.service (origin-file)
	After: systemd-networkd.service (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: NetworkManager.service (origin-file)
	References: connman.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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
			PID: 364224
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
			PID: 364316
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:14:09 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d41.device:
	Description: /sys/devices/virtual/block/dm-41
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: e7f8d841092e43fbbb0b5c62884906cd
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: dev-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-41
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit sys-devices-virtual-net-ifb1.device:
	Description: /sys/devices/virtual/net/ifb1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2024-02-11 21:09:15 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active Enter Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active 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: 79caf13106464b66a12edac11e37428d
	Following Set Member: sys-subsystem-net-devices-ifb1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/net/ifb1
	Sysfs Path: /sys/devices/virtual/net/ifb1
	Found: found-udev
-> Unit xendomains.service:
	Description: xendomains.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 systemd-pcrphase-sysinit.service:
	Description: TPM2 PCR Barrier (Initialization)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-pcrphase-sysinit.service
	ConditionPathExists: /sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f untested
	ConditionSecurity: tpm2 untested
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: basic.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-pcrphase --graceful sysinit
	-> ExecStop:
		Command Line: /lib/systemd/systemd-pcrphase --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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-artslover2u_d.device:
	Description: /dev/SUNNY/artslover2u_d
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: 4341e8a46a924b53a4c06f308851c473
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_d
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit atop-rotate.service:
	Description: Restart atop daemon to rotate logs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	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: bdb9895a1a7b47239a806a18a22d548b
	Documentation: man:atop(1)
	Fragment Path: /lib/systemd/system/atop-rotate.service
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	Assert Result: yes
	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: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: atop-rotate.timer (destination-implicit)
	TriggeredBy: atop-rotate.timer (destination-implicit)
	References: systemd-journald.socket (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: atop-rotate.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/systemctl try-restart atop.service
			PID: 364225
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit schroot.service:
	Description: Recover schroot sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: cc3c56ec48d94ad7b0b2cdb8c112c1c0
	Documentation: man:schroot(1)
	Fragment Path: /lib/systemd/system/schroot.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: -.mount (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: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: var.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/schroot (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/share/schroot/bin/schroot-init start
	-> ExecStop:
		Command Line: /usr/share/schroot/bin/schroot-init 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d87.device:
	Description: /sys/devices/virtual/block/dm-87
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f9d192fbbf754ce59dbc98b70ebb7feb
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-87
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: bda1826f3e75441cbb716b807e115e8e
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x50014ee2b9272760
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 145c9706879747b1a1b0094e300a785a
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	RequiredBy: nfs-server.service (destination-file)
	WantedBy: NetworkManager.service (destination-file)
	WantedBy: wpa_supplicant.service (destination-file)
	WantedBy: systemd-networkd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: caddy.service (destination-file)
	Before: lxc-monitord.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: jool_siit.service (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: apache2.service (destination-file)
	Before: ssh.service (destination-file)
	Before: apt-cacher-ng.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rsync.service (destination-file)
	Before: jool.service (destination-file)
	Before: cups.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (destination-file)
	Before: tgt.service (destination-file)
	Before: network-online.target (destination-file)
	After: systemd-resolved.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: tgt.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: lxc-monitord.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: jool.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: jool_siit.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-cacher-ng.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-SUNNY-apu2\x2dmachines.device:
	Description: /dev/SUNNY/apu2-machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d697638bd3904510a6e2445a928fc914
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/apu2-machines
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit systemd-firstboot.service:
	Description: First Boot Wizard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-firstboot.service
	ConditionFirstBoot: yes untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	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: sysinit.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-vconsole-setup.service (origin-file)
	Before: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: first-boot-complete.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-vconsole-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Backup.device:
	Description: /dev/SUNNY/Backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 50e90b0ccf4e41d89429a1a400ef2995
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Backup
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device:
	Description: /dev/disk/by-uuid/63874235-ad0b-4e60-8638-4121e5d5664a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8090aa4c5eaf4470a38672283f0e3bdb
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/63874235-ad0b-4e60-8638-4121e5d5664a
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Builds
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 388c04f454b243a9b88be00d43edb5f5
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	Following Set Member: dev-dm\x2d87.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Builds
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit systemd-quotacheck.service:
	Description: File System Quota Check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-quotacheck.service
	ConditionPathExists: /sbin/quotacheck untested
	Requires: system.slice (origin-file)
	Before: remote-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	After: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	After: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	After: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: ab305ac426474bdeae913b6d11518817
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Before: systemd-binfmt.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	ReferencedBy: systemd-binfmt.service (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6b85991c1ba748b0adddcea36d3363b3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/65289a2e-1ca8-4002-8670-cf57451419e2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 68b0661450f54baaa92909f3f96099b0
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:59 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:59 GMT
	Active 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: b0fa517c580347dbad0481a4d779693c
	Following: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dK9h1Nd\x2diJab\x2dViCi\x2ddksZ\x2do26l\x2dtXAQ\x2d6eKD1u.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_d.device
	Following Set Member: sys-devices-virtual-block-dm\x2d103.device
	Following Set Member: dev-dm\x2d103.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_d.device
	Following Set Member: dev-SUNNY-artslover2u_d.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgk2Rf7akWmTOxmPcoArBB1qBEtC2lwT3
	Sysfs Path: /sys/devices/virtual/block/dm-103
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8a09eacbc1ee416aabab1a5c5ab8e448
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d97.device:
	Description: /sys/devices/virtual/block/dm-97
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 226f71e8b3d946cebc29f0a0b83519d9
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-97
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> Unit systemd-update-done.service:
	Description: systemd-update-done.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-sysusers.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
-> Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:55 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:55 GMT
	Active 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: e69e9f06df4d4020b6f39acc31f3214e
	Documentation: man:upowerd(8)
	Fragment Path: /lib/systemd/system/upower.service
	Condition Timestamp: Wed 2024-01-31 23:36:55 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:55 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file)
	After: var.mount (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-remount-fs.service (origin-file)
	References: tmp.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: var.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-remount-fs.service (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib/upower (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 3646
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UPower
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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: rename lchown sched_get_priority_min timerfd_settime64 sched_setattr signalfd waitid setfsgid flock setresgid32 fadvise64 riscv_flush_icache listxattr futex_time64 fsync pipe2 getcwd set_thread_area mq_open getpgrp set_mempolicy_home_node oldlstat oldstat getsockopt get_thread_area pwritev2 pidfd_open geteuid32 fstatfs64 getgid32 timerfd_gettime64 recvmmsg_time64 setpriority sched_getparam lseek setregid mq_timedsend_time64 readv open clock_nanosleep setreuid fdatasync setfsuid rmdir socket setregid32 pause prlimit64 setns faccessat2 getpgid lstat64 remap_file_pages semtimedop_time64 mlockall munlockall rt_sigaction newfstatat io_submit tee capset pselect6_time64 userfaultfd timer_getoverrun getrandom request_key socketpair chown32 close_range setitimer rt_sigreturn connect bind send epoll_ctl_old setsid clone fremovexattr setgroups32 timerfd_gettime munmap select inotify_init ppoll stat64 symlinkat arch_prctl fadvise64_64 getdents64 setgroups rt_sigsuspend ioprio_set fcntl dup2 linkat statfs execve openat recvmsg read getgroups fchmodat shmctl ugetrlimit pipe oldolduname timer_delete getegid io_pgetevents io_setup futex_waitv sigaction io_uring_enter getsockname sendmmsg waitpid unlink msync fstat unlinkat move_pages shmat inotify_init1 pidfd_send_signal access recvfrom setresuid32 rt_sigtimedwait_time64 getitimer madvise times mq_unlink epoll_create setfsgid32 setsockopt umask rt_sigtimedwait clock_nanosleep_time64 getrlimit fchown32 inotify_add_watch setgid cacheflush personality truncate64 readahead setxattr clone3 timer_create ppoll_time64 sync_file_range process_madvise getpeername getpid chmod get_mempolicy utimensat_time64 lsetxattr preadv getpriority getresuid setreuid32 fchown nice sync brk getdents sendmsg getsid msgctl epoll_pwait mq_getsetattr write mknod lremovexattr rt_sigqueueinfo getrusage truncate exit_group pread64 ftruncate64 readlink setuid set_tid_address io_cancel listen nanosleep sched_getattr vmsplice semget ioprio_get getgroups32 sched_setaffinity sigpending sigprocmask pselect6 sched_rr_get_interval_time64 io_destroy sched_yield gettid setresuid renameat process_vm_writev sigsuspend swapcontext timerfd_create _llseek symlink mq_timedreceive_time64 flistxattr rseq geteuid setuid32 epoll_wait_old mprotect capget exit fstat64 fchmod epoll_ctl utimensat io_uring_setup clock_getres_time64 socketcall wait4 mlock sched_setscheduler openat2 sync_file_range2 name_to_handle_at getuid sigreturn alarm accept4 sendfile shmget mmap clock_getres removexattr clock_gettime64 sched_getaffinity rt_sigpending sched_rr_get_interval ipc olduname poll rt_tgsigqueueinfo fork mmap2 mbind recvmmsg sendto dup3 fchdir mlock2 getppid tgkill link time set_tls unshare dup stat accept lstat mknodat semctl signal timer_gettime64 uname eventfd2 mkdir pwritev sigaltstack signalfd4 timer_gettime epoll_wait fchownat utimes close lchown32 io_uring_register epoll_create1 shmdt msgget semop sysinfo sched_getscheduler prctl memfd_create process_vm_readv tkill semtimedop getresgid32 io_pgetevents_time64 futimesat set_robust_list getresuid32 shutdown pwrite64 setgid32 ftruncate gettimeofday ioctl timer_settime getcpu recv statfs64 mremap setfsuid32 lgetxattr setpgid fcntl64 set_mempolicy mkdirat kcmp add_key setrlimit rt_sigprocmask fstatfs getgid vfork oldfstat chown utime renameat2 keyctl clock_gettime execveat faccessat fstatat64 chdir msgrcv arm_fadvise64_64 splice creat readlinkat futex getuid32 restart_syscall copy_file_range mq_notify getresgid mq_timedsend membarrier syncfs mq_timedreceive readdir timerfd_settime sched_setparam timer_settime64 eventfd setresgid preadv2 llistxattr get_robust_list msgsnd writev fsetxattr munlock getegid32 getxattr kill epoll_pwait2 sched_get_priority_max fgetxattr _newselect inotify_rm_watch sendfile64 migrate_pages io_getevents statx fallocate
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/libexec/upowerd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device:
	Description: /dev/disk/by-id/dm-name-LUKS2_OS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: eb5845e3af7543758d443cd4b0f700c0
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-LUKS2_OS.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device
	Following Set Member: dev-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-LUKS2_OS
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d61.device:
	Description: /sys/devices/virtual/block/dm-61
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: d1b98dbb7a4344b3b324bc8ee78601b3
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	Following Set Member: dev-dm\x2d61.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-61
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit home-tj-Music.mount:
	Description: /home/tj/Music
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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-tj-Music.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dbb97c9045ae4fdda51c6a16e2f4471a
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-tj-Music.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: home.mount (origin-file origin-implicit origin-path)
	Requires: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	Requires: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-implicit)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: home.mount (origin-file origin-implicit origin-path)
	After: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	References: home.mount (origin-file origin-implicit origin-path)
	References: umount.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /home/tj (origin-implicit)
	RequiresMountsFor: /srv/NAS/Sunny/Media (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media/Audio/Music (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /home (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/tj/Music
	What: /dev/mapper/SUNNY-Media
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-etc.device:
	Description: /dev/SUNNY/etc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f115b8e246224f948b77cf7180462c1e
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/etc
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-debian11
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: c8413f3548fd45119f8513b9202092c2
	Following: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device
	Following Set Member: dev-dm\x2d96.device
	Following Set Member: dev-SUNNY-debian11.device
	Following Set Member: dev-mapper-SUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-debian11
	Sysfs Path: /sys/devices/virtual/block/dm-96
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: initrd-switch-root.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: emergency.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	RestartSec: 100ms
	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: /
	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 /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-c35d1f0e\x2d7c4d\x2d468f\x2d9a9e\x2d522b3c7eb710.device:
	Description: /dev/disk/by-uuid/c35d1f0e-7c4d-468f-9a9e-522b3c7eb710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 7ece8d62ab3d4af9a6cbba6243058ca9
	Following: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-mapper-SUNNY\x2dBackup.device
	Following Set Member: dev-dm\x2d85.device
	Following Set Member: dev-SUNNY-Backup.device
	Following Set Member: dev-disk-by\x2dlabel-Backup.device
	Following Set Member: sys-devices-virtual-block-dm\x2d85.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxea8V8z81Npnzix9f0TNyt8gVQik2rEGh.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBackup.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/c35d1f0e-7c4d-468f-9a9e-522b3c7eb710
	Sysfs Path: /sys/devices/virtual/block/dm-85
	Found: found-udev
-> Unit sys-devices-virtual-net-virbr2.device:
	Description: /sys/devices/virtual/net/virbr2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 8fa1e6ef5c964e819776bdb4390897d6
	Following Set Member: sys-subsystem-net-devices-virbr2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/net/virbr2
	Sysfs Path: /sys/devices/virtual/net/virbr2
	Found: found-udev
-> Unit run-rpc_pipefs.mount:
	Description: RPC Pipe File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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/run-rpc_pipefs.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3f736da54d764f91ab67a9e00042ecfc
	Fragment Path: /run/systemd/generator/run-rpc_pipefs.mount
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	RequiredBy: rpc_pipefs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: rpc_pipefs.target (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-file)
	ReferencedBy: rpc_pipefs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/rpc_pipefs
	What: sunrpc
	File System Type: rpc_pipefs
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:37:54 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:54 GMT
	Active 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: bfb16094adbf4ec2a86fe63a3ed9aae6
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Wed 2024-01-31 23:37:54 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:54 GMT
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-467.scope (destination-file)
	WantedBy: session-3.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-467.scope (destination-file)
	Before: user at 1000.service (destination-file)
	Before: session-3.scope (destination-file)
	After: sysinit.target (origin-default)
	After: user-1000.slice (origin-file)
	After: basic.target (origin-default)
	After: dbus-broker.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: user-1000.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-3.scope (destination-file)
	InSlice: user-1000.slice (origin-slice-property)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-user-runtime-dir start 1000
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit system-systemd\x2dfsck.slice:
	Description: Slice /system/systemd-fsck
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 5890259eb90743fd956ea185cca4e12f
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	RequiredBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	RequiredBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file destination-slice-property)
	InSlice: system.slice (origin-implicit)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-SUNNY-Builds.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-SUNNY-Schroot.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-slice-property)
	SliceOf: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d105.device:
	Description: /dev/dm-105
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: e0779e474a484260b0d8b7316a286247
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-105
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dMedia.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Media
	Instance: dev-mapper-SUNNY\x2dMedia
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Media.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	Before: home-tj-Audio.mount (destination-mountinfo)
	Before: home-tj-Pictures.mount (destination-mountinfo)
	Before: home-tj-Music.mount (destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: home-tj-Audio.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file destination-mountinfo)
	ReferencedBy: home-tj-Pictures.mount (destination-mountinfo)
	ReferencedBy: home-tj-Music.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit srv-NAS-Sunny-Downloads.mount:
	Description: /srv/NAS/Sunny/Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Downloads.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e2260ad653db4a10b983fb8a7e5529c8
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Downloads.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	Requires: -.mount (origin-file)
	RequiredBy: home-tj-Downloads.mount (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: home-tj-Downloads.mount (destination-file destination-path)
	After: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dDownloads.target (origin-file origin-mountinfo)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dDownloads.device (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dDownloads.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: home-tj-Downloads.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Downloads (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Downloads
	What: /dev/mapper/SUNNY-Downloads
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dMedia.device:
	Description: /dev/mapper/SUNNY-Media
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 1b4bec6992f5452aa22117b7e7f92711
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: home-tj-Audio.mount (destination-mountinfo)
	RequiredBy: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	RequiredBy: home-tj-Pictures.mount (destination-mountinfo)
	RequiredBy: home-tj-Music.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	Before: home-tj-Audio.mount (destination-mountinfo)
	Before: home-tj-Pictures.mount (destination-mountinfo)
	Before: home-tj-Music.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	PropagatesStopTo: home-tj-Audio.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	PropagatesStopTo: home-tj-Pictures.mount (destination-mountinfo)
	PropagatesStopTo: home-tj-Music.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	ReferencedBy: home-tj-Audio.mount (destination-mountinfo)
	ReferencedBy: home-tj-Pictures.mount (destination-mountinfo)
	ReferencedBy: home-tj-Music.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Media
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev,found-mount
-> Unit dev-SUNNY-Projects.device:
	Description: /dev/SUNNY/Projects
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: a3a9ead04116466fad0145a97f3011b4
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Projects
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit srv-NAS-Sunny.mount:
	Description: /srv/NAS/Sunny
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c3bfcd7c0c5d486cb661b889218ff666
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dNAS.device (origin-mountinfo)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (origin-file)
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	RequiredBy: home-tj-Downloads.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Documents.mount (destination-file destination-path)
	RequiredBy: nfs-server.service (destination-path)
	RequiredBy: home-tj-Videos.mount (destination-file destination-path)
	RequiredBy: home-tj-Audio.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Experiments.mount (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: srv-NAS-Sunny-Projects.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Downloads.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Schroot.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Backup.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Machines.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Media.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-SourceCode.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-home.mount (destination-file destination-path)
	RequiredBy: home-tj-Pictures.mount (destination-file destination-path)
	RequiredBy: home-tj-Music.mount (destination-file destination-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: home-tj-Audio.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file destination-path)
	Before: home-tj-Downloads.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Machines.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	Before: home-tj-Pictures.mount (destination-file destination-path)
	Before: umount.target (origin-mountinfo)
	Before: nfs-server.service (destination-path)
	Before: srv-NAS-Sunny-Backup.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Media.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-home.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Documents.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Projects.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file destination-path)
	Before: home-tj-Music.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file destination-path)
	Before: home-tj-Videos.mount (destination-file destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	After: blockdev at dev-mapper-SUNNY\x2dNAS.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: dev-mapper-SUNNY\x2dNAS.device (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (origin-file)
	After: -.mount (origin-file origin-implicit)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dNAS.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dNAS.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: dev-mapper-SUNNY\x2dNAS.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (origin-file)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file destination-path)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: nfs-server.service (destination-path)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	ReferencedBy: home-tj-Audio.mount (destination-file destination-path)
	ReferencedBy: home-tj-Pictures.mount (destination-file destination-path)
	ReferencedBy: home-tj-Music.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file destination-path)
	ReferencedBy: home-tj-Downloads.mount (destination-file destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-NAS (origin-file)
	RequiresMountsFor: /srv/NAS (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny
	What: /dev/mapper/SUNNY-NAS
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dAndroid.device:
	Description: /dev/mapper/SUNNY-Android
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:31 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 2e74ac9f4f384080815ddf1eb1e15689
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	PropagatesStopTo: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Android
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev,found-mount
-> Unit lxc.service:
	Description: lxc.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:37:20 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:20 GMT
	Active 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
	Invocation ID: 801ff9d513f441a8ab3b24cea6492335
	Fragment Path: /etc/systemd/system/lxc.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
-> Unit system-drkonqi\x2dcoredump\x2dprocessor.slice:
	Description: Slice /system/drkonqi-coredump-processor
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2024-02-09 10:36:32 GMT
	Inactive Exit Timestamp: Fri 2024-02-09 10:36:32 GMT
	Active Enter Timestamp: Fri 2024-02-09 10:36:32 GMT
	Active 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-drkonqi\x2dcoredump\x2dprocessor.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 28d9cc4e3cd147e28343c1171d629bf7
	Condition Timestamp: Fri 2024-02-09 10:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Fri 2024-02-09 10:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	InSlice: system.slice (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: initrd-switch-root.target (origin-file)
	Before: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: systemd-vconsole-setup.service (origin-file)
	After: plymouth-start.service (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-vconsole-setup.service (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: plymouth-start.service (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-libvirt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 3a0dd79b5ca7449db5a842d04a040d5b
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-SUNNY-libvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-libvirt
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 450166f7df064027ba96673af2a5f1e8
	Following: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device
	Following Set Member: dev-dm\x2d93.device
	Following Set Member: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-mapper-SUNNY\x2dvdb.device
	Following Set Member: dev-SUNNY-vdb.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit auth-rpcgss-module.service:
	Description: Kernel Module supporting RPCSEC_GSS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/auth-rpcgss-module.service
	ConditionVirtualization: !container untested
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: gssproxy.service (origin-file)
	Wants: rpc-gssd.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: nfs-client.target (destination-file)
	Before: rpc-svcgssd.service (origin-file)
	Before: gssproxy.service (origin-file)
	Before: rpc-gssd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: gssproxy.service (origin-file)
	References: rpc-gssd.service (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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 -q auth_rpcgss
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dopt.service:
	Description: File System Check on /dev/mapper/SUNNY-opt
	Instance: dev-mapper-SUNNY\x2dopt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: b0052dfa2c544f05bd6e2846d8186560
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dopt.device (origin-file)
	RequiredBy: opt.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: opt.mount (destination-file)
	After: dev-mapper-SUNNY\x2dopt.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dopt.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	ReferencedBy: opt.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-opt
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-rootfs.device:
	Description: /dev/SUNNY/rootfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: db97c3320d4f4de7b684d9f9d4a966b9
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/rootfs
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dMedia.service:
	Description: File System Check on /dev/mapper/SUNNY-Media
	Instance: dev-mapper-SUNNY\x2dMedia
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 31c44547cfbe4ab4944eebea19b3e110
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dMedia.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Media.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-Media.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: dev-mapper-SUNNY\x2dMedia.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (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)
	References: dev-mapper-SUNNY\x2dMedia.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Media
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-SUNNY-Schroot.service:
	Description: File System Check on /dev/SUNNY/Schroot
	Instance: dev-SUNNY-Schroot
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0f13d965b4c040ab8da3c2f3a8708444
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-SUNNY-Schroot.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-SUNNY-Schroot.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	References: dev-SUNNY-Schroot.device (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/SUNNY/Schroot
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d72.device:
	Description: /sys/devices/virtual/block/dm-72
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d2ed8c6aa192463b9b4166b238270319
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-72
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit dev-SUNNY-Android.device:
	Description: /dev/SUNNY/Android
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: cd17f57107f342c79dcdaaeeaa2b6ec2
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Android
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit opt.mount:
	Description: /opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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/opt.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f2c787d8701b4afe96d457184ddabdce
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/opt.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: dev-mapper-SUNNY\x2dopt.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2dopt.device (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dopt.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dopt.device (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dopt.target (origin-file origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dopt.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-implicit)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-opt (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /opt
	What: /dev/mapper/SUNNY-opt
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 235cd699be6c405f88f2d11b8c22c4a3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dSchroot.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Schroot
	Instance: dev-mapper-SUNNY\x2dSchroot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-dm\x2d43.device:
	Description: /dev/dm-43
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: f0f0098003454cef9f9b14eb7e611c65
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-43
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device:
	Description: /dev/disk/by-uuid/0bc7ebee-8afc-480b-b542-4a782338d51b
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f18f6cf7b0ee467dbe90b5165f7b0545
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	Following Set Member: dev-SUNNY-Documents.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/0bc7ebee-8afc-480b-b542-4a782338d51b
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dExperiments.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Experiments
	Instance: dev-mapper-SUNNY\x2dExperiments
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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-02-13 04:14:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 60209b6a488e4349b4a973bb5b65f38b
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	WantedBy: systemd-udev-settle.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: plymouth-start.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	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
	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: continue
	Main PID: 1559
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	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: /
	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: getgroups utimensat_time64 fchmod s390_pci_mmio_read io_uring_enter statfs gettimeofday setrlimit getrlimit sigreturn mlock2 io_setup init_module pidfd_open sched_getparam io_submit oldfstat sysinfo socketpair sigaltstack mknodat mmap2 umask ugetrlimit setfsgid32 rename accept4 recvmsg sendmmsg remap_file_pages getsockopt alarm clock_gettime64 setuid32 fchmodat recv fsync timerfd_gettime personality rt_sigqueueinfo pciconfig_iobase setregid32 clock_nanosleep ppoll_time64 setreuid32 mbind _newselect getegid shutdown msgget sync truncate64 setresuid connect fork poll uname setpriority getpgid wait4 getgroups32 setfsuid32 fstatfs lremovexattr set_tid_address fremovexattr ftruncate tkill getxattr pread64 epoll_create sched_getaffinity msgrcv msgsnd bind getdents fsetxattr sigsuspend getdents64 epoll_ctl sched_getscheduler futex setuid ioprio_get send mq_timedreceive fchownat setpgid gettid mq_notify faccessat renameat pause sched_setaffinity exit_group io_uring_register futimesat pidfd_send_signal setreuid fcntl64 inotify_rm_watch truncate pselect6 openat rt_tgsigqueueinfo tee setgid32 readahead setfsgid clock_nanosleep_time64 stat pciconfig_read ipc timer_getoverrun lchown getegid32 fdatasync memfd_create signal symlink process_vm_readv ppoll clock_getres_time64 brk oldstat setresgid32 request_key olduname sendfile io_uring_setup pwrite64 shmat getrusage sigpending eventfd io_cancel getpeername epoll_ctl_old iopl getresuid mremap listxattr lsetxattr getsockname swapcontext time clone3 execve ioctl fadvise64 clock_gettime mmap inotify_add_watch vmsplice chmod process_vm_writev tgkill utimes removexattr name_to_handle_at setns futex_waitv inotify_init1 unlinkat getgid32 signalfd4 epoll_wait mq_timedsend_time64 syncfs fstatat64 getcpu open getresgid32 fstat64 linkat symlinkat setsockopt statx pwritev get_robust_list getresuid32 sync_file_range2 geteuid32 process_madvise mkdir epoll_wait_old rseq openat2 timerfd_settime64 mlock rt_sigaction mq_timedreceive_time64 recvfrom pwritev2 move_pages timer_gettime mknod unlink chown32 fallocate restart_syscall mq_getsetattr keyctl oldolduname finit_module set_tls getpgrp mq_unlink msync getresgid setgid timer_settime64 signalfd sendto llistxattr munlockall lseek execveat faccessat2 access rt_sigtimedwait arm_fadvise64_64 prlimit64 sched_setparam timer_create setresuid32 set_thread_area getppid write getuid fcntl userfaultfd arch_prctl unshare timer_gettime64 splice lstat64 rt_sigreturn prctl nanosleep sigaction listen copy_file_range accept preadv sched_get_priority_min preadv2 getcwd pipe set_mempolicy_home_node epoll_create1 setitimer set_mempolicy rt_sigtimedwait_time64 statfs64 fstat setgroups32 rmdir recvmmsg_time64 flistxattr timerfd_settime fchdir link getuid32 recvmmsg newfstatat riscv_flush_icache delete_module kcmp sched_setscheduler getitimer timerfd_gettime64 pciconfig_write rt_sigprocmask msgctl getrandom close_range shmdt bpf mq_timedsend semtimedop_time64 geteuid fchown32 dup inotify_init cacheflush lgetxattr getgid mprotect sched_rr_get_interval membarrier get_mempolicy read pselect6_time64 ioprio_set sched_yield madvise semtimedop stat64 lchown32 getpriority add_key utime semctl setresgid capget kill utimensat socketcall sync_file_range semop _llseek shmget ioperm capset s390_pci_mmio_write chown clock_getres rt_sigsuspend getsid pipe2 migrate_pages setgroups mq_open futex_time64 sched_getattr io_pgetevents io_destroy lstat dup2 eventfd2 fstatfs64 mlockall creat clone shmctl readlinkat getpid sendmsg sched_rr_get_interval_time64 io_getevents sched_get_priority_max io_pgetevents_time64 renameat2 writev mkdirat nice readv timerfd_create setsid setregid sendfile64 rt_sigpending setfsuid munmap readlink times timer_settime close exit vfork timer_delete epoll_pwait chdir get_thread_area waitpid fchown fadvise64_64 ftruncate64 select socket readdir waitid dup3 munlock sigprocmask flock setxattr set_robust_list epoll_pwait2 oldlstat fgetxattr sched_setattr semget
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
	-> ExecReload:
		Command Line: udevadm control --reload --timeout 0
	Status Text: Processing with 48 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: yes
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DelegateControllers: pids
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 24878ade0880445cbca34e3a71cc571c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:01:00.0-nvme-1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: caf7c4e431fa41ec995fac064d2289d2
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 8a24eff3b3b647cfbf61ea43f9d57d1a
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-lvmpolld.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: lvm2-lvmpolld.service (origin-implicit)
	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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Builds.device:
	Description: /dev/SUNNY/Builds
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ca6bcad9254e435085c41ce58f592bc4
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Builds
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-Q5oh1F-CKte-jLp6-tMkL-AiOr-x2CH-NSvpwo
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 21:46:42 GMT
	Inactive Exit Timestamp: Tue 2024-02-06 21:46:42 GMT
	Active Enter Timestamp: Tue 2024-02-06 21:46:42 GMT
	Active 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: ecba63e6d5404cdebf732e1a1f89ad30
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-Q5oh1F-CKte-jLp6-tMkL-AiOr-x2CH-NSvpwo
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit systemd-oomd.service:
	Description: systemd-oomd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: user at 1000.service (destination-file)
	Before: user at 119.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: user at 119.service (destination-file)
-> Unit dev-SUNNY-Machines.device:
	Description: /dev/SUNNY/Machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 59ff127f81104115a1ffde49cc9c90bd
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Machines
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-EFI\x5cx20System.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: bd205df1e2ce47cd8075e814c1ba7c0c
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partlabel/EFI\x20System
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dhome.service:
	Description: File System Check on /dev/mapper/SUNNY-home
	Instance: dev-mapper-SUNNY\x2dhome
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: b3d9dd8c90d4412d85436789b34d4006
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dhome.device (origin-file)
	RequiredBy: home.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: home.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-mapper-SUNNY\x2dhome.device (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: dev-mapper-SUNNY\x2dhome.device (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	ReferencedBy: home.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-home
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit plymouth-quit.service:
	Alias: plymouth.service
	Description: Terminate Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 60c00e4b529048568b672e24203e8780
	Fragment Path: /lib/systemd/system/plymouth-quit.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	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: multi-user.target (destination-default)
	Before: sddm.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-file)
	After: rc-local.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: rc-local.service (origin-file)
	References: basic.target (origin-default)
	References: plymouth-start.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sddm.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
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2024-02-03 08:06:59 GMT
	Inactive Exit Timestamp: Sat 2024-02-03 08:02:55 GMT
	Active Enter Timestamp: Sat 2024-02-03 08:02:55 GMT
	Active Exit Timestamp: Sat 2024-02-03 08:06:59 GMT
	Inactive Enter Timestamp: Sat 2024-02-03 08:06:59 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: dfb0ed0e1cc34a768dff0583adcad9e9
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /lib/systemd/system/rsync.service
	ConditionPathExists: /etc/rsyncd.conf untested
	Condition Timestamp: Sat 2024-02-03 08:02:54 GMT
	Condition Result: yes
	Assert Timestamp: Sat 2024-02-03 08:02:54 GMT
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	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
	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: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 1s
	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: /
	NonBlocking: no
	PrivateTmp: no
	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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/rsync --daemon --no-detach
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 1f07e9a64f4f4525bcd145f8c49b2b7f
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit blockdev at dev-mapper-LUKS2_BOOT.target:
	Description: Block Device Preparation for /dev/mapper/LUKS2_BOOT
	Instance: dev-mapper-LUKS2_BOOT
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: b3c74903c54343358d342699302360cd
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	WantedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: boot.mount (destination-mountinfo)
	After: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: boot.mount (destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 9500df29320c4dc6a6b94e17da7d06da
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: var-log.mount (origin-path)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: var-log.mount (origin-path)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: var-log.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: var.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
	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
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit home-tj-Videos.mount:
	Description: /home/tj/Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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-tj-Videos.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bf1da7a4406b404981d8d0b4500107ac
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home-tj-Videos.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: home.mount (origin-file origin-implicit origin-path)
	Requires: -.mount (origin-file origin-implicit)
	Requires: srv-NAS-Sunny-Media-Videos.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	WantedBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: home.mount (origin-file origin-implicit origin-path)
	After: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: system.slice (origin-file)
	After: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: srv-NAS-Sunny-Media-Videos.mount (origin-file origin-path)
	After: blockdev at dev-mapper-SUNNY\x2dVideos.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: srv-NAS-Sunny-Media.mount (origin-file origin-path)
	References: srv-NAS-Sunny-Media-Videos.mount (origin-file origin-path)
	References: home.mount (origin-file origin-implicit origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-mapper-SUNNY\x2dVideos.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dVideos.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny/Media (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /home/tj (origin-implicit)
	RequiresMountsFor: /home (origin-file)
	RequiresMountsFor: /srv/NAS/Sunny/Media/Videos (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/tj/Videos
	What: /dev/mapper/SUNNY-Videos
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit initrd-switch-root.target:
	Description: Switch Root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/initrd-switch-root.target
	AssertPathExists: /etc/initrd-release untested
	Wants: initrd-root-fs.target (origin-file)
	Wants: initrd-cleanup.service (origin-file)
	Wants: plymouth-switch-root.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: initrd-udevadm-cleanup-db.service (origin-file)
	Wants: initrd-fs.target (origin-file)
	Wants: initrd-switch-root.service (origin-file)
	Wants: plymouth-start.service (origin-file)
	WantedBy: initrd-switch-root.service (destination-file)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: systemd-sysext.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
	Before: initrd-switch-root.service (origin-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: systemd-resolved.service (destination-file)
	After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
	After: emergency.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: emergency.target (origin-file)
	After: initrd-root-fs.target (origin-file)
	After: initrd-fs.target (origin-file)
	After: systemd-ask-password-console.service (destination-file)
	After: initrd-cleanup.service (origin-file)
	After: systemd-sysext.service (destination-file)
	References: initrd-cleanup.service (origin-file)
	References: plymouth-switch-root.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: initrd-switch-root.service (origin-file)
	References: emergency.service (origin-file)
	References: emergency.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: initrd-root-fs.target (origin-file)
	References: initrd-udevadm-cleanup-db.service (origin-file)
	References: initrd-fs.target (origin-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: cups.socket (destination-file)
	RequiredBy: systemd-ask-password-plymouth.path (destination-file)
	RequiredBy: var-lib-libvirt.mount (destination-file destination-implicit)
	RequiredBy: etc.mount (destination-file destination-implicit)
	RequiredBy: srv-NAS-Sunny.mount (destination-file destination-implicit)
	RequiredBy: var-cache.mount (destination-file)
	RequiredBy: phpsessionclean.timer (destination-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	RequiredBy: dev-hugepages.mount (destination-implicit)
	RequiredBy: virtlogd.socket (destination-file)
	RequiredBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-implicit)
	RequiredBy: colord.service (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: virtlogd-admin.socket (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-implicit)
	RequiredBy: home.mount (destination-file destination-implicit)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit)
	RequiredBy: home-tj-Music.mount (destination-file destination-implicit)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: apache2.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	RequiredBy: libvirtd-ro.socket (destination-file)
	RequiredBy: e2scrub_all.timer (destination-file)
	RequiredBy: session-3.scope (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: caddy.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: systemd-resolved.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Machines.mount (destination-file)
	RequiredBy: apt-cacher-ng.service (destination-file)
	RequiredBy: phpsessionclean.service (destination-file)
	RequiredBy: var.mount (destination-file destination-implicit)
	RequiredBy: var-log.mount (destination-file)
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dsysctl.service.mount (destination-implicit)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-implicit)
	RequiredBy: run-rpc_pipefs.mount (destination-implicit)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Media.mount (destination-file)
	RequiredBy: debspawn-clear-caches.timer (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: boot.mount (destination-file destination-implicit)
	RequiredBy: mnt-machines_old.mount (destination-file destination-implicit)
	RequiredBy: fwupd-refresh.service (destination-file)
	RequiredBy: fstrim.timer (destination-file)
	RequiredBy: home-tj-Audio.mount (destination-file destination-implicit)
	RequiredBy: tmp.mount (destination-implicit)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dsysusers.service.mount (destination-implicit)
	RequiredBy: session-467.scope (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Documents.mount (destination-file)
	RequiredBy: home-tj-Downloads.mount (destination-file destination-implicit)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	RequiredBy: dev-mqueue.mount (destination-implicit)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: boot-efi.mount (destination-file destination-implicit)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: dbus-broker.service (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: home-tj-Videos.mount (destination-file destination-implicit)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: schroot.service (destination-file)
	RequiredBy: proc-fs-nfsd.mount (destination-implicit)
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: var-lib-l8r.mount (destination-file destination-implicit)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Projects.mount (destination-file)
	RequiredBy: libvirtd-admin.socket (destination-file)
	RequiredBy: opt.mount (destination-file destination-implicit)
	RequiredBy: systemd-coredump.socket (destination-file)
	RequiredBy: virtlockd.socket (destination-file)
	RequiredBy: apt-daily.timer (destination-file)
	RequiredBy: usr-local.mount (destination-file destination-implicit)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: libvirtd.socket (destination-file)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: systemd-ask-password-wall.path (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-implicit)
	RequiredBy: man-db.timer (destination-file)
	RequiredBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	RequiredBy: virtlockd-admin.socket (destination-file)
	RequiredBy: run-user-1000.mount (destination-implicit)
	RequiredBy: debspawn-clear-caches.service (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: var-lib-machines.mount (destination-file destination-implicit)
	RequiredBy: upower.service (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-implicit)
	RequiredBy: basic.target (destination-file)
	RequiredBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	RequiredBy: systemd-ask-password-console.path (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: cups.path (destination-file)
	RequiredBy: home-tj-Pictures.mount (destination-file destination-implicit)
	RequiredBy: logrotate.timer (destination-file)
	RequiredBy: apt-daily-upgrade.timer (destination-file)
	RequiredBy: uuidd.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-Backup.mount (destination-file)
	RequiredBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	RequiredBy: fwupd-refresh.timer (destination-file)
	RequiredBy: rpcbind.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-home.mount (destination-file)
	RequiredBy: run-user-119.mount (destination-implicit)
	RequiredBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-implicit)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: session-1.scope (destination-file)
	RequiredBy: usr-my.mount (destination-file destination-implicit)
	Before: dev-mqueue.mount (destination-implicit)
	Before: syslog.socket (destination-file)
	Before: libvirtd-admin.socket (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: dm-event.socket (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: mnt-machines_old.mount (destination-file destination-implicit)
	Before: systemd-journal-flush.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file)
	Before: systemd-coredump.socket (destination-file)
	Before: rpcbind.socket (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-implicit)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file)
	Before: upower.service (destination-file)
	Before: etc.mount (destination-file destination-implicit)
	Before: srv-NAS-Sunny-Machines.mount (destination-file)
	Before: run-credentials-systemd\x2dsysctl.service.mount (destination-implicit)
	Before: virtlogd.socket (destination-file)
	Before: ModemManager.service (destination-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	Before: systemd-ask-password-plymouth.path (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: cups.path (destination-file)
	Before: run-user-1000.mount (destination-implicit)
	Before: tmp.mount (destination-implicit)
	Before: boot-efi.mount (destination-file destination-implicit)
	Before: phpsessionclean.service (destination-file)
	Before: home.mount (destination-file destination-implicit)
	Before: systemd-udevd-control.socket (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-implicit)
	Before: usr-local.mount (destination-file destination-implicit)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	Before: systemd-ask-password-wall.path (destination-file)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: var-lib-libvirt.mount (destination-file destination-implicit)
	Before: virtlogd-admin.socket (destination-file)
	Before: rpcbind.service (destination-file)
	Before: libvirtd.socket (destination-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file)
	Before: home-tj-Music.mount (destination-file destination-implicit)
	Before: fwupd-refresh.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: caddy.service (destination-file)
	Before: logrotate.timer (destination-file)
	Before: apache2.service (destination-file)
	Before: fwupd-refresh.timer (destination-file)
	Before: libvirtd-ro.socket (destination-file)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Before: home-tj-Audio.mount (destination-file destination-implicit)
	Before: sys-kernel-tracing.mount (destination-implicit)
	Before: debspawn-clear-caches.service (destination-file)
	Before: srv-NAS-Sunny-Media.mount (destination-file)
	Before: var-cache.mount (destination-file)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-implicit)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file)
	Before: srv-NAS-Sunny-home.mount (destination-file)
	Before: virtlockd.socket (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: schroot.service (destination-file)
	Before: basic.target (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: sys-kernel-config.mount (destination-implicit)
	Before: dbus-broker.service (destination-file)
	Before: virtlockd-admin.socket (destination-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	Before: proc-fs-nfsd.mount (destination-implicit)
	Before: session-3.scope (destination-file)
	Before: var-lib-machines.mount (destination-file destination-implicit)
	Before: usr-my.mount (destination-file destination-implicit)
	Before: session-1.scope (destination-file)
	Before: var.mount (destination-file destination-implicit)
	Before: systemd-resolved.service (destination-file)
	Before: colord.service (destination-file)
	Before: phpsessionclean.timer (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: uuidd.socket (destination-file)
	Before: boot.mount (destination-file destination-implicit)
	Before: systemd-fsckd.socket (destination-file)
	Before: home-tj-Pictures.mount (destination-file destination-implicit)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: debspawn-clear-caches.timer (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: var-lib-l8r.mount (destination-file destination-implicit)
	Before: cups.socket (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: srv-NAS-Sunny-Projects.mount (destination-file)
	Before: dbus.socket (destination-file)
	Before: run-rpc_pipefs.mount (destination-implicit)
	Before: systemd-networkd.service (destination-file)
	Before: apt-daily.timer (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: home-tj-Downloads.mount (destination-file destination-implicit)
	Before: sys-kernel-debug.mount (destination-implicit)
	Before: srv-NAS-Sunny-Documents.mount (destination-file)
	Before: man-db.timer (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: var-log.mount (destination-file)
	Before: apt-cacher-ng.service (destination-file)
	Before: fstrim.timer (destination-file)
	Before: dev-hugepages.mount (destination-implicit)
	Before: run-user-119.mount (destination-implicit)
	Before: ssh.service (destination-file)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-implicit)
	Before: home-tj-Videos.mount (destination-file destination-implicit)
	Before: srv-NAS-Sunny-Backup.mount (destination-file)
	Before: run-credentials-systemd\x2dsysusers.service.mount (destination-implicit)
	Before: systemd-rfkill.service (destination-file)
	Before: session-467.scope (destination-file)
	Before: e2scrub_all.timer (destination-file)
	Before: srv-NAS-Sunny.mount (destination-file destination-implicit)
	Before: nfs-server.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: man-db.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: opt.mount (destination-file destination-implicit)
	After: blockdev at dev-mapper-SUNNY\x2drootfs.target (origin-file)
	After: -.slice (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2drootfs.target (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: fwupd-refresh.timer (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	ReferencedBy: man-db.timer (destination-file)
	ReferencedBy: var-cache.mount (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file)
	ReferencedBy: schroot.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: home.mount (destination-file destination-implicit)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: debspawn-clear-caches.timer (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-implicit)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-implicit)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	ReferencedBy: run-user-1000.mount (destination-implicit)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-implicit)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file destination-implicit)
	ReferencedBy: mnt-machines_old.mount (destination-file destination-implicit)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file destination-implicit)
	ReferencedBy: fstrim.timer (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-implicit)
	ReferencedBy: home-tj-Audio.mount (destination-file destination-implicit)
	ReferencedBy: virtlockd.socket (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: home-tj-Music.mount (destination-file destination-implicit)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file)
	ReferencedBy: tmp.mount (destination-implicit)
	ReferencedBy: cups.socket (destination-file)
	ReferencedBy: opt.mount (destination-file destination-implicit)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-implicit)
	ReferencedBy: fwupd-refresh.service (destination-file)
	ReferencedBy: usr-my.mount (destination-file destination-implicit)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-implicit)
	ReferencedBy: boot.mount (destination-file destination-implicit)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-implicit)
	ReferencedBy: run-rpc_pipefs.mount (destination-implicit)
	ReferencedBy: run-user-119.mount (destination-implicit)
	ReferencedBy: e2scrub_all.timer (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-implicit)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: phpsessionclean.timer (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: dm-event.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: cups.path (destination-file)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: home-tj-Downloads.mount (destination-file destination-implicit)
	ReferencedBy: logrotate.timer (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: apt-cacher-ng.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-coredump.socket (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-file)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file)
	ReferencedBy: etc.mount (destination-file destination-implicit)
	ReferencedBy: usr-local.mount (destination-file destination-implicit)
	ReferencedBy: var.mount (destination-file destination-implicit)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	ReferencedBy: virtlogd.socket (destination-file)
	ReferencedBy: var-lib-l8r.mount (destination-file destination-implicit)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-implicit)
	ReferencedBy: uuidd.socket (destination-file)
	ReferencedBy: rpcbind.socket (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: var-lib-libvirt.mount (destination-file destination-implicit)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file destination-implicit)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-implicit)
	ReferencedBy: home-tj-Pictures.mount (destination-file destination-implicit)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: var-log.mount (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-implicit)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	ReferencedBy: libvirtd.socket (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-rootfs (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /
	What: /dev/mapper/SUNNY-rootfs
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-pnp0-00:04-tty-ttyS0.device:
	Description: /sys/devices/pnp0/00:04/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2e9b5bf152724a388fae373f80ace6ff
	Following Set Member: dev-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pnp0/00:04/tty/ttyS0
	Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
	Found: found-udev
-> Unit iptables.service:
	Description: iptables.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-SUNNY-vdd.device:
	Description: /dev/SUNNY/vdd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ca5cc30724e341199a72f2b52f2a9a42
	Following: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-mapper-SUNNY\x2dvdd.device
	Following Set Member: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/vdd
	Sysfs Path: /sys/devices/virtual/block/dm-95
	Found: found-udev
-> Unit boot-efi.mount:
	Description: /boot/efi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active 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: 78f42806ef564258906028ed8ff9613e
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot-efi.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:30 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:30 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: boot.mount (origin-implicit origin-path)
	Requires: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (origin-file)
	Requires: dev-nvme0n1p1.device (origin-mountinfo)
	Requires: -.mount (origin-file origin-implicit)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
	After: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (origin-file)
	After: -.mount (origin-file origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: dev-nvme0n1p1.device (origin-mountinfo)
	After: blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: boot.mount (origin-implicit origin-path)
	StopPropagatedFrom: dev-nvme0n1p1.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-implicit)
	References: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
	References: boot.mount (origin-implicit origin-path)
	References: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: dev-nvme0n1p1.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.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-label/EFI-SP (origin-file)
	RequiresMountsFor: /boot (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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=0022,dmask=0022,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f806e5f776da4d369e669727bb919ad7
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-5.0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit dev-serial-by\x2dpath-pci\x2d0000:02:00.0\x2dusb\x2d0:12:1.0\x2dport0.device:
	Description: PL2303 Serial Port / Mobile Phone Data Cable
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Invocation ID: 35c6c0b59eb44c54883452a6d5d9635d
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2did-usb\x2dProlific_Technology_Inc._USB\x2dSerial_Controller\x2dif00\x2dport0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-ttyUSB0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/serial/by-path/pci-0000:02:00.0-usb-0:12:1.0-port0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-12/1-12:1.0/ttyUSB0/tty/ttyUSB0
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 813455541540415d9c027e8d818c9a0d
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-V5w4fS-ybe8-2wvu-8eEi-D9Vb-5F5y-YoXJsW
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit apache2.service:
	Description: The Apache HTTP Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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/apache2.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 91ef8d84ec074e61893750c58d00fe7a
	Documentation: https://httpd.apache.org/docs/2.4/
	Fragment Path: /lib/systemd/system/apache2.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	Wants: tmp.mount (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: remote-fs.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: nss-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: nss-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: forking
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: continue
	Main PID: 3394
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: yes
	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: APACHE_STARTED_BY_SYSTEMD=true
	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/apachectl start
	-> ExecReload:
		Command Line: /usr/sbin/apachectl graceful
			PID: 364351
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /usr/sbin/apachectl graceful-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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit initrd-root-fs.target:
	Description: Initrd Root File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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-parse-etc.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: initrd-switch-root.target (destination-file)
	After: systemd-repart.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: systemd-repart.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: systemd-repart.service (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 766f71b16b674ce6a9a8e6f320311da4
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device:
	Description: /dev/disk/by-uuid/4f271c38-fd02-4890-81fd-1f11da7cc178
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 60d44b336cf349c1824a73e4f1c5dfed
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-dm\x2d41.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/4f271c38-fd02-4890-81fd-1f11da7cc178
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9cb8e51dde2448508b4914e38cb81641
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Android
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: dabd293eee5c4ff797ae4f2c05f42c0c
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Android
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 0e4d9bd48d164de49fa0ea42136cc875
	Following: sys-devices-virtual-block-dm\x2d94.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdc.device
	Following Set Member: dev-SUNNY-vdc.device
	Following Set Member: dev-dm\x2d94.device
	Following Set Member: dev-mapper-SUNNY\x2dvdc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d94.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxWKNjNfsUL3HC02HhU0CECnJ7jvLSRfN6
	Sysfs Path: /sys/devices/virtual/block/dm-94
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Documents.device:
	Description: /dev/disk/by-label/Documents
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 805038606b924d2a9895da31f1a31e45
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	Following Set Member: dev-SUNNY-Documents.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Documents
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit libvirtd-tls.socket:
	Description: Libvirt TLS IP socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Exit Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Enter Timestamp: Thu 2024-02-08 17:45:50 GMT
	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: 2fce0df1a7e540a495a70f3f1a9d34ad
	Fragment Path: /lib/systemd/system/libvirtd-tls.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	BindsTo: libvirtd.socket (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: libvirtd.socket (origin-file)
	After: system.slice (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: libvirtd.socket (origin-file)
	References: libvirtd.service (origin-file origin-implicit)
	References: sockets.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	ReferencedBy: sockets.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: failed
	Result: service-start-limit-hit
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: libvirtd-tls.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: [::]:16514
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d83.device:
	Description: /sys/devices/virtual/block/dm-83
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 42ddd372d16041f38a397291687b4cba
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-83
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device:
	Description: /dev/disk/by-uuid/ac3c3000-1bed-4ff6-b393-45be1f3c2dc0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 1bfc5a5c4ea8463d9f03815fcdc99851
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/ac3c3000-1bed-4ff6-b393-45be1f3c2dc0
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit cups-browsed.service:
	Description: Make remote CUPS printers available locally
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cups-browsed.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bd67cb4c5b9b4c3ebc2e75de6bcc2655
	Fragment Path: /lib/systemd/system/cups-browsed.service
	Condition Timestamp: Tue 2024-02-13 04:13:28 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:28 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: cups.service (origin-file)
	Wants: network-online.target (origin-file)
	Wants: avahi-daemon.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: sysinit.target (origin-default)
	After: cups.service (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: avahi-daemon.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: avahi-daemon.service (origin-file)
	References: cups.service (origin-file)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 364578
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/cups-browsed
			PID: 364578
			Start Timestamp: Tue 2024-02-13 04:13:28 GMT
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit remote-veritysetup.target:
	Description: Remote Verity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/remote-veritysetup.target
	WantedBy: initrd-root-device.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: remote-fs-pre.target (origin-file)
	After: veritysetup-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: veritysetup-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-mapper-SUNNY\x2dSourceCode.device:
	Description: /dev/mapper/SUNNY-SourceCode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: b6802ec937a44942a7d87f44460be2e7
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	PropagatesStopTo: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-SourceCode
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 236590dd2c7d40ad913176a0ecd3ad8c
	Following: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-mapper-SUNNY\x2dvdd.device
	Following Set Member: sys-devices-virtual-block-dm\x2d95.device
	Following Set Member: dev-SUNNY-vdd.device
	Following Set Member: dev-dm\x2d95.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMmQ6DOX7kci79mN41e6pIrCFbzcPA49i
	Sysfs Path: /sys/devices/virtual/block/dm-95
	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: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: d58f264659064123ae7d3ab8a988a6b1
	Documentation: man:systemd-initctl.socket(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-initctl.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: systemd-initctl.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-initctl.service (origin-implicit)
	References: -.mount (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/initctl (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	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
	SocketProtocol: ip
	Symlinks: /dev/initctl
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rpcbind.service:
	Alias: portmap.service
	Description: RPC bind portmap service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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/rpcbind.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5c1ae78043f84e6ba2752361d749e165
	Documentation: man:rpcbind(8)
	Fragment Path: /lib/systemd/system/rpcbind.service
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: rpcbind.socket (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	Wants: rpcbind.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Before: rpcbind.target (origin-file)
	Before: remote-fs-pre.target (origin-file)
	Before: rpc-statd.service (destination-file)
	After: -.mount (origin-file)
	After: rpcbind.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: rpcbind.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: rpcbind.target (origin-file)
	References: rpcbind.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: -.mount (origin-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: rpcbind.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/rpcbind (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: unknown
	OOMPolicy: stop
	Main PID: 2743
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: OPTIONS=-w
	EnvironmentFile: -/etc/rpcbind.conf
	EnvironmentFile: -/etc/default/rpcbind
	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/rpcbind -f "\$OPTIONS"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dDocuments.device:
	Description: /dev/mapper/SUNNY-Documents
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 4e4afc0422b94da6b8a4d7529b317544
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-SUNNY-Documents.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Documents
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev,found-mount
-> Unit dev-sdc.device:
	Description: CT500BX100SSD1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8c0f9a765dd2424dba60e4e7320d7e5d
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2ddiskseq-4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dCT500BX100SSD1_1503F001CD5E.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dV5w4fS\x2dybe8\x2d2wvu\x2d8eEi\x2dD9Vb\x2d5F5y\x2dYoXJsW.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a0751f001cd5e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdc
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata5/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-t66kvr-NTfa-VrG2-fxKg-J079-mnf6-KrWFW8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 4e1f785b629b434e8055c9fd7cd9fa4b
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-LUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-t66kvr-NTfa-VrG2-fxKg-J079-mnf6-KrWFW8
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit libvirtd.socket:
	Description: Libvirt local socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Exit Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Enter Timestamp: Thu 2024-02-08 17:45:50 GMT
	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: 4218c8274e9e49cf91f5e1073cee0935
	Fragment Path: /lib/systemd/system/libvirtd.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: libvirtd.service (destination-file)
	BoundBy: libvirtd-ro.socket (destination-file)
	BoundBy: libvirtd-admin.socket (destination-file)
	BoundBy: libvirtd-tls.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd-ro.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirtd-admin.socket (destination-file)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: libvirt-guests.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd-tls.socket (destination-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file)
	References: sockets.target (origin-default)
	References: libvirtd.service (origin-file origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-file)
	ReferencedBy: libvirtd-tls.socket (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/libvirt-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: failed
	Result: service-start-limit-hit
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: 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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d93.device:
	Description: /sys/devices/virtual/block/dm-93
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: cdfc12c5d6a0448782cb614bf0e09bd0
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device
	Following Set Member: dev-dm\x2d93.device
	Following Set Member: dev-mapper-SUNNY\x2dvdb.device
	Following Set Member: dev-SUNNY-vdb.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-93
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit etc.mount:
	Description: /etc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5ac2f614a7654c50a64bad5caa4ede0a
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/etc.mount
	Source Path: /etc/fstab
	Requires: systemd-fsck at dev-mapper-SUNNY\x2detc.service (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: -.slice (origin-file)
	Requires: dev-mapper-SUNNY\x2detc.device (origin-mountinfo)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-path)
	RequiredBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-path)
	RequiredBy: systemd-cryptsetup at LUKS2_OS.service (destination-path)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-path)
	Before: local-fs.target (origin-file)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-path)
	Before: fwupd.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-path)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2detc.service (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2detc.target (origin-file origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2detc.device (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2detc.device (origin-mountinfo)
	References: local-fs.target (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2detc.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2detc.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-implicit)
	References: -.slice (origin-file origin-slice-property)
	References: dev-mapper-SUNNY\x2detc.device (origin-mountinfo)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-path)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-path)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-path)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-etc (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /etc
	What: /dev/mapper/SUNNY-etc
	File System Type: ext4
	Options: rw,relatime,stripe=4
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	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: df751a8078864691afd328f7a8afb265
	Documentation: man:dpkg(1)
	Fragment Path: /lib/systemd/system/dpkg-db-backup.service
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	Assert Result: yes
	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: dpkg-db-backup.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	TriggeredBy: dpkg-db-backup.timer (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: dpkg-db-backup.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
			PID: 364230
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dartslover2u_c.device:
	Description: /dev/mapper/SUNNY-artslover2u_c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: 846bbad6b912497b8716119f024a5b5f
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_c
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit dev-dm\x2d102.device:
	Description: /dev/dm-102
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: 3731c31485df40149f8ae01dd47eacb5
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-102
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit blockdev at dev-SUNNY-Schroot.target:
	Description: Block Device Preparation for /dev/SUNNY/Schroot
	Instance: dev-SUNNY-Schroot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9f7fcdad4f5e4d6c958114413d951afc
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371_1-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dlibvirt.device:
	Description: /dev/mapper/SUNNY-libvirt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 97d368cb53f345d48a7b6020854df37d
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: var-lib-libvirt.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: var-lib-libvirt.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	PropagatesStopTo: var-lib-libvirt.mount (destination-mountinfo)
	ReferencedBy: var-lib-libvirt.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-libvirt
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev,found-mount
-> Unit user-runtime-dir at 119.service:
	Description: User Runtime Directory /run/user/119
	Instance: 119
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:53 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:53 GMT
	Active 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-119.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 61439fa5e5c74f4aa72c2a49cfe850f8
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Wed 2024-01-31 23:36:53 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:53 GMT
	Assert Result: yes
	Requires: user-119.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: user at 119.service (destination-file)
	WantedBy: session-1.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user at 119.service (destination-file)
	Before: session-1.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: user-119.slice (origin-file)
	After: basic.target (origin-default)
	After: dbus-broker.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: user-119.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: dbus-broker.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: user at 119.service (destination-file)
	InSlice: user-119.slice (origin-slice-property)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-user-runtime-dir start 119
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 119
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d41.device:
	Description: /dev/dm-41
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 5fb85be226184ee68604f5de35e43d6f
	Following: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-disk-by\x2duuid-4f271c38\x2dfd02\x2d4890\x2d81fd\x2d1f11da7cc178.device
	Following Set Member: dev-disk-by\x2dlabel-Machines.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxomlBc8JPkIa9jBkEWnOGED3BE4izGTDB.device
	Following Set Member: dev-SUNNY-Machines.device
	Following Set Member: sys-devices-virtual-block-dm\x2d41.device
	Following Set Member: dev-mapper-SUNNY\x2dMachines.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-41
	Sysfs Path: /sys/devices/virtual/block/dm-41
	Found: found-udev
-> Unit rpc-gssd.service:
	Description: RPC security service for NFS client and server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/rpc-gssd.service
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: rpc_pipefs.target (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: auth-rpcgss-module.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-client.target (destination-file)
	After: auth-rpcgss-module.service (destination-file)
	After: rpc_pipefs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: rpc_pipefs.target (origin-file)
	References: nfs-utils.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	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: /
	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/rpc.gssd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1118b71f2e204bab9a88ebd2b01b3882
	Documentation: man:dmeventd(8)
	Documentation: man:lvcreate(8)
	Documentation: man:lvchange(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-monitor.service
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	After: dm-event.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dm-event.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dm-event.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: dm-event.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /sbin/lvm vgchange --monitor y
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d78.device:
	Description: /dev/dm-78
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: a5eccd76078942f4a17f9d1e2555e67b
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-78
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 0800fb8e72a74f44ae9a8ad34f48caa3
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Wants: dev-mqueue.mount (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-pcrphase-sysinit.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: mdadm-shutdown.service (origin-file)
	Wants: plymouth-read-write.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: systemd-repart.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: haveged.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: veritysetup.target (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: plymouth-start.service (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: systemd-pcrphase.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-resolved.service (origin-file)
	Wants: systemd-firstboot.service (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: integritysetup.target (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	RequiredBy: atop-rotate.timer (destination-default)
	RequiredBy: colord.service (destination-default)
	RequiredBy: debspawn-clear-caches.timer (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: nfs-utils.service (destination-default)
	RequiredBy: virtlogd.socket (destination-default)
	RequiredBy: cups.service (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: rtkit-daemon.service (destination-default)
	RequiredBy: fstrim.timer (destination-default)
	RequiredBy: nvme-smart-log.service (destination-default)
	RequiredBy: smartmontools.service (destination-default)
	RequiredBy: upower.service (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	RequiredBy: lxc-monitord.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: virtlockd.service (destination-default)
	RequiredBy: alsa-state.service (destination-default)
	RequiredBy: libvirtd.socket (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: virtlogd-admin.socket (destination-default)
	RequiredBy: waydroid-container.service (destination-default)
	RequiredBy: libvirtd.service (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: plymouth-quit-wait.service (destination-default)
	RequiredBy: libvirtd-tls.socket (destination-default)
	RequiredBy: nvmf-autoconnect.service (destination-default)
	RequiredBy: fwupd-refresh.service (destination-default)
	RequiredBy: phpsessionclean.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: cups.path (destination-default)
	RequiredBy: systemd-machined.service (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: libvirt-guests.service (destination-default)
	RequiredBy: edac.service (destination-default)
	RequiredBy: polkit.service (destination-default)
	RequiredBy: schroot.service (destination-default)
	RequiredBy: systemd-pcrphase.service (destination-default)
	RequiredBy: uuidd.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: virtlogd.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: libvirtd-admin.socket (destination-default)
	RequiredBy: jool.service (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: dpkg-db-backup.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: plymouth-quit.service (destination-default)
	RequiredBy: caddy.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: apache2.service (destination-default)
	RequiredBy: debspawn-clear-caches.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: virtlockd.socket (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: nvmefc-boot-connections.service (destination-default)
	RequiredBy: lttng-sessiond.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: uuidd.socket (destination-default)
	RequiredBy: user at 119.service (destination-default)
	RequiredBy: user-runtime-dir at 119.service (destination-default)
	RequiredBy: apt-cacher-ng.service (destination-default)
	RequiredBy: cups-browsed.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: jool_siit.service (destination-default)
	RequiredBy: phpsessionclean.timer (destination-default)
	RequiredBy: alsa-restore.service (destination-default)
	RequiredBy: fwupd.service (destination-default)
	RequiredBy: sddm.service (destination-default)
	RequiredBy: ModemManager.service (destination-default)
	RequiredBy: ras-mc-ctl.service (destination-default)
	RequiredBy: udisks2.service (destination-default)
	RequiredBy: atopacct.service (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: cups.socket (destination-default)
	RequiredBy: libvirtd-ro.socket (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: NetworkManager.service (destination-default)
	RequiredBy: virtlockd-admin.socket (destination-default)
	RequiredBy: dpkg-db-backup.timer (destination-default)
	RequiredBy: hddtemp.service (destination-default)
	RequiredBy: atop.service (destination-default)
	RequiredBy: fancontrol.service (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: accounts-daemon.service (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: fwupd-refresh.timer (destination-default)
	RequiredBy: lm-sensors.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: tgt.service (destination-default)
	RequiredBy: fstrim.service (destination-default)
	RequiredBy: atop-rotate.service (destination-default)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.target (origin-file)
	Before: debspawn-clear-caches.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: apache2.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: cron.service (destination-default)
	Before: upower.service (destination-default)
	Before: ssh.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: atop.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: libvirtd.socket (destination-default)
	Before: uuidd.service (destination-default)
	Before: rescue.service (destination-file)
	Before: alsa-restore.service (destination-default)
	Before: cups.socket (destination-default)
	Before: fstrim.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	Before: libvirtd-tls.socket (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: alsa-state.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: tgt.service (destination-default)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: systemd-user-sessions.service (destination-default)
	Before: sddm.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: nvmf-autoconnect.service (destination-default)
	Before: emergency.target (origin-file)
	Before: nfs-utils.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: waydroid-container.service (destination-default)
	Before: schroot.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: ras-mc-ctl.service (destination-default)
	Before: hddtemp.service (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: libvirtd.service (destination-default)
	Before: ModemManager.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: atopacct.service (destination-default)
	Before: caddy.service (destination-default)
	Before: libvirtd-admin.socket (destination-default)
	Before: systemd-machined.service (destination-default)
	Before: man-db.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: fstrim.timer (destination-default)
	Before: phpsessionclean.timer (destination-default)
	Before: virtlogd.socket (destination-default)
	Before: apt-daily.service (destination-default)
	Before: lxc-monitord.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: virtlockd.socket (destination-default)
	Before: nvme-smart-log.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: phpsessionclean.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: cups.service (destination-default)
	Before: lttng-sessiond.service (destination-default)
	Before: fwupd-refresh.service (destination-default)
	Before: virtlogd-admin.socket (destination-default)
	Before: virtlockd-admin.socket (destination-default)
	Before: smartmontools.service (destination-default)
	Before: atop-rotate.service (destination-default)
	Before: jool_siit.service (destination-default)
	Before: libvirtd-ro.socket (destination-default)
	Before: colord.service (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: apt-cacher-ng.service (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: user at 119.service (destination-default)
	Before: user-runtime-dir at 119.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: emergency.service (origin-file)
	Before: virtlockd.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: polkit.service (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: jool.service (destination-default)
	Before: plymouth-quit-wait.service (destination-default)
	Before: systemd-pcrphase.service (destination-default)
	Before: rsync.service (destination-default)
	Before: cups.path (destination-default)
	Before: dpkg-db-backup.service (destination-default)
	Before: virtlogd.service (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: fancontrol.service (destination-default)
	Before: nvmefc-boot-connections.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: fwupd.service (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: uuidd.socket (destination-default)
	Before: fwupd-refresh.timer (destination-default)
	Before: edac.service (destination-default)
	After: systemd-udev-trigger.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: veritysetup.target (origin-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: sys-kernel-tracing.mount (destination-file)
	After: modprobe at efi_pstore.service (destination-file)
	After: integritysetup.target (origin-default)
	After: cryptsetup.target (origin-default)
	After: systemd-update-utmp.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: systemd-pcrphase-initrd.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: dev-mqueue.mount (destination-file)
	After: swap.target (origin-file origin-default)
	After: auditd.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: modprobe at dm_mod.service (destination-file)
	After: apparmor.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-sysext.service (destination-file)
	After: modprobe at loop.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: systemd-udev-settle.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: modprobe at fuse.service (destination-file)
	After: systemd-resolved.service (destination-file)
	After: modprobe at drm.service (destination-file)
	After: modprobe at configfs.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: systemd-pstore.service (destination-file)
	After: plymouth-read-write.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	References: systemd-pcrphase-sysinit.service (origin-file)
	References: systemd-firstboot.service (origin-file)
	References: swap.target (origin-file origin-default)
	References: plymouth-read-write.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: systemd-repart.service (origin-file)
	References: emergency.service (origin-file)
	References: apparmor.service (origin-file)
	References: blk-availability.service (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-journald.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: mdadm-shutdown.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-pcrphase.service (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: systemd-resolved.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: integritysetup.target (origin-file origin-default)
	References: lvm2-lvmpolld.socket (origin-file)
	References: plymouth-start.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: systemd-binfmt.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: sys-kernel-tracing.mount (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: haveged.service (origin-file)
	References: systemd-pstore.service (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-default)
	References: veritysetup.target (origin-file origin-default)
	References: systemd-sysctl.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-udevd.service (origin-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: jool_siit.service (destination-default)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: nvmf-autoconnect.service (destination-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: lxc-monitord.service (destination-default)
	ReferencedBy: atopacct.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: sddm.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: jool.service (destination-default)
	ReferencedBy: apt-cacher-ng.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: caddy.service (destination-default)
	ReferencedBy: lttng-sessiond.service (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: modprobe at loop.service (destination-file)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: systemd-firstboot.service (destination-file)
	ReferencedBy: user at 119.service (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: atop-rotate.service (destination-default)
	ReferencedBy: waydroid-container.service (destination-default)
	ReferencedBy: libvirtd-tls.socket (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: debspawn-clear-caches.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: modprobe at dm_mod.service (destination-file)
	ReferencedBy: atop.service (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: nvmefc-boot-connections.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: edac.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: tgt.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: nvme-smart-log.service (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: ras-mc-ctl.service (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: user-runtime-dir at 119.service (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: modprobe at efi_pstore.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-default)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: fwupd-refresh.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: fancontrol.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: dpkg-db-backup.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit cups.socket:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	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: 5ec2908b496742599e80438e346268e4
	Fragment Path: /lib/systemd/system/cups.socket
	Condition Timestamp: Tue 2024-02-13 04:13:28 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:28 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	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: cups.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: cups.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: cups.service (origin-file origin-implicit)
	References: sockets.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-initctl.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-snd-controlC1.device:
	Description: /dev/snd/controlC1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0ea0c8d47af64b1aa2c5652cf5dd69e7
	Following: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:0c:00.4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/snd/controlC1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/controlC1
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: efd03cb291554f24a57f17a386fe47c9
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root untested
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	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-SUNNY-Schroot.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	OnFailure: emergency.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-fsckd.socket (origin-file)
	References: emergency.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2detc.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-EFI\x2dSP.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDocuments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Builds.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dBackup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dDownloads.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-rootfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 286ef4106b964c30a18ec91f4652434b
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-rootfs
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 89cf4950fb254d8f92000ff5b721de59
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3
	Instance: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: boot.mount (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: boot.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-dm\x2d91.device:
	Description: /dev/dm-91
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d74f45828f8144af9db55511dfd94674
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-91
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit srv-NAS-Sunny-Projects.mount:
	Description: /srv/NAS/Sunny/Projects
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Projects.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 84abe458f29d427f85483bf9e8a7ba04
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Projects.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	Requires: -.mount (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: local-fs-pre.target (origin-mountinfo)
	After: blockdev at dev-mapper-SUNNY\x2dProjects.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: -.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: blockdev at dev-mapper-SUNNY\x2dProjects.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Projects (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Projects
	What: /dev/mapper/SUNNY-Projects
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit virtxend.socket:
	Description: virtxend.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 blockdev at dev-mapper-SUNNY\x2dMachines.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Machines
	Instance: dev-mapper-SUNNY\x2dMachines
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: var-lib-machines.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: var-lib-machines.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit var-lib-l8r.mount:
	Description: /var/lib/l8r
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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/var-lib-l8r.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5e363a55cfa849e8bbe8818b5b1ab8da
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-lib-l8r.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: var.mount (origin-implicit origin-path)
	Requires: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: var.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dl8r.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file origin-implicit)
	References: blockdev at dev-mapper-SUNNY\x2dl8r.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dl8r.service (origin-file)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: var.mount (origin-implicit origin-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-l8r (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/l8r
	What: /dev/mapper/SUNNY-l8r
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit cups.service:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:28 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:28 GMT
	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: 63cd7be0bc6d4d1cb51d6c238b06f0d3
	Documentation: man:cupsd(8)
	Fragment Path: /lib/systemd/system/cups.service
	Condition Timestamp: Tue 2024-02-13 04:13:28 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:28 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: cups.socket (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: cups-browsed.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: cups.path (destination-file)
	ConsistsOf: cups.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: nslcd.service (origin-file)
	After: basic.target (origin-default)
	After: cups.socket (destination-implicit)
	After: cups.path (destination-implicit)
	TriggeredBy: cups.path (destination-implicit)
	TriggeredBy: cups.socket (destination-implicit)
	References: network.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	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: nslcd.service (origin-file)
	References: cups.socket (origin-file)
	ReferencedBy: cups.socket (destination-file destination-implicit)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: cups.path (destination-file destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 364570
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: 364570
			Start Timestamp: Tue 2024-02-13 04:13:28 GMT
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device:
	Description: /dev/disk/by-uuid/3d79ec64-cd69-4587-b01e-5013ecbbacc5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 763532c7c9054522a2a15e1c6ecab20b
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/3d79ec64-cd69-4587-b01e-5013ecbbacc5
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit dev-dm\x2d30.device:
	Description: /dev/dm-30
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 4f7c107f71bc4ee88e84572741ad7bd1
	Following: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: sys-devices-virtual-block-dm\x2d30.device
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-30
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit initrd-fs.target:
	Description: Initrd File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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-switch-root.target (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device:
	Description: /dev/disk/by-uuid/ca58865b-e387-4714-a996-1bfcfe1a41db
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3e3114fa0d0d428486303c0a02ed8c2d
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/ca58865b-e387-4714-a996-1bfcfe1a41db
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit sys-subsystem-net-devices-PUB.device:
	Description: I211 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c9bcf031311840059e41d9eaba803365
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.2-0000:03:06.0-0000:08:00.0-net-PUB.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/PUB
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/net/PUB
	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: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 92204639c97a4e8899e0f89ba62bfd4c
	Fragment Path: /lib/systemd/system/uuidd.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: uuidd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: uuidd.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	Triggers: uuidd.service (origin-implicit)
	References: uuidd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: uuidd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/uuidd/request (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rpc-statd.service:
	Description: NFS status monitor for NFSv2/3 locking.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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/rpc-statd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0d763fc213994908b79520683b9b05ca
	Fragment Path: /lib/systemd/system/rpc-statd.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: nss-lookup.target (origin-file)
	Requires: system.slice (origin-file)
	Requires: rpcbind.socket (origin-file)
	Wants: network-online.target (origin-file)
	Wants: rpc-statd-notify.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: nss-lookup.target (origin-file)
	After: rpcbind.service (origin-file)
	References: umount.target (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: network-online.target (origin-file)
	References: rpcbind.service (origin-file)
	References: rpcbind.socket (origin-file)
	References: nfs-utils.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: nss-lookup.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 3294
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/rpc.statd.pid
	RestartSec: 100ms
	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: /
	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: RPC_STATD_NO_NOTIFY=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/rpc.statd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata2-host1-target1:0:0-1:0:0:0-block-sda.device:
	Description: WDC_WD30EZRZ-00Z5HB0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 105bac2f55294c7c9b29875c37f59bad
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b9272760.device
	Following Set Member: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD30EZRZ\x2d00Z5HB0_WD\x2dWCC4N3PE0PDR.device
	Following Set Member: dev-disk-by\x2ddiskseq-2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata2/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-home.device:
	Description: /dev/disk/by-label/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: a0f8f3272bca4c91ab50cba5f0104def
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/home
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit dev-dm\x2d98.device:
	Description: /dev/dm-98
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: bffee48d6fb54d17bfb43d550897a972
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-98
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit remote-cryptsetup.target:
	Description: Remote Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: remote-fs-pre.target (origin-file)
	After: cryptsetup-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-SUNNY-Schroot.device:
	Description: /dev/SUNNY/Schroot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9745438b96464ceba678878e1f07b5c5
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	BoundBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	Before: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	ReferencedBy: systemd-fsck at dev-SUNNY-Schroot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Schroot
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 582fe932c2cc40c998f1de17a1b94816
	Wants: sys-kernel-config.mount (origin-udev)
	References: sys-kernel-config.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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\x2dlabel-containers.device:
	Description: /dev/disk/by-label/containers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 6b23b617e532407ca6068565285d86ac
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/containers
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2drootfs.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-rootfs
	Instance: dev-mapper-SUNNY\x2drootfs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: -.mount (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: -.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 270361f298c14b1b9f22a545be37ce9c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-set.target
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	WantedBy: systemd-timesyncd.service (destination-file)
	WantedBy: time-sync.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fstrim.timer (destination-default)
	Before: phpsessionclean.timer (destination-default)
	Before: debspawn-clear-caches.timer (destination-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: man-db.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: dpkg-db-backup.timer (destination-default)
	Before: atop-rotate.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: fwupd-refresh.timer (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: time-sync.target (destination-file destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: atop-rotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: time-sync.target (destination-file destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: fwupd-refresh.timer (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: debspawn-clear-caches.timer (destination-default)
	ReferencedBy: dpkg-db-backup.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 57baeff566764f48998c718634e0270c
	Documentation: man:mq_overview(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /proc/sys/fs/mqueue untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: -.slice (origin-file origin-slice-property)
	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
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 01146e270c59448299656f58b9f6b9fa
	Following Set Member: dev-tpm0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 ras-mc-ctl.service:
	Description: Initialize EDAC v3.0.0 Drivers For Machine Hardware
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: 1b58cbe2a9f0459f9694a9875a9e6772
	Fragment Path: /lib/systemd/system/ras-mc-ctl.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/ras-mc-ctl --register-labels
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 0032e02b8b974e859a579bc511b78f4f
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: https://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	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 at tty1.service (destination-file)
	After: getty-static.service (origin-default)
	References: getty-static.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-virtual-block-dm\x2d78.device:
	Description: /sys/devices/virtual/block/dm-78
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 698bd57dd827458fb04f61b82fbba3a9
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-78
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device:
	Description: /dev/disk/by-uuid/796d915c-998e-4ba3-aa03-37a684dcb9e4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 92a847bfaf654ace9256024af12b6c53
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/796d915c-998e-4ba3-aa03-37a684dcb9e4
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit jool.service:
	Description: Stateful NAT64
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: https://jool.mx/en/documentation.html
	Fragment Path: /lib/systemd/system/jool.service
	ConditionPathExists: /etc/jool/jool.conf untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: no
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: no
	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: 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_admin cap_sys_module
	DynamicUser: no
	InaccessiblePaths: /tmp /dev
	LockPersonality: yes
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: kill
	-> ExecStartPre:
		Command Line: /sbin/modprobe jool
	-> ExecStart:
		Command Line: /usr/bin/jool file handle /etc/jool/jool.conf
	-> ExecStop:
		Command Line: /usr/bin/jool -f /etc/jool/jool.conf instance remove
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit slices.target:
	Description: Slice Units
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 11af6805a36c433592288105f3d68493
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Wants: -.slice (origin-file)
	Wants: system.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: machine.slice (destination-file)
	After: -.slice (origin-file)
	After: user.slice (destination-file)
	References: system.slice (origin-file)
	References: -.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: user.slice (destination-file)
	ReferencedBy: machine.slice (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-dm\x2d83.device:
	Description: /dev/dm-83
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 099155e3ff7246e096f11ec6799b896a
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-SUNNY-WINE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-83
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d6.device:
	Description: /sys/devices/virtual/block/dm-6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e2ac2a38c5cc4c209e2ac5df814ca167
	Following Set Member: dev-mapper-SUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-6
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev
-> Unit rpc-svcgssd.service:
	Description: RPC security service for NFS server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/rpc-svcgssd.service
	ConditionPathExists: /etc/krb5.keytab untested
	ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested
	ConditionPathExists: |!/run/gssproxy.pid untested
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	PartOf: nfs-server.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-client.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: gssproxy.service (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: auth-rpcgss-module.service (destination-file)
	References: nfs-utils.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: gssproxy.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	References: nfs-server.service (origin-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	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: /
	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/rpc.svcgssd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-apu2--machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 69f6eca080f64a33aae200c58b49b79e
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-apu2--machines
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit machines.target:
	Description: Containers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: b2c0515349464dccb9ef07f135ec39e3
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/machines.target
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	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: multi-user.target (origin-file)
	References: var-lib-machines.mount (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dlibvirt.service:
	Description: File System Check on /dev/mapper/SUNNY-libvirt
	Instance: dev-mapper-SUNNY\x2dlibvirt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: c2af3b4f65244e73bb0e7abc8a26495c
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dlibvirt.device (origin-file)
	RequiredBy: var-lib-libvirt.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: var-lib-libvirt.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-mapper-SUNNY\x2dlibvirt.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dlibvirt.device (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	ReferencedBy: var-lib-libvirt.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-libvirt
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 79c04ae8524e490fb2ba62133221c565
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	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: plymouth-quit-wait.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: sddm.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: session-467.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: user at 119.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: session-3.scope (destination-file)
	After: nss-user-lookup.target (origin-file)
	After: remote-fs.target (origin-file)
	After: network.target (origin-file)
	After: systemd-pcrphase.service (destination-file)
	After: home.mount (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: home.mount (origin-file)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: sddm.service (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: session-467.scope (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: user at 119.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-user-sessions start
	-> ExecStop:
		Command Line: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: c567f0971da845209fa91757aaa95580
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	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-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: ab02abfd5c7e4785a59b26d36f23bb55
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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-virtual-block-dm\x2d67.device:
	Description: /sys/devices/virtual/block/dm-67
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: a43aeb8996cc4eb0871e611f6885511c
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: dev-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-67
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit tgt.service:
	Description: (i)SCSI target daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:38 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:38 GMT
	Active 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/tgt.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bdfd133c9a71499e89049d95b3d0d42f
	Documentation: man:tgtd(8)
	Fragment Path: /lib/systemd/system/tgt.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: network.target (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)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: unknown
	OOMPolicy: stop
	Main PID: 2934
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/tgtd -f
	-> ExecStartPost:
		Command Line: /usr/sbin/tgtadm --op update --mode sys --name State -v offline
		Command Line: /usr/sbin/tgt-admin -e -c /etc/tgt/targets.conf
		Command Line: /usr/sbin/tgtadm --op update --mode sys --name State -v ready
	-> ExecReload:
		Command Line: /usr/sbin/tgt-admin --update ALL -c /etc/tgt/targets.conf
	-> ExecStop:
		Command Line: /usr/sbin/tgtadm --op update --mode sys --name State -v offline
		Command Line: /usr/sbin/tgt-admin --offline ALL
		Command Line: /usr/sbin/tgt-admin --update ALL -c /dev/null -f
		Command Line: /usr/sbin/tgtadm --op delete --mode system
	Status Text: Starting event loop...
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-artslover2u_f.device:
	Description: /dev/SUNNY/artslover2u_f
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: 3f184ee7f1df4fb8ac9d8255c8ce9c48
	Following: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: sys-devices-virtual-block-dm\x2d105.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-dm\x2d105.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_f
	Sysfs Path: /sys/devices/virtual/block/dm-105
	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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-pstore.service
	ConditionVirtualization: !container untested
	ConditionDirectoryNotEmpty: /sys/fs/pstore untested
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: no
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: var.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: system.slice (origin-file)
	After: -.mount (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: modprobe at efi_pstore.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: var.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: sysinit.target (origin-file)
	References: modprobe at efi_pstore.service (origin-file)
	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
	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
	RestartSec: 100ms
	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: /
	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: /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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 79d3bc79f4a1406abd016580c21652f6
	Following: sys-devices-platform-serial8250-tty-ttyS1.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS1
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: d2412eced5a54e1faed0e9214d711da4
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-mapper-SUNNY\x2dopt.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: dev-dm\x2d67.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-opt
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev
-> Unit apt-cacher-ng.service:
	Description: Apt-Cacher NG software download proxy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2024-02-11 14:55:49 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 14:55:49 GMT
	Active Enter Timestamp: Sun 2024-02-11 14:55:49 GMT
	Active Exit Timestamp: Sun 2024-02-11 14:55:49 GMT
	Inactive Enter Timestamp: Sun 2024-02-11 14:55:49 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/apt-cacher-ng.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d8f4c0a4fcb54a3b8a86f0f2bb45770e
	Fragment Path: /lib/systemd/system/apt-cacher-ng.service
	Condition Timestamp: Sun 2024-02-11 14:55:49 GMT
	Condition Result: yes
	Assert Timestamp: Sun 2024-02-11 14:55:49 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var-cache.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: var.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: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: var-cache.mount (origin-path)
	After: basic.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: var-cache.mount (origin-path)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/cache/apt-cacher-ng (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: unknown
	OOMPolicy: stop
	Main PID: 3860678
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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: apt-cacher-ng
	Group: apt-cacher-ng
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng ForeGround=1
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-AHAhQG-NB9a-C9VA-0NLv-Uiws-fWGo-O3v1GN
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 86933b497e224265a65a8d06899f3a75
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: dev-mapper-SUNNY\x2dT300CHI.bak.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	Following Set Member: dev-dm\x2d61.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-AHAhQG-NB9a-C9VA-0NLv-Uiws-fWGo-O3v1GN
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit session-3.scope:
	Description: Session 3 of User tj
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2024-02-01 06:14:15 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:37:55 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:37:55 GMT
	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-3.scope
	CGroup realized: yes
	CGroup realized mask: cpu memory pids
	CGroup own mask: memory pids
	Invocation ID: ab7d1ed0122a47068fedf338c17aedae
	Fragment Path: /run/systemd/transient/session-3.scope
	Condition Timestamp: Wed 2024-01-31 23:37:55 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:37:55 GMT
	Assert Result: yes
	Requires: home.mount (origin-file)
	Requires: user-1000.slice (origin-file)
	Requires: -.mount (origin-file)
	Wants: user-runtime-dir at 1000.service (origin-file)
	Wants: user at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: user-1000.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: home.mount (origin-file)
	After: user at 1000.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-logind.service (origin-file)
	References: home.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-logind.service (origin-file)
	References: user at 1000.service (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: -.mount (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: user-1000.slice (origin-file origin-slice-property)
	InSlice: user-1000.slice (origin-slice-property)
	RequiresMountsFor: /home/tj (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	OOMPolicy: continue
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit dev-SUNNY-artslover2u_e.device:
	Description: /dev/SUNNY/artslover2u_e
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:07 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:07 GMT
	Active 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: 4f2e7f9ed9114b289470e3954d588e57
	Following: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxbpS9Yug7pNBJgGKQj6vxInp0tiZdvj09.device
	Following Set Member: sys-devices-virtual-block-dm\x2d104.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_e.device
	Following Set Member: dev-dm\x2d104.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_e.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2ddxM45o\x2dsfwo\x2dbtMi\x2djScw\x2dTfN3\x2dOPkh\x2dTMYcwh.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_e
	Sysfs Path: /sys/devices/virtual/block/dm-104
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d43.device:
	Description: /sys/devices/virtual/block/dm-43
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 3dbb51243de14baca0d0a5f22ee4f3ed
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	Following Set Member: dev-disk-by\x2dlabel-Downloads.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-43
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-Builds.device:
	Description: /dev/disk/by-label/Builds
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: e5307b8ceb9048c58ab8f4adaddc8022
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-mapper-SUNNY\x2dBuilds.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Builds
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev
-> Unit systemd-cryptsetup at LUKS_WD30EZRZ.service:
	Description: Cryptography Setup for LUKS_WD30EZRZ
	Instance: LUKS_WD30EZRZ
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: e88cee88832e49b09efe59b3392e48b2
	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 LUKS_WD30EZRZ.service
	Source Path: /etc/crypttab
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: etc.mount (origin-path)
	Requires: -.mount (origin-file)
	Requires: system-systemd\x2dcryptsetup.slice (origin-file)
	Wants: blockdev at dev-mapper-LUKS_WD30EZRZ.target (origin-file)
	BindsTo: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device (origin-file)
	RequiredBy: cryptsetup.target (destination-file)
	RequiredBy: dev-mapper-LUKS_WD30EZRZ.device (destination-file)
	Conflicts: umount.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: blockdev at dev-mapper-LUKS_WD30EZRZ.target (origin-file)
	Before: umount.target (origin-file)
	After: cryptsetup-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: system-systemd\x2dcryptsetup.slice (origin-file)
	After: -.mount (origin-file)
	After: etc.mount (origin-path)
	After: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device (origin-file)
	References: umount.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: dev-disk-by\x2duuid-3b9caa50\x2dbff7\x2d4511\x2d8b38\x2d6a43192141da.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: blockdev at dev-mapper-LUKS_WD30EZRZ.target (origin-file)
	References: system-systemd\x2dcryptsetup.slice (origin-file origin-slice-property)
	References: cryptsetup-pre.target (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: etc.mount (origin-path)
	ReferencedBy: cryptsetup.target (destination-file)
	ReferencedBy: dev-mapper-LUKS_WD30EZRZ.device (destination-file)
	InSlice: system-systemd\x2dcryptsetup.slice (origin-slice-property)
	RequiresMountsFor: /etc/luks/LUKS_OS.keyfile (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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: /lib/systemd/systemd-cryptsetup attach LUKS_WD30EZRZ /dev/disk/by-uuid/3b9caa50-bff7-4511-8b38-6a43192141da /etc/luks/LUKS_OS.keyfile luks
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach LUKS_WD30EZRZ
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dhome.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-home
	Instance: dev-mapper-SUNNY\x2dhome
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-home.mount (destination-file destination-mountinfo)
	Before: home.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file destination-mountinfo)
	ReferencedBy: home.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit unattended-upgrades.service:
	Description: unattended-upgrades.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 var-lib-machines.mount:
	Description: /var/lib/machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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/var-lib-machines.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 54eeddb54d3b44e58d26e02afdf95711
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-lib-machines.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:30 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:30 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-implicit origin-path)
	Requires: dev-mapper-SUNNY\x2dMachines.device (origin-mountinfo)
	Requires: -.mount (origin-file origin-implicit)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (origin-file)
	RequiredBy: systemd-machined.service (destination-path)
	RequiredBy: local-fs.target (destination-file)
	WantedBy: remote-fs.target (destination-file)
	WantedBy: machines.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: systemd-machined.service (destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: machines.target (destination-default)
	Before: umount.target (origin-mountinfo)
	After: dev-mapper-SUNNY\x2dMachines.device (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	After: blockdev at dev-mapper-SUNNY\x2dMachines.target (origin-file origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (origin-file)
	After: var.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dMachines.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dMachines.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dMachines.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dMachines.service (origin-file)
	References: var.mount (origin-implicit origin-path)
	References: local-fs.target (origin-file origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	ReferencedBy: machines.target (destination-file destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: systemd-machined.service (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /var/lib (origin-implicit)
	RequiresMountsFor: /dev/mapper/SUNNY-Machines (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/machines
	What: /dev/mapper/SUNNY-Machines
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit virtlogd.socket:
	Description: Virtual machine log manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 72a42c9a99fe4d0389f4248cfd8c954e
	Fragment Path: /lib/systemd/system/virtlogd.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: virtlogd.service (destination-file)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: virtlogd-admin.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	Before: virtlogd.service (origin-implicit)
	Before: virtlogd-admin.socket (destination-file)
	Before: libvirtd.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: virtlogd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: virtlogd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file)
	References: libvirtd.service (origin-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/libvirt/virtlogd-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: virtlogd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/virtlogd-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: c71e96ced0a54a8fb6202df92fcf2e56
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371_1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit virtlxcd.socket:
	Description: virtlxcd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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\x2dlabel-Media.device:
	Description: /dev/disk/by-label/Media
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8a1cd6862e74417c93ea6796e07cfbf5
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Media
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service:
	Description: File System Check on /dev/mapper/SUNNY-SourceCode
	Instance: dev-mapper-SUNNY\x2dSourceCode
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: fb717137965b4124bd0ff651e0e875d1
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dSourceCode.device (origin-file)
	RequiredBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file)
	After: systemd-fsck-root.service (origin-file)
	After: dev-mapper-SUNNY\x2dSourceCode.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: dev-mapper-SUNNY\x2dSourceCode.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-SourceCode
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-LUKS2_OS.target:
	Description: Block Device Preparation for /dev/mapper/LUKS2_OS
	Instance: dev-mapper-LUKS2_OS
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2d5adeac0d5645b9ab358ce5420dcf2d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	WantedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: 82aee1fdd6d74eeaa07e8e913c42ca70
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d91.device:
	Description: /sys/devices/virtual/block/dm-91
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 23a78e8442574693b4366f8b3323748f
	Following Set Member: dev-dm\x2d91.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-91
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit dev-nvme0n1p3.device:
	Description: WDC WDS512G1X0C-00ENX0 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 25e94e4e7841437a85e89e2f06c0ecf9
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-883ea86c\x2d9f54\x2d4bbb\x2da3b6\x2dafeb087bb6f5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-f841d7e6\x2d751f\x2d4c59\x2da9ec\x2d36df7656d41c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1p3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dopt.device:
	Description: /dev/mapper/SUNNY-opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: e09f9fb929a346cc9178392cdb997f62
	Following: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxV6Mmk8F98Hlbvm08wns2VT1D3VTEd2Lx.device
	Following Set Member: dev-SUNNY-opt.device
	Following Set Member: dev-disk-by\x2duuid-437f4a84\x2db459\x2d4858\x2d800b\x2d35e15220450e.device
	Following Set Member: dev-disk-by\x2dlabel-opt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d67.device
	Following Set Member: dev-dm\x2d67.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: opt.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	Before: opt.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	PropagatesStopTo: opt.mount (destination-mountinfo)
	ReferencedBy: opt.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dopt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-opt
	Sysfs Path: /sys/devices/virtual/block/dm-67
	Found: found-udev,found-mount
-> Unit dev-mapper-LUKS_WD30EZRZ.device:
	Description: /dev/mapper/LUKS_WD30EZRZ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: fff09ebcef874ac481006e7d1e17a01f
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	DropIn Path: /run/systemd/generator/dev-mapper-LUKS_WD30EZRZ.device.d/40-device-timeout.conf
	Requires: systemd-cryptsetup at LUKS_WD30EZRZ.service (origin-file)
	References: systemd-cryptsetup at LUKS_WD30EZRZ.service (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/LUKS_WD30EZRZ
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: 3e1c323a2e974e9aae5097caaedbb399
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: var-lib-l8r.mount (origin-file)
	Requires: usr-my.mount (origin-file)
	Requires: var-cache.mount (origin-file)
	Requires: srv-NAS-Sunny-Backup.mount (origin-file)
	Requires: home.mount (origin-file)
	Requires: srv-NAS-Sunny-SourceCode-builds.mount (origin-file)
	Requires: srv-NAS-Sunny-SourceCode-Android.mount (origin-file)
	Requires: srv-NAS-Sunny-Media-Videos.mount (origin-file)
	Requires: srv-NAS-Sunny-SourceCode.mount (origin-file)
	Requires: srv-NAS-Sunny-Projects.mount (origin-file)
	Requires: srv-NAS-Sunny-Schroot.mount (origin-file)
	Requires: boot-efi.mount (origin-file)
	Requires: srv-NAS-Sunny-Downloads.mount (origin-file)
	Requires: srv-NAS-Sunny-Media.mount (origin-file)
	Requires: srv-NAS-Sunny-Machines.mount (origin-file)
	Requires: boot.mount (origin-file)
	Requires: srv-NAS-Sunny-Experiments.mount (origin-file)
	Requires: var-log.mount (origin-file)
	Requires: var-lib-libvirt.mount (origin-file)
	Requires: srv-NAS-Sunny-Documents.mount (origin-file)
	Requires: var-lib-machines.mount (origin-file)
	Requires: opt.mount (origin-file)
	Requires: -.mount (origin-file)
	Requires: tmp.mount (origin-file)
	Requires: usr-local.mount (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file)
	Requires: var.mount (origin-file)
	Wants: home-tj-Pictures.mount (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	Wants: srv-NAS-Sunny-home.mount (origin-file)
	Wants: home-tj-Music.mount (origin-file)
	Wants: home-tj-Audio.mount (origin-file)
	Wants: home-tj-Downloads.mount (origin-file)
	Wants: home-tj-Videos.mount (origin-file)
	WantedBy: shutdown-initrd.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: nvme-smart-log.service (destination-file)
	WantedBy: netfilter-persistent.service (destination-file)
	WantedBy: mdadm-shutdown.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: netfilter-persistent.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: shutdown-initrd.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: auditd.service (destination-file)
	Before: mdadm-shutdown.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: nvme-smart-log.service (destination-file)
	Before: systemd-sysext.service (destination-file)
	After: run-user-119.mount (destination-mountinfo)
	After: home.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Machines.mount (destination-file destination-mountinfo)
	After: var-lib-l8r.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Experiments.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode.mount (destination-file destination-mountinfo)
	After: usr-my.mount (destination-file destination-mountinfo)
	After: systemd-remount-fs.service (destination-file)
	After: etc.mount (destination-file)
	After: run-user-1000.mount (destination-mountinfo)
	After: systemd-fsck-root.service (destination-file)
	After: var-lib-libvirt.mount (destination-file destination-mountinfo)
	After: local-fs-pre.target (origin-file)
	After: var-log.mount (destination-file destination-mountinfo)
	After: var-lib-machines.mount (destination-file destination-mountinfo)
	After: var-cache.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Schroot.mount (destination-file destination-mountinfo)
	After: var.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Projects.mount (destination-file destination-mountinfo)
	After: mnt-machines_old.mount (destination-file destination-mountinfo)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	After: opt.mount (destination-file destination-mountinfo)
	After: -.mount (destination-file)
	After: srv-NAS-Sunny-Media.mount (destination-file destination-mountinfo)
	After: usr-local.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Downloads.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Backup.mount (destination-file destination-mountinfo)
	After: tmp.mount (destination-file destination-mountinfo)
	After: boot-efi.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-Documents.mount (destination-file destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-mountinfo)
	After: boot.mount (destination-file destination-mountinfo)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	OnFailure: emergency.target (origin-file)
	References: srv-NAS-Sunny-Media-Videos.mount (origin-file)
	References: var-cache.mount (origin-file)
	References: var-lib-l8r.mount (origin-file)
	References: var-lib-libvirt.mount (origin-file)
	References: srv-NAS-Sunny-Projects.mount (origin-file)
	References: srv-NAS-Sunny.mount (origin-file)
	References: var-lib-machines.mount (origin-file)
	References: boot.mount (origin-file)
	References: srv-NAS-Sunny-Machines.mount (origin-file)
	References: home-tj-Downloads.mount (origin-file)
	References: home-tj-Pictures.mount (origin-file)
	References: srv-NAS-Sunny-SourceCode-builds.mount (origin-file)
	References: srv-NAS-Sunny-Downloads.mount (origin-file)
	References: boot-efi.mount (origin-file)
	References: home-tj-Audio.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: srv-NAS-Sunny-SourceCode-Android.mount (origin-file)
	References: home-tj-Music.mount (origin-file)
	References: usr-my.mount (origin-file)
	References: var.mount (origin-file)
	References: srv-NAS-Sunny-Documents.mount (origin-file)
	References: local-fs-pre.target (origin-file)
	References: srv-NAS-Sunny-Schroot.mount (origin-file)
	References: srv-NAS-Sunny-Experiments.mount (origin-file)
	References: home-tj-Videos.mount (origin-file)
	References: srv-NAS-Sunny-Backup.mount (origin-file)
	References: var-log.mount (origin-file)
	References: shutdown.target (origin-file)
	References: emergency.target (origin-file)
	References: -.mount (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: usr-local.mount (origin-file)
	References: srv-NAS-Sunny-home.mount (origin-file)
	References: srv-NAS-Sunny-SourceCode.mount (origin-file)
	References: tmp.mount (origin-file)
	References: home.mount (origin-file)
	References: srv-NAS-Sunny-Media.mount (origin-file)
	References: opt.mount (origin-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file destination-mountinfo)
	ReferencedBy: usr-local.mount (destination-file destination-mountinfo)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: var.mount (destination-file destination-mountinfo)
	ReferencedBy: boot-efi.mount (destination-file destination-mountinfo)
	ReferencedBy: var-log.mount (destination-file destination-mountinfo)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file destination-mountinfo)
	ReferencedBy: shutdown-initrd.service (destination-file)
	ReferencedBy: var-cache.mount (destination-file destination-mountinfo)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: boot.mount (destination-file destination-mountinfo)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: tmp.mount (destination-file destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file destination-mountinfo)
	ReferencedBy: var-lib-l8r.mount (destination-file destination-mountinfo)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	ReferencedBy: var-lib-libvirt.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file destination-mountinfo)
	ReferencedBy: run-user-119.mount (destination-mountinfo)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: nvme-smart-log.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-mountinfo)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: mnt-machines_old.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file destination-mountinfo)
	ReferencedBy: usr-my.mount (destination-file destination-mountinfo)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file destination-mountinfo)
	ReferencedBy: etc.mount (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file destination-mountinfo)
	ReferencedBy: mdadm-shutdown.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file destination-mountinfo)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: home.mount (destination-file destination-mountinfo)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: opt.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit srv-NAS-Sunny-Schroot.mount:
	Description: /srv/NAS/Sunny/Schroot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Schroot.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: db58139e013e4ecbb51b11ffba596fc2
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Schroot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: dev-mapper-SUNNY\x2dSchroot.device (origin-mountinfo)
	Requires: systemd-fsck at dev-SUNNY-Schroot.service (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: systemd-fsck at dev-SUNNY-Schroot.service (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	After: dev-mapper-SUNNY\x2dSchroot.device (origin-mountinfo)
	After: blockdev at dev-SUNNY-Schroot.target (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dSchroot.target (origin-mountinfo)
	After: -.mount (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dSchroot.device (origin-mountinfo)
	References: blockdev at dev-SUNNY-Schroot.target (origin-file)
	References: dev-mapper-SUNNY\x2dSchroot.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-SUNNY-Schroot.service (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dSchroot.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/SUNNY/Schroot (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Schroot
	What: /dev/mapper/SUNNY-Schroot
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 679e43232dbd408cb8b5f804d6d5564a
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0-part4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dAndroid.service:
	Description: File System Check on /dev/mapper/SUNNY-Android
	Instance: dev-mapper-SUNNY\x2dAndroid
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active 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: fbfff881301e43b6b1d1d61bfd7a6191
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:27 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:27 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dAndroid.device (origin-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	After: dev-mapper-SUNNY\x2dAndroid.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: dev-mapper-SUNNY\x2dAndroid.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Android
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit alsa-restore.service:
	Description: Save/Restore Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 652c8151b27340ea958d175bbffcecae
	Documentation: man:alsactl(1)
	Fragment Path: /lib/systemd/system/alsa-restore.service
	ConditionPathExistsGlob: /dev/snd/control* untested
	ConditionPathExists: !/etc/alsa/state-daemon.conf untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: system.slice (origin-file)
	After: alsa-state.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: alsa-state.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sound.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: d758dc1d15004e73b6d293688c33d7c3
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 11743cb4e6d84b98afe81d67013b7684
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219-part5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-SUNNY-Videos.device:
	Description: /dev/SUNNY/Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 18bd1bd0978d4df08b6cc7b85058584e
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-mapper-SUNNY\x2dVideos.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Videos
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: afbadf7d30924c408881fdc5ff7f0ebd
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: dev-nvme0n1p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-partlabel/EFI\x20System\x20Partition
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-f841d7e6751f4c59a9ec36df7656d41c-LUKS2_OS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: db11d2911402438e906e0cc8f20560eb
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-LUKS2_OS.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device
	Following Set Member: dev-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-f841d7e6751f4c59a9ec36df7656d41c-LUKS2_OS
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit sys-subsystem-net-devices-ifb0.device:
	Description: /sys/subsystem/net/devices/ifb0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2024-02-11 21:09:15 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active Enter Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active 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: 0e9223fcf9e14b61aa6b2834e40d4943
	Following Set Member: sys-devices-virtual-net-ifb0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/ifb0
	Sysfs Path: /sys/devices/virtual/net/ifb0
	Found: found-udev
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	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
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
-> Unit nfs-idmapd.service:
	Description: NFSv4 ID-name mapping service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:35 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:35 GMT
	Active 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/nfs-idmapd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e9a47888a70c4115be29add835dcdbee
	Fragment Path: /lib/systemd/system/nfs-idmapd.service
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: rpc_pipefs.target (origin-file)
	BindsTo: nfs-server.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: rpc_pipefs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	References: rpc_pipefs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: nfs-server.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2843
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/rpc.idmapd
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit rasdaemon.service:
	Description: rasdaemon.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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/rasdaemon.service
	WantedBy: multi-user.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
-> Unit systemd-networkd-wait-online.service:
	Description: Wait for Network to be Configured
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 600bc92e7ae946778315806178f3fb8b
	Documentation: man:systemd-networkd-wait-online.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd-wait-online.service
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	BindsTo: systemd-networkd.service (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-networkd.service (origin-file)
	References: network-online.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-file)
	ReferencedBy: network-online.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-networkd-wait-online
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: dea115e32aac4254ad1a0e9a858521e6
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0-part1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.2-0000:03:06.0-0000:08:00.0-ptp-ptp0.device:
	Description: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/ptp/ptp0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: af5612070d5841988b30690b00c60944
	Following Set Member: dev-ptp0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/ptp/ptp0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:06.0/0000:08:00.0/ptp/ptp0
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-containers.E0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: bfdf584f8ef4433dbb1636f4e26641d2
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-containers.E0
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-dm\x2d35.device:
	Description: /dev/dm-35
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 2e56f77db20c4f9ab1882fbaba69bc1f
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-35
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2detc.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-etc
	Instance: dev-mapper-SUNNY\x2detc
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: etc.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: etc.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sdb2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ea91b334158f4a8d9b0fea20533b160a
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 082d52469e24414e8846ee162fc827a6
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Wants: alsa-state.service (origin-file)
	Wants: alsa-restore.service (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device (destination-udev)
	WantedBy: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-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-state.service (origin-file origin-default)
	References: alsa-restore.service (origin-file origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:08.1-0000:0c:00.4-sound-card1-controlC1.device (destination-udev)
	ReferencedBy: sys-devices-pci0000:00-0000:00:03.1-0000:0a:00.1-sound-card0-controlC0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Mon 2024-02-12 10:38:57 GMT
	Inactive Exit Timestamp: Mon 2024-02-12 10:38:57 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2024-02-12 10:38:57 GMT
	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: a2a049f64c684c50af2d36b693f589cd
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true untested
	Condition Timestamp: Mon 2024-02-12 10:38:57 GMT
	Condition Result: yes
	Assert Timestamp: Mon 2024-02-12 10:38:57 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: connman.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: apt-daily.service (origin-file)
	After: network-online.target (origin-file)
	After: systemd-networkd.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: NetworkManager.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: connman.service (origin-file)
	References: network-online.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: apt-daily.service (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-var_log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 01a52177b6584478a706a51bf54f0de8
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-var_log
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 57af8ec5ebb748a181b9e6da24fe2505
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 49ba9523557f45bc8f61060afd9ab15d
	Following: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-dm\x2d86.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dapu2\x2d\x2dmachines.device
	Following Set Member: dev-SUNNY-apu2\x2dmachines.device
	Following Set Member: dev-disk-by\x2duuid-4752bd9f\x2de605\x2d454f\x2dac53\x2d54ee1769acce.device
	Following Set Member: sys-devices-virtual-block-dm\x2d86.device
	Following Set Member: dev-mapper-SUNNY\x2dapu2\x2d\x2dmachines.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxwKjGuUj9nnlfjz2buc0W5d0EHDlovA0M
	Sysfs Path: /sys/devices/virtual/block/dm-86
	Found: found-udev
-> Unit nfsdcld.service:
	Description: NFSv4 Client Tracking Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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/nfsdcld.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6111b80b3d5b4f72a2d476f4bcd4ebd2
	Fragment Path: /lib/systemd/system/nfsdcld.service
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: rpc_pipefs.target (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: system.slice (origin-file)
	After: rpc_pipefs.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: rpc_pipefs.target (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: umount.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 2825
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/nfsdcld
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dT300CHI.bak.device:
	Description: /dev/mapper/SUNNY-T300CHI.bak
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 1eb434745bf14515b2e56daf592bd8b2
	Following: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDafqBIZejl7yT2pfy8LNSF54Z2H4wpuU.device
	Following Set Member: sys-devices-virtual-block-dm\x2d61.device
	Following Set Member: dev-SUNNY-T300CHI.bak.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAHAhQG\x2dNB9a\x2dC9VA\x2d0NLv\x2dUiws\x2dfWGo\x2dO3v1GN.device
	Following Set Member: dev-dm\x2d61.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dT300CHI.bak.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-T300CHI.bak
	Sysfs Path: /sys/devices/virtual/block/dm-61
	Found: found-udev
-> Unit dev-SUNNY-Documents.device:
	Description: /dev/SUNNY/Documents
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 9beda8c6c69d474286bfef314b1f7bf4
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Documents
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dvar_log.service:
	Description: File System Check on /dev/mapper/SUNNY-var_log
	Instance: dev-mapper-SUNNY\x2dvar_log
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 264d816d01d849e28174e3ab993608ae
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dvar_log.device (origin-file)
	RequiredBy: var-log.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: var-log.mount (destination-file)
	After: dev-mapper-SUNNY\x2dvar_log.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dvar_log.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: var-log.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-var_log
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-sdb.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: f03001605c474539b7e75a58a6aa5bc1
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/sdb
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d101.device:
	Description: /sys/devices/virtual/block/dm-101
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: ff6f57a03fd84bd59d8ca03184663253
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-101
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit haveged.service:
	Description: haveged.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: sysinit.target (destination-file)
	Before: sddm.service (destination-file)
	ReferencedBy: sddm.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
-> Unit srv-NAS-Sunny-SourceCode.mount:
	Description: /srv/NAS/Sunny/SourceCode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-SourceCode.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f15a06f618b740faa4d56330744b39c7
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-SourceCode.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:28 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:28 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	Requires: dev-mapper-SUNNY\x2dSourceCode.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	Before: umount.target (origin-mountinfo)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (origin-file)
	After: -.mount (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: blockdev at dev-mapper-SUNNY\x2dSourceCode.target (origin-file origin-mountinfo)
	After: dev-mapper-SUNNY\x2dSourceCode.device (origin-mountinfo)
	After: system.slice (origin-file)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dSourceCode.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dSourceCode.device (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file origin-mountinfo)
	References: -.mount (origin-file)
	References: systemd-fsck at dev-mapper-SUNNY\x2dSourceCode.service (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dSourceCode.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-SourceCode (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/SourceCode
	What: /dev/mapper/SUNNY-SourceCode
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d100.device:
	Description: /sys/devices/virtual/block/dm-100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 4b91d7627d124d4ba0f66af4b3cfb865
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d65289a2e1ca840028670cf57451419e2\x2dLUKS2_BOOT.device
	Following Set Member: dev-disk-by\x2dlabel-boot.device
	Following Set Member: dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.device
	Following Set Member: dev-dm\x2d100.device
	Following Set Member: dev-mapper-LUKS2_BOOT.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-100
	Sysfs Path: /sys/devices/virtual/block/dm-100
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d3b9caa50bff745118b386a43192141da\x2dLUKS_WD30EZRZ.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-3b9caa50bff745118b386a43192141da-LUKS_WD30EZRZ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: d684005ca87e45cfa2b7a39945fa0b7b
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dt66kvr\x2dNTfa\x2dVrG2\x2dfxKg\x2dJ079\x2dmnf6\x2dKrWFW8.device
	Following Set Member: dev-mapper-LUKS_WD30EZRZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS_WD30EZRZ.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-3b9caa50bff745118b386a43192141da-LUKS_WD30EZRZ
	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: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 5289a774182445f88f636d87b0ffb2bf
	Documentation: man:systemd.special(7)
	Documentation: https://systemd.io/NETWORK_ONLINE
	Fragment Path: /lib/systemd/system/network-pre.target
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	WantedBy: netfilter-persistent.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: network.target (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: shutdown.target (origin-default)
	After: netfilter-persistent.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device:
	Description: /dev/disk/by-uuid/7dd9347f-2240-44c9-aa5a-abaed8eaa7fe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: d9e05b5958f84db39d68ff0079826d1f
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/7dd9347f-2240-44c9-aa5a-abaed8eaa7fe
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 690ac0afce1849b1aed9502aff4fedad
	Following: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-mapper-SUNNY\x2ddebian11.device
	Following Set Member: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-dm\x2d96.device
	Following Set Member: dev-SUNNY-debian11.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa
	Sysfs Path: /sys/devices/virtual/block/dm-96
	Found: found-udev
-> Unit nfs-client.target:
	Description: NFS client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: d091d914474e43d59bde654161b1e73b
	Fragment Path: /lib/systemd/system/nfs-client.target
	Condition Timestamp: Wed 2024-01-31 23:36:33 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:33 GMT
	Assert Result: yes
	Wants: auth-rpcgss-module.service (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	Wants: nfs-blkmap.service (origin-file)
	Wants: rpc-statd-notify.service (origin-file)
	WantedBy: remote-fs.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs-pre.target (origin-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: rpc-svcgssd.service (origin-file)
	After: gssproxy.service (origin-file)
	After: rpc-gssd.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	References: nfs-blkmap.service (origin-file)
	References: shutdown.target (origin-default)
	References: gssproxy.service (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: rpc-gssd.service (origin-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit waydroid-container.service:
	Description: Waydroid Container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:39 GMT
	Active 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/waydroid-container.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8fcc9bcc6a2244d58bb702ddfc0b9f22
	Fragment Path: /lib/systemd/system/waydroid-container.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (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: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 2915
	Main PID Known: yes
	Main PID Alien: no
	BusName: id.waydro.Container
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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/waydroid -w container 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit machine.slice:
	Description: Virtual Machine and Container Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 2011f5a3439c4869a838024094a0db6d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/machine.slice
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	WantedBy: systemd-machined.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-machined.service (destination-file)
	Before: slices.target (origin-file)
	After: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	ReferencedBy: systemd-machined.service (destination-file)
	InSlice: -.slice (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit srv-NAS-Sunny-Media.mount:
	Description: /srv/NAS/Sunny/Media
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Media.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ec2f6b922fb042a6a7bc5413adb58f6e
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Media.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (origin-file)
	Requires: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	RequiredBy: home-tj-Videos.mount (destination-file destination-path)
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	RequiredBy: home-tj-Pictures.mount (destination-file destination-path)
	RequiredBy: home-tj-Audio.mount (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: home-tj-Music.mount (destination-file destination-path)
	Conflicts: umount.target (origin-mountinfo)
	Before: home-tj-Music.mount (destination-file destination-path)
	Before: home-tj-Videos.mount (destination-file destination-path)
	Before: umount.target (origin-mountinfo)
	Before: home-tj-Pictures.mount (destination-file destination-path)
	Before: home-tj-Audio.mount (destination-file destination-path)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	After: system.slice (origin-file)
	After: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	After: -.mount (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	References: dev-mapper-SUNNY\x2dMedia.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dMedia.service (origin-file)
	References: -.mount (origin-file)
	References: blockdev at dev-mapper-SUNNY\x2dMedia.target (origin-file origin-mountinfo)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-path)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-path)
	ReferencedBy: home-tj-Pictures.mount (destination-file destination-path)
	ReferencedBy: home-tj-Audio.mount (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: home-tj-Music.mount (destination-file destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-Media (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Media
	What: /dev/mapper/SUNNY-Media
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dusr_local.service:
	Description: File System Check on /dev/mapper/SUNNY-usr_local
	Instance: dev-mapper-SUNNY\x2dusr_local
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 9da7abbb91a345aaa615fa55e01a8347
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dusr_local.device (origin-file)
	RequiredBy: usr-local.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: usr-local.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: dev-mapper-SUNNY\x2dusr_local.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dusr_local.device (origin-file)
	ReferencedBy: usr-local.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-usr_local
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit virtvzd.socket:
	Description: virtvzd.socket
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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\x2dlabel-Downloads.device:
	Description: /dev/disk/by-label/Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: c0b2fbf26da94a6cb070d3d271a7df09
	Following: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDownloads.device
	Following Set Member: dev-dm\x2d43.device
	Following Set Member: dev-mapper-SUNNY\x2dDownloads.device
	Following Set Member: sys-devices-virtual-block-dm\x2d43.device
	Following Set Member: dev-SUNNY-Downloads.device
	Following Set Member: dev-disk-by\x2duuid-88114ca5\x2d1802\x2d40b3\x2d9931\x2da7022b277609.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxlY3UZek8Yqf5fFI7PMDIj4cg0ARV0uYq.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Downloads
	Sysfs Path: /sys/devices/virtual/block/dm-43
	Found: found-udev
-> Unit remote-fs-pre.target:
	Description: Preparation for Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 3d9bec831c564638b6df53255fa4ea30
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	WantedBy: rpcbind.service (destination-file)
	WantedBy: nfs-client.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: remote-veritysetup.target (destination-file)
	Before: remote-cryptsetup.target (destination-file)
	Before: remote-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	After: nfs-client.target (destination-file)
	After: nvmf-autoconnect.service (destination-file)
	After: rpcbind.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: remote-veritysetup.target (destination-file)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: nvmf-autoconnect.service (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-mapper-SUNNY\x2dNAS.device:
	Description: /dev/mapper/SUNNY-NAS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 233b996aa6634a0bb20f17ba508771f8
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	Before: srv-NAS-Sunny.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dNAS.service (destination-file)
	ReferencedBy: srv-NAS-Sunny.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-NAS
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev,found-mount
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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-rfkill.service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.service
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file)
	Requires: -.mount (origin-file)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: systemd-rfkill.socket (destination-implicit)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: var.mount (origin-file)
	TriggeredBy: systemd-rfkill.socket (destination-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-remount-fs.service (origin-file)
	References: var.mount (origin-file)
	References: shutdown.target (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (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
	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: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 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: /
	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: /lib/systemd/systemd-rfkill
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d106.device:
	Description: /sys/devices/virtual/block/dm-106
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: 5a22cfc5d9ed43db9220c52f181120b5
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_g.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-106
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit first-boot-complete.target:
	Description: First Boot Complete
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/first-boot-complete.target
	ConditionFirstBoot: yes untested
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: no
	WantedBy: systemd-random-seed.service (destination-file)
	WantedBy: systemd-firstboot.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-machine-id-commit.service (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: systemd-firstboot.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-firstboot.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/usr/bin/dbus-broker untested
	ConditionPathExists: !/usr/bin/dbus-daemon untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d35.device:
	Description: /sys/devices/virtual/block/dm-35
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 2c6383fb4b884c0ab92cdd3c32120630
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-mapper-SUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-35
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev
-> Unit dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7b8c000dbcf342d1bc669a6200724619
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/07047dc5-c0a1-48ec-a794-e2385631cecd
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: a766f8ed5bf449afb080308018701e54
	Following Set Member: dev-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/serial8250/tty/ttyS2
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
	Found: found-udev
-> Unit dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device:
	Description: /dev/disk/by-uuid/43416d78-6ddd-437a-97d5-ca6fca0b0091
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 1beacfadf6bc42ef8ca42587a0d08947
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-SUNNY-Media.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/43416d78-6ddd-437a-97d5-ca6fca0b0091
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit rescue.target:
	Alias: runlevel1.target
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /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: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: multi-user.target (destination-file)
	Before: initrd.target (destination-file)
	Before: graphical.target (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: rescue.service (origin-file)
	References: sysinit.target (origin-file origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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-networkd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9c019aecde9340869007a12f4c4f86ee
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: 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: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit fwupd-refresh.service:
	Description: Refresh fwupd metadata and update motd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Tue 2024-02-13 04:13:32 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:32 GMT
	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: e48a164a5fd74db396640bc27509014a
	Documentation: man:fwupdmgr(1)
	Fragment Path: /lib/systemd/system/fwupd-refresh.service
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	Assert Result: yes
	Requires: var-cache.mount (origin-path)
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: network-online.target (origin-file)
	After: var-cache.mount (origin-path)
	After: var.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: fwupd-refresh.timer (destination-implicit)
	TriggeredBy: fwupd-refresh.timer (destination-implicit)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: basic.target (origin-default)
	References: var-cache.mount (origin-path)
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	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: /
	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: ~fsopen move_mount fsmount mount pivot_root fsconfig umount mount_setattr open_tree umount2 fspick chroot
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/fwupdmgr refresh
			PID: 364232
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:32 GMT
			Exit Code: exited
			Exit Status: 1
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount:
	Description: /run/credentials/systemd-tmpfiles-setup.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 4bbc8d2464b44cf788946bd919805a6e
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/credentials (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/credentials/systemd-tmpfiles-setup.service
	What: ramfs
	File System Type: ramfs
	Options: ro,nosuid,nodev,noexec,relatime,mode=700
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit veritysetup.target:
	Description: Local Verity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: a448c6d01a0a4204aa7ef869e3d0fb48
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/veritysetup.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 243113a0bcef4340bdaa5d2612fb9fa9
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0-part5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L.device:
	Description: Samsung_SSD_850_EVO_500GB
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 69bf10e605eb4a0182c695013951faf1
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219.device
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0.device
	Following Set Member: dev-disk-by\x2ddiskseq-3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d102.device:
	Description: /sys/devices/virtual/block/dm-102
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: bd94bc135e1e44d2838844bda4b506de
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-102
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit atop.service:
	Description: Atop advanced performance monitor
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Exit Timestamp: Mon 2024-02-12 21:00:05 GMT
	Inactive Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atop.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4ee25e8496c14cb9bcf058450b06052d
	Documentation: man:atop(1)
	Fragment Path: /lib/systemd/system/atop.service
	Condition Timestamp: Tue 2024-02-13 04:13:19 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:19 GMT
	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: atopacct.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: atopacct.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 364271
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	RuntimeRandomizedExtraSec: 0
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGUSR2
	RestartKillSignal: SIGUSR2
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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: LOGOPTS=
	Environment: LOGINTERVAL=600
	Environment: LOGGENERATIONS=28
	Environment: LOGPATH=/var/log/atop
	EnvironmentFile: /etc/default/atop
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 8388608
	LimitMEMLOCKSoft: 8388608
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStartPre:
		Command Line: /bin/sh -c "test -n \"\$LOGINTERVAL\" -a \"\$LOGINTERVAL\" -eq \"\$LOGINTERVAL\""
			PID: 364264
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/sh -c "test -n \"\$LOGGENERATIONS\" -a \"\$LOGGENERATIONS\" -eq \"\$LOGGENERATIONS\""
			PID: 364268
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /bin/sh -c "exec /usr/bin/atop \${LOGOPTS} -w \"\${LOGPATH}/atop_\$(date +%Y%m%d)\" \${LOGINTERVAL}"
			PID: 364271
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
	-> ExecStartPost:
		Command Line: /usr/bin/find "\${LOGPATH}" -name "atop_*" -mtime "+\${LOGGENERATIONS}" -exec rm -v {} ";"
			PID: 364273
			Start Timestamp: Tue 2024-02-13 04:13:19 GMT
			Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
			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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dWaydroid.device:
	Description: /dev/mapper/SUNNY-Waydroid
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 832513d7b10147bf9faf11c8196140e9
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Waydroid
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device:
	Description: /dev/disk/by-uuid/d28fe073-4535-4871-9074-84f02f40c51c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 0e3088bc91db49e28901ea62e3f0bf0a
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/d28fe073-4535-4871-9074-84f02f40c51c
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f77e75e8ce784138a6f574447be78695
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d60.device:
	Description: /sys/devices/virtual/block/dm-60
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5eee33513a864041a53d774fe4963a66
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-60
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit sys-devices-virtual-net-ifb0.device:
	Description: /sys/devices/virtual/net/ifb0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2024-02-11 21:09:15 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active Enter Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active 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: 0296985763eb4c409b987e0dcd7454ef
	Following Set Member: sys-subsystem-net-devices-ifb0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/net/ifb0
	Sysfs Path: /sys/devices/virtual/net/ifb0
	Found: found-udev
-> Unit dev-SUNNY-Cache.device:
	Description: /dev/SUNNY/Cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 37746a3b85a94ffa88b88da4e5f80377
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-dm\x2d91.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Cache
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dNAS.service:
	Description: File System Check on /dev/mapper/SUNNY-NAS
	Instance: dev-mapper-SUNNY\x2dNAS
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 685f3e0cc08e46339d0b017419e6bf4e
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dNAS.device (origin-file)
	RequiredBy: srv-NAS-Sunny.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: srv-NAS-Sunny.mount (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-mapper-SUNNY\x2dNAS.device (origin-file)
	References: dev-mapper-SUNNY\x2dNAS.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-NAS
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit netfilter-persistent.service:
	Description: netfilter persistent configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:33 GMT
	Active 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: 92b2482cb0e64f86ae43e3d6f5ecb0cf
	Documentation: man:netfilter-persistent(8)
	Fragment Path: /lib/systemd/system/netfilter-persistent.service
	DropIn Path: /usr/lib/systemd/system/netfilter-persistent.service.d/iptables.conf
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: network-pre.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network-pre.target (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: local-fs.target (origin-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/netfilter-persistent start
	-> ExecStop:
		Command Line: /usr/sbin/netfilter-persistent 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 51608355c08c4fab8a073effd0f6dd83
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/wwn-0x5002538da02ba219-part4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb1.device:
	Description: Samsung_SSD_850_EVO_500GB BIOS\x20boot\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6a2d8f550b974e47be2dd5628672ecf0
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-a440e3bb\x2de0ea\x2d47e9\x2d8a4f\x2d95263c139376.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-BIOS\x5cx20boot\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2ad2170c525d46538675c18af0560a7d
	Following: sys-devices-platform-serial8250-tty-ttyS3.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyS3
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	Found: found-udev
-> Unit avahi-daemon.service:
	Description: avahi-daemon.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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/avahi-daemon.service
	WantedBy: cups-browsed.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Before: cups-browsed.service (destination-file)
	ReferencedBy: cups-browsed.service (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-02-13 04:14:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 34b967d45fdb40458e05e6a800773bcd
	Documentation: man:systemd-udevd-kernel.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: sockets.target (origin-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dProjects.device:
	Description: /dev/mapper/SUNNY-Projects
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: aa7d3881621944409d9d5cf06ba78512
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: usr-my.mount (destination-mountinfo)
	RequiredBy: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	Before: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	Before: usr-my.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	PropagatesStopTo: usr-my.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	ReferencedBy: usr-my.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Projects
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev,found-mount
-> Unit dev-nvme0n1p1.device:
	Description: WDC WDS512G1X0C-00ENX0 EFI-SP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: fdc62499c8dd483fa039ef593b3517d5
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dlabel-EFI\x2dSP.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-7594\x2dE531.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a05661\x2dbcc9\x2d4734\x2d8101\x2d2fc38d399c77.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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/nvme0n1p1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
	Found: found-udev,found-mount
-> Unit srv-NAS-Sunny-Machines.mount:
	Description: /srv/NAS/Sunny/Machines
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-Machines.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b4ce0b5bffaf4859a112ddd0e86000e8
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-Machines.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	Requires: -.mount (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: blockdev at dev-mapper-SUNNY\x2dl8r.target (origin-file origin-mountinfo)
	After: system.slice (origin-file)
	After: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	After: -.mount (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dl8r.target (origin-file origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	References: local-fs.target (origin-file origin-mountinfo)
	References: dev-mapper-SUNNY\x2dl8r.device (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny (origin-file)
	RequiresMountsFor: /dev/mapper/SUNNY-l8r (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/Machines
	What: /dev/mapper/SUNNY-l8r
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/srv/NAS/Sunny
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-Waydroid.device:
	Description: /dev/disk/by-label/Waydroid
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 54ab00af72794e00a6df5e9fce7f8647
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/Waydroid
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit usr-my.mount:
	Description: /usr/my
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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/usr-my.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5fcf36e61b4243e7a3d621044f68e0f1
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/usr-my.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:26 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:26 GMT
	Assert Result: yes
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: system.slice (origin-file)
	Requires: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit)
	After: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dProjects.target (origin-file origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	References: -.mount (origin-file origin-implicit)
	References: blockdev at dev-mapper-SUNNY\x2dProjects.target (origin-file origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dProjects.service (origin-file)
	References: dev-mapper-SUNNY\x2dProjects.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-Projects (origin-file)
	RequiresMountsFor: /usr (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /usr/my
	What: /dev/mapper/SUNNY-Projects
	File System Type: btrfs
	Options: rw,relatime,space_cache,subvolid=5,subvol=/
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dlabel-usr_local.device:
	Description: /dev/disk/by-label/usr_local
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: f41aa34c4c4940828f452bb906ecda85
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-dm\x2d55.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/usr_local
	Sysfs Path: /sys/devices/virtual/block/dm-55
	Found: found-udev
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 35abd92dbb564510a03a356b808036ca
	Documentation: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-hugepages.mount
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: sysinit.target (origin-file)
	References: -.mount (origin-implicit)
	References: -.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: -.slice (origin-slice-property)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d77.device:
	Description: /dev/dm-77
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8c275d9200f843e28a397a6e4f912c20
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	Following Set Member: dev-SUNNY-Documents.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-77
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit cryptsetup-pre.target:
	Description: Local Encrypted Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/cryptsetup-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	Before: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Before: remote-cryptsetup.target (destination-file)
	Before: cryptsetup.target (origin-file)
	Before: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-pcrphase-initrd.service (destination-file)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: remote-cryptsetup.target (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: 1328c81f55eb4377a855c56ac9b8f1cb
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	Wants: tmp.mount (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: tmp.mount (origin-file)
	After: var.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: tmp.mount (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-artslover2u_c.device:
	Description: /dev/SUNNY/artslover2u_c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: db140607bdd44c2c911e61c6978577ca
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/artslover2u_c
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit fwupd.service:
	Description: Firmware update daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:32 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:28 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:32 GMT
	Active 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/fwupd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 45234a7ab47345bfa474bad1f1e9680c
	Documentation: https://fwupd.org/
	Fragment Path: /lib/systemd/system/fwupd.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2024-02-13 04:13:28 GMT
	Condition Result: yes
	Assert Timestamp: Tue 2024-02-13 04:13:28 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: etc.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: var-cache.mount (origin-file)
	Requires: var.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Wants: tmp.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: sddm.service (origin-file)
	Before: shutdown.target (origin-default)
	After: tmp.mount (origin-file)
	After: basic.target (origin-default)
	After: var-cache.mount (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file)
	After: dbus-broker.service (origin-file)
	After: etc.mount (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: var-cache.mount (origin-file)
	References: shutdown.target (origin-default)
	References: etc.mount (origin-file)
	References: -.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: dbus-broker.service (origin-file)
	References: tmp.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sddm.service (origin-file)
	References: sysinit.target (origin-default)
	References: var.mount (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/motd.d (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /etc/fwupd (origin-file)
	RequiresMountsFor: /var/lib/fwupd (origin-file)
	RequiresMountsFor: /var/cache/fwupd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 364559
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.fwupd
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: motd.d
	StateDirectoryMode: 0755
	StateDirectory: fwupd
	CacheDirectoryMode: 0755
	CacheDirectory: fwupd
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	ConfigurationDirectory: fwupd
	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
	ReadWritePaths: -/boot/efi -/efi/EFI -/boot/EFI -/boot/grub
	LockPersonality: no
	SystemCallFilter: ~fsopen mount_setattr mount fsmount umount umount2 fsconfig chroot pivot_root open_tree move_mount fspick
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/libexec/fwupd/fwupd
			PID: 364559
			Start Timestamp: Tue 2024-02-13 04:13:28 GMT
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit nslcd.service:
	Description: nslcd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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 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: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 42fe12aa607d42f4a5e2263389f9b15b
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/6.7.2+debian+tj/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2drootfs.device:
	Description: /dev/mapper/SUNNY-rootfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: ec6f3b3aec6e46988d60d5369efc7762
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-3d79ec64\x2dcd69\x2d4587\x2db01e\x2d5013ecbbacc5.device
	Following Set Member: dev-SUNNY-rootfs.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiGsK328TUelMQCIJuqA20vWMaMf31SbB.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2drootfs.device
	Following Set Member: dev-disk-by\x2dlabel-rootfs.device
	Following Set Member: dev-dm\x2d6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-rootfs
	Sysfs Path: /sys/devices/virtual/block/dm-6
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6ab206bae1fc45838ff5ed496e4dfacb
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6.0-part3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit virtlogd.service:
	Description: Virtual machine log manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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:virtlogd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virtlogd.service
	Requires: system.slice (origin-file)
	Requires: virtlogd.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: virtlogd-admin.socket (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	After: virtlogd-admin.socket (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: virtlogd.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	TriggeredBy: virtlogd-admin.socket (destination-implicit)
	TriggeredBy: virtlogd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file)
	References: virtlogd.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: virtlogd-admin.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: virtlogd-admin.socket (destination-implicit)
	ReferencedBy: virtlogd.socket (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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/virtlogd
	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
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/virtlogd "\$VIRTLOGD_ARGS"
	-> 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d50.device:
	Description: /dev/dm-50
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 347a27ca9f5a4d799f9f0783a2670bed
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-50
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit dev-SUNNY-containers.E0.device:
	Description: /dev/SUNNY/containers.E0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: d1c9b91ac9824f648d74c2641cbe017d
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/containers.E0
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9c2278e1e55c4249b996a5bc3857d37d
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system.slice (origin-file)
	Requires: systemd-journald.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: initrd-switch-root.target (destination-file)
	WantedBy: systemd-journal-flush.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: syslog.socket (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: -.mount (origin-file)
	References: syslog.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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: unknown
	OOMPolicy: stop
	Main PID: 1532
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	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: /
	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
	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: setuid32 fchmod pipe2 setregid32 sched_rr_get_interval mknod fchown msync eventfd2 getuid32 listen pidfd_open futimesat splice readahead rt_tgsigqueueinfo readv truncate faccessat process_madvise setgid accept4 execveat fstat64 faccessat2 lstat64 read recvmmsg readlink fchown32 setgroups32 timerfd_create riscv_flush_icache getrlimit recvmmsg_time64 mmap setfsuid readdir sigpending timer_delete inotify_add_watch newfstatat mlockall getresuid tee mq_timedreceive_time64 dup2 mq_notify uname waitpid setresuid fadvise64_64 getsockopt link pwrite64 io_cancel access vfork fcntl64 io_setup poll clone3 kill getgid epoll_wait_old ioprio_get times clock_nanosleep_time64 futex_time64 getpgid kcmp semtimedop setpriority mprotect utimensat_time64 oldlstat pwritev2 readlinkat io_getevents swapcontext lchown linkat personality tkill ppoll msgrcv rseq signalfd name_to_handle_at epoll_pwait2 membarrier oldstat shmdt symlinkat unlinkat io_pgetevents set_tid_address arch_prctl fchmodat timer_create chdir statfs truncate64 clock_nanosleep llistxattr setgid32 mlock2 fchdir io_uring_setup ftruncate64 setresuid32 getcwd _newselect exit_group openat2 getegid32 creat stat64 setgroups sched_setaffinity get_mempolicy futex io_uring_register sigreturn process_vm_writev unshare sysinfo olduname rename shmat msgctl sync_file_range2 mq_timedreceive munlock get_robust_list socket sync mremap set_tls recvmsg connect mbind fsetxattr rt_sigreturn rt_sigaction setpgid mkdir dup arm_fadvise64_64 sendto sched_setparam pidfd_send_signal alarm setfsuid32 timer_settime getppid clock_gettime64 add_key getgid32 rt_sigpending getcpu ppoll_time64 io_destroy munmap getuid set_robust_list io_uring_enter sched_yield close umask remap_file_pages send waitid mlock getegid setns setrlimit capset socketcall epoll_create rmdir fremovexattr geteuid munlockall timerfd_settime64 write process_vm_readv mq_getsetattr keyctl mkdirat writev setxattr timer_gettime getdents64 ioprio_set utimensat exit epoll_pwait execve getresgid32 restart_syscall socketpair sigaction chown setreuid chown32 shutdown pwritev sendfile vmsplice prctl fstatat64 fsync mq_unlink inotify_rm_watch setregid set_mempolicy fdatasync sched_getaffinity lchown32 sched_getattr ipc clock_gettime gettimeofday mq_timedsend_time64 setresgid32 fstatfs64 setsid getrandom getitimer migrate_pages sendmsg getpid listxattr lseek epoll_wait fgetxattr sched_setattr rt_sigsuspend shmctl dup3 sched_setscheduler request_key lsetxattr getpgrp timerfd_gettime fcntl nice renameat fstatfs getdents set_mempolicy_home_node capget epoll_ctl_old utime setreuid32 getrusage clone pread64 madvise setitimer setresgid close_range timerfd_gettime64 sigaltstack semget pselect6 symlink epoll_create1 open pselect6_time64 preadv2 rt_sigqueueinfo sync_file_range sched_get_priority_min _llseek setuid msgsnd wait4 nanosleep ftruncate move_pages getpriority semtimedop_time64 sched_getparam signal recv setfsgid statx timer_settime64 time getsockname semop memfd_create oldolduname setfsgid32 fork accept stat syncfs getresuid32 timer_getoverrun futex_waitv geteuid32 getgroups inotify_init getsid msgget preadv getxattr removexattr pipe cacheflush getgroups32 io_submit io_pgetevents_time64 fadvise64 flock semctl recvfrom clock_getres lstat mq_timedsend get_thread_area brk eventfd copy_file_range shmget openat sendfile64 lgetxattr sched_getscheduler renameat2 sendmmsg setsockopt sched_rr_get_interval_time64 mmap2 lremovexattr getpeername gettid statfs64 mknodat tgkill pause ioctl rt_sigtimedwait timer_gettime64 rt_sigprocmask oldfstat getresgid fstat sigprocmask timerfd_settime utimes prlimit64 rt_sigtimedwait_time64 mq_open sigsuspend set_thread_area chmod inotify_init1 select fchownat userfaultfd signalfd4 ugetrlimit flistxattr bind epoll_ctl fallocate unlink sched_get_priority_max clock_getres_time64
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 40
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	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: 504fa87294234141aeebcd7c1b55b46d
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (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
	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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:32 GMT
	Active 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: b6f3adf8d9ef4333b449c90757bd37b0
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Wed 2024-01-31 23:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:32 GMT
	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: shutdown.target (origin-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: upower.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	Before: apache2.service (destination-file)
	Before: colord.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: caddy.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: auditd.service (destination-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: logrotate.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-sysext.service (destination-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.service (origin-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-sysext.service (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: dbus-broker.service (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: caddy.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-SUNNY\x2dVideos.device:
	Description: /dev/mapper/SUNNY-Videos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:32 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: fad3cecc226a42ff9533fa07ea920bd1
	Following: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dVideos.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxDuPmllwSdllrN4203e4yW1dR3pTLwi3e.device
	Following Set Member: dev-disk-by\x2dlabel-Videos.device
	Following Set Member: dev-SUNNY-Videos.device
	Following Set Member: sys-devices-virtual-block-dm\x2d90.device
	Following Set Member: dev-dm\x2d90.device
	Following Set Member: dev-disk-by\x2duuid-1281a487\x2dbadf\x2d43bb\x2d882a\x2d7e3e70c845a8.device
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	RequiredBy: home-tj-Videos.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: home-tj-Videos.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	PropagatesStopTo: home-tj-Videos.mount (destination-mountinfo)
	ReferencedBy: home-tj-Videos.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dVideos.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Videos
	Sysfs Path: /sys/devices/virtual/block/dm-90
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2dlabel-BOOT.ESP.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6957de0f9b044d5790c09df0bf1d6017
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/BOOT.ESP
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> Unit integritysetup.target:
	Description: Local Integrity Protected Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: bd63fb784a364aba9564a1e493ab49bf
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/integritysetup.target
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 739e7f92edf043d99ef2bfc90583b8e9
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/lvm-pv-uuid-373k1m-aZGh-hsCV-gjE3-UMMv-HKdx-0shjqj
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit blockdev at dev-disk-by\x2dlabel-EFI\x2dSP.target:
	Description: Block Device Preparation for /dev/disk/by-label/EFI-SP
	Instance: dev-disk-by\x2dlabel-EFI\x2dSP
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: boot-efi.mount (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-mapper-SUNNY\x2dvda.device:
	Description: /dev/mapper/SUNNY-vda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 59cb7f0b8a0745aa90dec38d095dce6f
	Following: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-dm\x2d92.device
	Following Set Member: dev-SUNNY-vda.device
	Following Set Member: sys-devices-virtual-block-dm\x2d92.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-vda
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> Unit nvme-smart-log.service:
	Description: Record smart-log of NVME devices on start-up (requires package nvme-cli)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:37 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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: 27e3eee694994879870043958d81206c
	Fragment Path: /etc/systemd/system/nvme-smart-log.service
	ConditionPathExistsGlob: /dev/nvme* untested
	ConditionPathExists: /usr/sbin/nvme untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: local-fs.target (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: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	References: sysinit.target (origin-default)
	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
	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
	RestartSec: 100ms
	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: /
	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/sh -c "nvme smart-log \$(find /dev -type b -regextype posix-egrep -regex '/dev/nvme[[:digit:]]+n[[:digit:]]+\$')"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d60.device:
	Description: /dev/dm-60
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 429103fe7abd49a8b4ab2f19f2038020
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-60
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dl8r.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-l8r
	Instance: dev-mapper-SUNNY\x2dl8r
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: var-lib-l8r.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Machines.mount (destination-file destination-mountinfo)
	References: shutdown.target (origin-default)
	ReferencedBy: var-lib-l8r.mount (destination-file destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit run-credentials-systemd\x2dsysusers.service.mount:
	Description: /run/credentials/systemd-sysusers.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 269a98db33ad458facd2a6b1eb14484a
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-mountinfo)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: local-fs-pre.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-mountinfo)
	References: local-fs.target (origin-mountinfo)
	References: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/credentials (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/credentials/systemd-sysusers.service
	What: ramfs
	File System Type: ramfs
	Options: ro,nosuid,nodev,noexec,relatime,mode=700
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dAndroid.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Android
	Instance: dev-mapper-SUNNY\x2dAndroid
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dLiveBuild.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-LiveBuild
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: eb8b3ae7919040c392939b9f89ddcd10
	Following: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: sys-devices-virtual-block-dm\x2d97.device
	Following Set Member: dev-SUNNY-LiveBuild.device
	Following Set Member: dev-dm\x2d97.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxN2RleOc9c0xVhnfZ10KKDCxImvJ0OxEk.device
	Following Set Member: dev-disk-by\x2duuid-c9309bf6\x2ddabc\x2d4015\x2d8ecf\x2da401fe331b07.device
	Following Set Member: dev-disk-by\x2dlabel-LiveBuild.device
	Following Set Member: dev-mapper-SUNNY\x2dLiveBuild.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-LiveBuild
	Sysfs Path: /sys/devices/virtual/block/dm-97
	Found: found-udev
-> 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-02-13 04:14:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 2449048ee7304e2ea376aaf8db8eeb5b
	Documentation: man:systemd-udevd-control.socket(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (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-udev-trigger.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: initrd-udevadm-cleanup-db.service (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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-WINE.device:
	Description: /dev/SUNNY/WINE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: ebe2d554bb634554a5016c8f6afd10d9
	Following: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWINE.device
	Following Set Member: dev-dm\x2d83.device
	Following Set Member: sys-devices-virtual-block-dm\x2d83.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxcJdcDFh2HZSvZZXHf7O7W2KS3DffE5hQ.device
	Following Set Member: dev-disk-by\x2duuid-796d915c\x2d998e\x2d4ba3\x2daa03\x2d37a684dcb9e4.device
	Following Set Member: dev-mapper-SUNNY\x2dWINE.device
	Following Set Member: dev-disk-by\x2dlabel-WINE.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/WINE
	Sysfs Path: /sys/devices/virtual/block/dm-83
	Found: found-udev
-> Unit systemd-pcrphase-initrd.service:
	Description: TPM2 PCR Barrier (initrd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/systemd-pcrphase-initrd.service
	ConditionPathExists: /sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f untested
	ConditionSecurity: tpm2 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-pre.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: initrd-switch-root.target (origin-file)
	Before: systemd-sysext.service (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: systemd-sysext.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: initrd.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-pcrphase --graceful enter-initrd
	-> ExecStop:
		Command Line: /lib/systemd/systemd-pcrphase --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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-SUNNY-Builds.target:
	Description: Block Device Preparation for /dev/SUNNY/Builds
	Instance: dev-SUNNY-Builds
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	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-binfmt.service (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: virtlockd.socket (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-SourceCode.mount (destination-file)
	RequiredBy: plymouth-start.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: rpc-svcgssd.service (destination-file)
	RequiredBy: auth-rpcgss-module.service (destination-file)
	RequiredBy: home-tj-Videos.mount (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: home-tj-Pictures.mount (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dsysusers.service.mount (destination-file)
	RequiredBy: uuidd.socket (destination-file)
	RequiredBy: debspawn-clear-caches.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dsysctl.service.mount (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: lm-sensors.service (destination-file)
	RequiredBy: boot.mount (destination-file)
	RequiredBy: srv-NAS-Sunny-Documents.mount (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: virtlogd.socket (destination-file)
	RequiredBy: shutdown-initrd.service (destination-file)
	RequiredBy: system-wol_wakeup_recover.slice (destination-implicit)
	RequiredBy: rpcbind.socket (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: cups.socket (destination-file)
	RequiredBy: boot-efi.mount (destination-file)
	RequiredBy: alsa-state.service (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: dbus-broker.service (destination-file)
	RequiredBy: virtlogd-admin.socket (destination-file)
	RequiredBy: atopacct.service (destination-file)
	RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
	RequiredBy: systemd-coredump.socket (destination-file)
	RequiredBy: run-user-119.mount (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: nvmefc-boot-connections.service (destination-file)
	RequiredBy: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-implicit)
	RequiredBy: plymouth-read-write.service (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: initrd-switch-root.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: edac.service (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Projects.mount (destination-file)
	RequiredBy: netfilter-persistent.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Media.mount (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Backup.mount (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: plymouth-quit.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: fwupd-refresh.service (destination-file)
	RequiredBy: nvmf-autoconnect.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: upower.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: usr-my.mount (destination-file)
	RequiredBy: rpc-statd.service (destination-file)
	RequiredBy: lttng-sessiond.service (destination-file)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: binfmt-support.service (destination-file)
	RequiredBy: virtlockd.service (destination-file)
	RequiredBy: cups-browsed.service (destination-file)
	RequiredBy: var-lib-machines.mount (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: var.mount (destination-file)
	RequiredBy: libvirtd-tls.socket (destination-file)
	RequiredBy: nvme-smart-log.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: var-lib-l8r.mount (destination-file)
	RequiredBy: systemd-udev-settle.service (destination-file)
	RequiredBy: dpkg-db-backup.service (destination-file)
	RequiredBy: libvirt-guests.service (destination-file)
	RequiredBy: home-tj-Audio.mount (destination-file)
	RequiredBy: apt-cacher-ng.service (destination-file)
	RequiredBy: virtlogd.service (destination-file)
	RequiredBy: smartmontools.service (destination-file)
	RequiredBy: systemd-sysext.service (destination-file)
	RequiredBy: fstrim.service (destination-file)
	RequiredBy: srv-NAS-Sunny.mount (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: alsa-restore.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: var-log.mount (destination-file)
	RequiredBy: tgt.service (destination-file)
	RequiredBy: systemd-resolved.service (destination-file)
	RequiredBy: plymouth-switch-root.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: fancontrol.service (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: system-systemd\x2dcoredump.slice (destination-implicit)
	RequiredBy: var-lib-libvirt.mount (destination-file)
	RequiredBy: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	RequiredBy: systemd-ask-password-plymouth.service (destination-file)
	RequiredBy: libvirtd.socket (destination-file)
	RequiredBy: rpc-statd-notify.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: mnt-machines_old.mount (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: waydroid-container.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: nfs-mountd.service (destination-file)
	RequiredBy: hddtemp.service (destination-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Machines.mount (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: opt.mount (destination-file)
	RequiredBy: tmp.mount (destination-file)
	RequiredBy: sddm.service (destination-file)
	RequiredBy: apache2.service (destination-file)
	RequiredBy: lxc-monitord.service (destination-file)
	RequiredBy: home.mount (destination-file)
	RequiredBy: systemd-quotacheck.service (destination-file)
	RequiredBy: nfs-utils.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: plymouth-quit-wait.service (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: schroot.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: auditd.service (destination-file)
	RequiredBy: srv-NAS-Sunny-home.mount (destination-file)
	RequiredBy: virtlockd-admin.socket (destination-file)
	RequiredBy: uuidd.service (destination-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	RequiredBy: caddy.service (destination-file)
	RequiredBy: var-cache.mount (destination-file)
	RequiredBy: atop.service (destination-file)
	RequiredBy: cups.service (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: initrd-cleanup.service (destination-file)
	RequiredBy: ras-mc-ctl.service (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: libvirtd-ro.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-Downloads.mount (destination-file)
	RequiredBy: colord.service (destination-file)
	RequiredBy: home-tj-Downloads.mount (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: srv-NAS-Sunny-Schroot.mount (destination-file)
	RequiredBy: jool_siit.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: run-rpc_pipefs.mount (destination-file)
	RequiredBy: systemd-firstboot.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-file)
	RequiredBy: jool.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: home-tj-Music.mount (destination-file)
	RequiredBy: nfsdcld.service (destination-file)
	RequiredBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: systemd-pcrphase.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: systemd-pcrphase-initrd.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: usr-local.mount (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: initrd-parse-etc.service (destination-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	RequiredBy: atop-rotate.service (destination-file)
	RequiredBy: libvirtd.service (destination-file)
	RequiredBy: systemd-repart.service (destination-file)
	RequiredBy: phpsessionclean.service (destination-file)
	RequiredBy: mdadm-shutdown.service (destination-file)
	RequiredBy: libvirtd-admin.socket (destination-file)
	RequiredBy: apparmor.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: nvmefc-boot-connections.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: run-credentials-systemd\x2dsysctl.service.mount (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: blk-availability.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: var-lib-l8r.mount (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: udisks2.service (destination-file)
	Before: srv-NAS-Sunny-home.mount (destination-file)
	Before: apt-cacher-ng.service (destination-file)
	Before: systemd-pcrphase.service (destination-file)
	Before: fwupd-refresh.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: lxc-monitord.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: dpkg-db-backup.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: srv-NAS-Sunny.mount (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: uuidd.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: libvirtd.socket (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: atop-rotate.service (destination-file)
	Before: dbus-broker.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: home-tj-Music.mount (destination-file)
	Before: systemd-pcrphase-sysinit.service (destination-file)
	Before: initrd-switch-root.service (destination-file)
	Before: srv-NAS-Sunny-Documents.mount (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: dm-event.socket (destination-file)
	Before: srv-NAS-Sunny-Backup.mount (destination-file)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: home-tj-Pictures.mount (destination-file)
	Before: virtlogd.service (destination-file)
	Before: opt.mount (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: sddm.service (destination-file)
	Before: rescue.service (destination-file)
	Before: emergency.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: initrd-udevadm-cleanup-db.service (destination-file)
	Before: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-implicit)
	Before: systemd-resolved.service (destination-file)
	Before: fancontrol.service (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: virtlockd.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: srv-NAS-Sunny-SourceCode.mount (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-repart.service (destination-file)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-file)
	Before: cups.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: auditd.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: mdadm-shutdown.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: netfilter-persistent.service (destination-file)
	Before: plymouth-switch-root.service (destination-file)
	Before: syslog.socket (destination-file)
	Before: fstrim.service (destination-file)
	Before: cups.socket (destination-file)
	Before: nvme-smart-log.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-firstboot.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: ras-mc-ctl.service (destination-file)
	Before: systemd-coredump.socket (destination-file)
	Before: srv-NAS-Sunny-Media-Videos.mount (destination-file)
	Before: slices.target (destination-file)
	Before: edac.service (destination-file)
	Before: initrd-parse-etc.service (destination-file)
	Before: jool.service (destination-file)
	Before: srv-NAS-Sunny-Downloads.mount (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: system-wol_wakeup_recover.slice (destination-implicit)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-file)
	Before: polkit.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: rpcbind.socket (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: initrd-cleanup.service (destination-file)
	Before: atopacct.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: tgt.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: debspawn-clear-caches.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: srv-NAS-Sunny-Projects.mount (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: usr-local.mount (destination-file)
	Before: run-user-119.mount (destination-file)
	Before: srv-NAS-Sunny-Media.mount (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: var.mount (destination-file)
	Before: system-systemd\x2dcryptsetup.slice (destination-implicit)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: boot.mount (destination-file)
	Before: nfsdcld.service (destination-file)
	Before: system-systemd\x2dcoredump.slice (destination-implicit)
	Before: var-lib-libvirt.mount (destination-file)
	Before: nvmf-autoconnect.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: home-tj-Downloads.mount (destination-file)
	Before: libvirtd-admin.socket (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: home-tj-Audio.mount (destination-file)
	Before: virtlockd-admin.socket (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rsync.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: var-cache.mount (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: srv-NAS-Sunny-Machines.mount (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: atop.service (destination-file)
	Before: uuidd.socket (destination-file)
	Before: usr-my.mount (destination-file)
	Before: lttng-sessiond.service (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: var-log.mount (destination-file)
	Before: systemd-pcrphase-initrd.service (destination-file)
	Before: virtlogd-admin.socket (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: rsyslog.service (destination-file)
	Before: home-tj-Videos.mount (destination-file)
	Before: man-db.service (destination-file)
	Before: dbus.socket (destination-file)
	Before: srv-NAS-Sunny-SourceCode-Android.mount (destination-file)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-file)
	Before: libvirtd-ro.socket (destination-file)
	Before: mnt-machines_old.mount (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: libvirtd-tls.socket (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: caddy.service (destination-file)
	Before: smartmontools.service (destination-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: shutdown-initrd.service (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: srv-NAS-Sunny-Schroot.mount (destination-file)
	Before: systemd-sysext.service (destination-file)
	Before: waydroid-container.service (destination-file)
	Before: apache2.service (destination-file)
	Before: schroot.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: rc-local.service (destination-file)
	Before: jool_siit.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: run-credentials-systemd\x2dsysusers.service.mount (destination-file)
	Before: virtlogd.socket (destination-file)
	Before: ssh.service (destination-file)
	Before: virtlockd.socket (destination-file)
	Before: logrotate.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: colord.service (destination-file)
	Before: home.mount (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: rpc-svcgssd.service (destination-file destination-slice-property)
	ReferencedBy: home-tj-Music.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
	ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
	ReferencedBy: home-tj-Audio.mount (destination-file destination-slice-property)
	ReferencedBy: getty-static.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-file destination-slice-property)
	ReferencedBy: syslog.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-fsckd.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-file destination-slice-property)
	ReferencedBy: fancontrol.service (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: systemd-rfkill.service (destination-file destination-slice-property)
	ReferencedBy: man-db.service (destination-file destination-slice-property)
	ReferencedBy: nvme-smart-log.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-file destination-slice-property)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-file destination-slice-property)
	ReferencedBy: ModemManager.service (destination-file destination-slice-property)
	ReferencedBy: alsa-restore.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-quit.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-file destination-slice-property)
	ReferencedBy: uuidd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file destination-slice-property)
	ReferencedBy: usr-my.mount (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-slice-property)
	ReferencedBy: opt.mount (destination-file destination-slice-property)
	ReferencedBy: virtlogd.service (destination-file destination-slice-property)
	ReferencedBy: nfs-mountd.service (destination-file destination-slice-property)
	ReferencedBy: home-tj-Videos.mount (destination-file destination-slice-property)
	ReferencedBy: auditd.service (destination-file destination-slice-property)
	ReferencedBy: tgt.service (destination-file destination-slice-property)
	ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
	ReferencedBy: waydroid-container.service (destination-file destination-slice-property)
	ReferencedBy: phpsessionclean.service (destination-file destination-slice-property)
	ReferencedBy: systemd-quotacheck.service (destination-file destination-slice-property)
	ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
	ReferencedBy: system-wol_wakeup_recover.slice (destination-implicit)
	ReferencedBy: plymouth-start.service (destination-file destination-slice-property)
	ReferencedBy: boot-efi.mount (destination-file destination-slice-property)
	ReferencedBy: accounts-daemon.service (destination-file destination-slice-property)
	ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
	ReferencedBy: lxc-monitord.service (destination-file destination-slice-property)
	ReferencedBy: fstrim.service (destination-file destination-slice-property)
	ReferencedBy: var-log.mount (destination-file destination-slice-property)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
	ReferencedBy: var.mount (destination-file destination-slice-property)
	ReferencedBy: virtlockd.socket (destination-file destination-slice-property)
	ReferencedBy: cups.socket (destination-file destination-slice-property)
	ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
	ReferencedBy: nvmf-autoconnect.service (destination-file destination-slice-property)
	ReferencedBy: emergency.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
	ReferencedBy: smartmontools.service (destination-file destination-slice-property)
	ReferencedBy: run-rpc_pipefs.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-file destination-slice-property)
	ReferencedBy: sddm.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-read-write.service (destination-file destination-slice-property)
	ReferencedBy: boot.mount (destination-file destination-slice-property)
	ReferencedBy: dbus.socket (destination-file destination-slice-property)
	ReferencedBy: var-cache.mount (destination-file destination-slice-property)
	ReferencedBy: run-user-1000.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
	ReferencedBy: home.mount (destination-file destination-slice-property)
	ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-file destination-slice-property)
	ReferencedBy: atopacct.service (destination-file destination-slice-property)
	ReferencedBy: logrotate.service (destination-file destination-slice-property)
	ReferencedBy: cron.service (destination-file destination-slice-property)
	ReferencedBy: systemd-machined.service (destination-file destination-slice-property)
	ReferencedBy: dbus-broker.service (destination-file destination-slice-property)
	ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
	ReferencedBy: alsa-state.service (destination-file destination-slice-property)
	ReferencedBy: rtkit-daemon.service (destination-file destination-slice-property)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-repart.service (destination-file destination-slice-property)
	ReferencedBy: cups.service (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
	ReferencedBy: udisks2.service (destination-file destination-slice-property)
	ReferencedBy: nfs-idmapd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-resolved.service (destination-file destination-slice-property)
	ReferencedBy: ras-mc-ctl.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-coredump.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
	ReferencedBy: binfmt-support.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-lvmpolld.service (destination-file destination-slice-property)
	ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-slice-property)
	ReferencedBy: rsync.service (destination-file destination-slice-property)
	ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
	ReferencedBy: ssh.service (destination-file destination-slice-property)
	ReferencedBy: nfs-utils.service (destination-file destination-slice-property)
	ReferencedBy: virtlockd.service (destination-file destination-slice-property)
	ReferencedBy: run-user-119.mount (destination-file destination-slice-property)
	ReferencedBy: nfs-server.service (destination-file destination-slice-property)
	ReferencedBy: upower.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file destination-slice-property)
	ReferencedBy: virtlogd.socket (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	ReferencedBy: apt-daily.service (destination-file destination-slice-property)
	ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-file destination-slice-property)
	ReferencedBy: plymouth-switch-root.service (destination-file destination-slice-property)
	ReferencedBy: rescue.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file destination-slice-property)
	ReferencedBy: netfilter-persistent.service (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
	ReferencedBy: lvm2-monitor.service (destination-file destination-slice-property)
	ReferencedBy: dm-event.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
	ReferencedBy: dm-event.service (destination-file destination-slice-property)
	ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
	ReferencedBy: rpc-statd-notify.service (destination-file destination-slice-property)
	ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
	ReferencedBy: caddy.service (destination-file destination-slice-property)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-slice-property)
	ReferencedBy: systemd-initctl.service (destination-file destination-slice-property)
	ReferencedBy: NetworkManager.service (destination-file destination-slice-property)
	ReferencedBy: tmp.mount (destination-file destination-slice-property)
	ReferencedBy: nfsdcld.service (destination-file destination-slice-property)
	ReferencedBy: systemd-rfkill.socket (destination-file destination-slice-property)
	ReferencedBy: cups-browsed.service (destination-file destination-slice-property)
	ReferencedBy: virtlockd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: system-systemd\x2dcoredump.slice (destination-implicit)
	ReferencedBy: home-tj-Downloads.mount (destination-file destination-slice-property)
	ReferencedBy: jool.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file destination-slice-property)
	ReferencedBy: mdadm-shutdown.service (destination-file destination-slice-property)
	ReferencedBy: rsyslog.service (destination-file destination-slice-property)
	ReferencedBy: polkit.service (destination-file destination-slice-property)
	ReferencedBy: jool_siit.service (destination-file destination-slice-property)
	ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
	ReferencedBy: mnt-machines_old.mount (destination-file destination-slice-property)
	ReferencedBy: blk-availability.service (destination-file destination-slice-property)
	ReferencedBy: schroot.service (destination-file destination-slice-property)
	ReferencedBy: shutdown-initrd.service (destination-file destination-slice-property)
	ReferencedBy: plymouth-quit-wait.service (destination-file destination-slice-property)
	ReferencedBy: colord.service (destination-file destination-slice-property)
	ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-file destination-slice-property)
	ReferencedBy: apache2.service (destination-file destination-slice-property)
	ReferencedBy: fwupd-refresh.service (destination-file destination-slice-property)
	ReferencedBy: var-lib-libvirt.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-fsckd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
	ReferencedBy: edac.service (destination-file destination-slice-property)
	ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
	ReferencedBy: apt-cacher-ng.service (destination-file destination-slice-property)
	ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
	ReferencedBy: rpcbind.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-file destination-slice-property)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
	ReferencedBy: rc-local.service (destination-file destination-slice-property)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-file destination-slice-property)
	ReferencedBy: virtlogd-admin.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-file destination-slice-property)
	ReferencedBy: debspawn-clear-caches.service (destination-file destination-slice-property)
	ReferencedBy: wpa_supplicant.service (destination-file destination-slice-property)
	ReferencedBy: hddtemp.service (destination-file destination-slice-property)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-file destination-slice-property)
	ReferencedBy: home-tj-Pictures.mount (destination-file destination-slice-property)
	ReferencedBy: uuidd.service (destination-file destination-slice-property)
	ReferencedBy: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-implicit)
	ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
	ReferencedBy: atop-rotate.service (destination-file destination-slice-property)
	ReferencedBy: rpcbind.socket (destination-file destination-slice-property)
	ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
	ReferencedBy: usr-local.mount (destination-file destination-slice-property)
	ReferencedBy: nvmefc-boot-connections.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
	ReferencedBy: rpc-gssd.service (destination-file destination-slice-property)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file destination-slice-property)
	ReferencedBy: rpc-statd.service (destination-file destination-slice-property)
	ReferencedBy: nfs-blkmap.service (destination-file destination-slice-property)
	ReferencedBy: console-setup.service (destination-file destination-slice-property)
	ReferencedBy: fwupd.service (destination-file destination-slice-property)
	ReferencedBy: apparmor.service (destination-file destination-slice-property)
	ReferencedBy: atop.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd-tls.socket (destination-file destination-slice-property)
	ReferencedBy: var-lib-l8r.mount (destination-file destination-slice-property)
	ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
	ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
	ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
	ReferencedBy: lm-sensors.service (destination-file destination-slice-property)
	ReferencedBy: lttng-sessiond.service (destination-file destination-slice-property)
	ReferencedBy: libvirtd.service (destination-file destination-slice-property)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-file destination-slice-property)
	ReferencedBy: libvirt-guests.service (destination-file destination-slice-property)
	ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
	ReferencedBy: var-lib-machines.mount (destination-file destination-slice-property)
	ReferencedBy: auth-rpcgss-module.service (destination-file destination-slice-property)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-file destination-slice-property)
	InSlice: -.slice (origin-implicit)
	SliceOf: plymouth-quit-wait.service (destination-slice-property)
	SliceOf: smartmontools.service (destination-slice-property)
	SliceOf: libvirtd-tls.socket (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Experiments.mount (destination-slice-property)
	SliceOf: initrd-cleanup.service (destination-slice-property)
	SliceOf: systemd-journald.socket (destination-slice-property)
	SliceOf: systemd-update-utmp.service (destination-slice-property)
	SliceOf: systemd-journald.service (destination-slice-property)
	SliceOf: systemd-initctl.service (destination-slice-property)
	SliceOf: libvirtd-ro.socket (destination-slice-property)
	SliceOf: systemd-machine-id-commit.service (destination-slice-property)
	SliceOf: initrd-parse-etc.service (destination-slice-property)
	SliceOf: var-log.mount (destination-slice-property)
	SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
	SliceOf: systemd-coredump.socket (destination-slice-property)
	SliceOf: systemd-fsck-root.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny-home.mount (destination-slice-property)
	SliceOf: system-systemd\x2dcryptsetup.slice (destination-implicit)
	SliceOf: virtlogd.socket (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Schroot.mount (destination-slice-property)
	SliceOf: systemd-remount-fs.service (destination-slice-property)
	SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
	SliceOf: srv-NAS-Sunny-Media.mount (destination-slice-property)
	SliceOf: systemd-resolved.service (destination-slice-property)
	SliceOf: systemd-sysext.service (destination-slice-property)
	SliceOf: home-tj-Downloads.mount (destination-slice-property)
	SliceOf: run-user-1000.mount (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Documents.mount (destination-slice-property)
	SliceOf: run-credentials-systemd\x2dsysctl.service.mount (destination-slice-property)
	SliceOf: systemd-quotacheck.service (destination-slice-property)
	SliceOf: console-setup.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny.mount (destination-slice-property)
	SliceOf: udisks2.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Downloads.mount (destination-slice-property)
	SliceOf: libvirt-guests.service (destination-slice-property)
	SliceOf: systemd-initctl.socket (destination-slice-property)
	SliceOf: fancontrol.service (destination-slice-property)
	SliceOf: systemd-udev-settle.service (destination-slice-property)
	SliceOf: var-cache.mount (destination-slice-property)
	SliceOf: systemd-ask-password-console.service (destination-slice-property)
	SliceOf: cups-browsed.service (destination-slice-property)
	SliceOf: nfs-blkmap.service (destination-slice-property)
	SliceOf: var.mount (destination-slice-property)
	SliceOf: cups.socket (destination-slice-property)
	SliceOf: systemd-udev-trigger.service (destination-slice-property)
	SliceOf: var-lib-libvirt.mount (destination-slice-property)
	SliceOf: system-systemd\x2dcoredump.slice (destination-implicit)
	SliceOf: apt-daily-upgrade.service (destination-slice-property)
	SliceOf: polkit.service (destination-slice-property)
	SliceOf: var-lib-machines.mount (destination-slice-property)
	SliceOf: rtkit-daemon.service (destination-slice-property)
	SliceOf: NetworkManager.service (destination-slice-property)
	SliceOf: binfmt-support.service (destination-slice-property)
	SliceOf: nfs-server.service (destination-slice-property)
	SliceOf: fwupd-refresh.service (destination-slice-property)
	SliceOf: tmp.mount (destination-slice-property)
	SliceOf: auditd.service (destination-slice-property)
	SliceOf: system-getty.slice (destination-implicit)
	SliceOf: home-tj-Videos.mount (destination-slice-property)
	SliceOf: dm-event.socket (destination-slice-property)
	SliceOf: rpc-statd-notify.service (destination-slice-property)
	SliceOf: systemd-journal-flush.service (destination-slice-property)
	SliceOf: nfsdcld.service (destination-slice-property)
	SliceOf: cups.service (destination-slice-property)
	SliceOf: lvm2-monitor.service (destination-slice-property)
	SliceOf: virtlockd.socket (destination-slice-property)
	SliceOf: atop.service (destination-slice-property)
	SliceOf: virtlogd.service (destination-slice-property)
	SliceOf: rescue.service (destination-slice-property)
	SliceOf: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-slice-property)
	SliceOf: dpkg-db-backup.service (destination-slice-property)
	SliceOf: usr-my.mount (destination-slice-property)
	SliceOf: lvm2-lvmpolld.service (destination-slice-property)
	SliceOf: rsyslog.service (destination-slice-property)
	SliceOf: systemd-ask-password-plymouth.service (destination-slice-property)
	SliceOf: jool_siit.service (destination-slice-property)
	SliceOf: alsa-state.service (destination-slice-property)
	SliceOf: getty-static.service (destination-slice-property)
	SliceOf: virtlogd-admin.socket (destination-slice-property)
	SliceOf: rpc-statd.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
	SliceOf: systemd-random-seed.service (destination-slice-property)
	SliceOf: atop-rotate.service (destination-slice-property)
	SliceOf: boot-efi.mount (destination-slice-property)
	SliceOf: lvm2-lvmpolld.socket (destination-slice-property)
	SliceOf: systemd-machined.service (destination-slice-property)
	SliceOf: dm-event.service (destination-slice-property)
	SliceOf: apparmor.service (destination-slice-property)
	SliceOf: fstrim.service (destination-slice-property)
	SliceOf: systemd-sysusers.service (destination-slice-property)
	SliceOf: usr-local.mount (destination-slice-property)
	SliceOf: rpcbind.service (destination-slice-property)
	SliceOf: systemd-sysctl.service (destination-slice-property)
	SliceOf: systemd-logind.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Machines.mount (destination-slice-property)
	SliceOf: blk-availability.service (destination-slice-property)
	SliceOf: systemd-pstore.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
	SliceOf: initrd-switch-root.service (destination-slice-property)
	SliceOf: fwupd.service (destination-slice-property)
	SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
	SliceOf: debspawn-clear-caches.service (destination-slice-property)
	SliceOf: rpc-svcgssd.service (destination-slice-property)
	SliceOf: schroot.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny-SourceCode-Android.mount (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Backup.mount (destination-slice-property)
	SliceOf: systemd-fsckd.socket (destination-slice-property)
	SliceOf: libvirtd-admin.socket (destination-slice-property)
	SliceOf: systemd-pcrphase.service (destination-slice-property)
	SliceOf: caddy.service (destination-slice-property)
	SliceOf: virtlockd.service (destination-slice-property)
	SliceOf: systemd-firstboot.service (destination-slice-property)
	SliceOf: rpc-gssd.service (destination-slice-property)
	SliceOf: systemd-udevd.service (destination-slice-property)
	SliceOf: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-slice-property)
	SliceOf: opt.mount (destination-slice-property)
	SliceOf: nfs-idmapd.service (destination-slice-property)
	SliceOf: plymouth-switch-root.service (destination-slice-property)
	SliceOf: nvme-smart-log.service (destination-slice-property)
	SliceOf: systemd-networkd.service (destination-slice-property)
	SliceOf: systemd-journald-audit.socket (destination-slice-property)
	SliceOf: systemd-user-sessions.service (destination-slice-property)
	SliceOf: kmod-static-nodes.service (destination-slice-property)
	SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
	SliceOf: systemd-update-utmp-runlevel.service (destination-slice-property)
	SliceOf: systemd-binfmt.service (destination-slice-property)
	SliceOf: home-tj-Music.mount (destination-slice-property)
	SliceOf: alsa-restore.service (destination-slice-property)
	SliceOf: systemd-fsckd.service (destination-slice-property)
	SliceOf: logrotate.service (destination-slice-property)
	SliceOf: run-credentials-systemd\x2dsysusers.service.mount (destination-slice-property)
	SliceOf: systemd-rfkill.service (destination-slice-property)
	SliceOf: nfs-mountd.service (destination-slice-property)
	SliceOf: apt-daily.service (destination-slice-property)
	SliceOf: apache2.service (destination-slice-property)
	SliceOf: systemd-timesyncd.service (destination-slice-property)
	SliceOf: rc-local.service (destination-slice-property)
	SliceOf: run-rpc_pipefs.mount (destination-slice-property)
	SliceOf: boot.mount (destination-slice-property)
	SliceOf: lm-sensors.service (destination-slice-property)
	SliceOf: rsync.service (destination-slice-property)
	SliceOf: phpsessionclean.service (destination-slice-property)
	SliceOf: libvirtd.socket (destination-slice-property)
	SliceOf: e2scrub_all.service (destination-slice-property)
	SliceOf: emergency.service (destination-slice-property)
	SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
	SliceOf: systemd-repart.service (destination-slice-property)
	SliceOf: run-user-119.mount (destination-slice-property)
	SliceOf: keyboard-setup.service (destination-slice-property)
	SliceOf: waydroid-container.service (destination-slice-property)
	SliceOf: apt-cacher-ng.service (destination-slice-property)
	SliceOf: system-wol_wakeup_recover.slice (destination-implicit)
	SliceOf: syslog.socket (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Projects.mount (destination-slice-property)
	SliceOf: mnt-machines_old.mount (destination-slice-property)
	SliceOf: ModemManager.service (destination-slice-property)
	SliceOf: lxc-monitord.service (destination-slice-property)
	SliceOf: systemd-udevd-control.socket (destination-slice-property)
	SliceOf: srv-NAS-Sunny-SourceCode-builds.mount (destination-slice-property)
	SliceOf: system-drkonqi\x2dcoredump\x2dprocessor.slice (destination-implicit)
	SliceOf: uuidd.service (destination-slice-property)
	SliceOf: nfs-utils.service (destination-slice-property)
	SliceOf: home-tj-Audio.mount (destination-slice-property)
	SliceOf: netfilter-persistent.service (destination-slice-property)
	SliceOf: libvirtd.service (destination-slice-property)
	SliceOf: systemd-networkd.socket (destination-slice-property)
	SliceOf: nvmf-autoconnect.service (destination-slice-property)
	SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
	SliceOf: home-tj-Pictures.mount (destination-slice-property)
	SliceOf: sddm.service (destination-slice-property)
	SliceOf: virtlockd-admin.socket (destination-slice-property)
	SliceOf: systemd-modules-load.service (destination-slice-property)
	SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
	SliceOf: auth-rpcgss-module.service (destination-slice-property)
	SliceOf: lttng-sessiond.service (destination-slice-property)
	SliceOf: cron.service (destination-slice-property)
	SliceOf: uuidd.socket (destination-slice-property)
	SliceOf: home.mount (destination-slice-property)
	SliceOf: dbus.socket (destination-slice-property)
	SliceOf: man-db.service (destination-slice-property)
	SliceOf: ras-mc-ctl.service (destination-slice-property)
	SliceOf: system-modprobe.slice (destination-implicit)
	SliceOf: colord.service (destination-slice-property)
	SliceOf: edac.service (destination-slice-property)
	SliceOf: plymouth-read-write.service (destination-slice-property)
	SliceOf: upower.service (destination-slice-property)
	SliceOf: rpcbind.socket (destination-slice-property)
	SliceOf: wpa_supplicant.service (destination-slice-property)
	SliceOf: hddtemp.service (destination-slice-property)
	SliceOf: systemd-ask-password-wall.service (destination-slice-property)
	SliceOf: accounts-daemon.service (destination-slice-property)
	SliceOf: e2scrub_reap.service (destination-slice-property)
	SliceOf: atopacct.service (destination-slice-property)
	SliceOf: srv-NAS-Sunny-SourceCode.mount (destination-slice-property)
	SliceOf: jool.service (destination-slice-property)
	SliceOf: plymouth-quit.service (destination-slice-property)
	SliceOf: mdadm-shutdown.service (destination-slice-property)
	SliceOf: nvmefc-boot-connections.service (destination-slice-property)
	SliceOf: tgt.service (destination-slice-property)
	SliceOf: plymouth-start.service (destination-slice-property)
	SliceOf: shutdown-initrd.service (destination-slice-property)
	SliceOf: systemd-rfkill.socket (destination-slice-property)
	SliceOf: ssh.service (destination-slice-property)
	SliceOf: var-lib-l8r.mount (destination-slice-property)
	SliceOf: srv-NAS-Sunny-Media-Videos.mount (destination-slice-property)
	SliceOf: systemd-networkd-wait-online.service (destination-slice-property)
	SliceOf: dbus-broker.service (destination-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit smartmontools.service:
	Alias: smartd.service
	Description: Self Monitoring and Reporting Technology (SMART) Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:38 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:38 GMT
	Active 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/smartmontools.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7631e91c3eaa4ae7aca36f46ea06d21b
	Documentation: man:smartd(8)
	Documentation: man:smartd.conf(5)
	Fragment Path: /lib/systemd/system/smartmontools.service
	ConditionVirtualization: no untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	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: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: unknown
	OOMPolicy: stop
	Main PID: 2911
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	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: /
	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/smartmontools
	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/smartd -n "\$smartd_opts"
	-> ExecReload:
		Command Line: /bin/kill -HUP "\$MAINPID"
	Status Text: Next check of 4 devices will start at 05:06:38
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit system-wol_wakeup_recover.slice:
	Description: Slice /system/wol_wakeup_recover
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2024-02-01 06:14:38 GMT
	Inactive Exit Timestamp: Thu 2024-02-01 06:14:38 GMT
	Active Enter Timestamp: Thu 2024-02-01 06:14:38 GMT
	Active 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-wol_wakeup_recover.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 338f16568d584b92b16f612e75ad7ea4
	Condition Timestamp: Thu 2024-02-01 06:14:38 GMT
	Condition Result: yes
	Assert Timestamp: Thu 2024-02-01 06:14:38 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	InSlice: system.slice (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-SUNNY-Media.device:
	Description: /dev/SUNNY/Media
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 8fb193ce4e954faa868a948ae2e2d322
	Following: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxB3IZKTAR1iwuYMNcqzotwSKcO8s1zGyL.device
	Following Set Member: dev-disk-by\x2dlabel-Media.device
	Following Set Member: sys-devices-virtual-block-dm\x2d72.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dMedia.device
	Following Set Member: dev-mapper-SUNNY\x2dMedia.device
	Following Set Member: dev-dm\x2d72.device
	Following Set Member: dev-disk-by\x2duuid-43416d78\x2d6ddd\x2d437a\x2d97d5\x2dca6fca0b0091.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/Media
	Sysfs Path: /sys/devices/virtual/block/dm-72
	Found: found-udev
-> Unit dev-dm\x2d99.device:
	Description: /dev/dm-99
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b40615f2f7194e22af29c30e57eab65f
	Following: sys-devices-virtual-block-dm\x2d99.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2dlabel-var_log.device
	Following Set Member: dev-disk-by\x2duuid-ca58865b\x2de387\x2d4714\x2da996\x2d1bfcfe1a41db.device
	Following Set Member: dev-SUNNY-var_log.device
	Following Set Member: dev-mapper-SUNNY\x2dvar_log.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxSCXUZvrFI0D3yPUQFCLZ1ewfoyU33qyI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d99.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-99
	Sysfs Path: /sys/devices/virtual/block/dm-99
	Found: found-udev
-> Unit initrd-udevadm-cleanup-db.service:
	Description: Cleanup udev Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/initrd-udevadm-cleanup-db.service
	AssertPathExists: /etc/initrd-release untested
	Requires: system.slice (origin-file)
	WantedBy: initrd-switch-root.target (destination-file)
	Conflicts: systemd-udevd-control.socket (origin-file)
	Conflicts: systemd-udev-settle.service (origin-file)
	Conflicts: systemd-udev-trigger.service (origin-file)
	Conflicts: systemd-udevd-kernel.socket (origin-file)
	Conflicts: systemd-udevd.service (origin-file)
	Before: initrd-switch-root.target (origin-file destination-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	After: systemd-udevd.service (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: initrd-switch-root.target (origin-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d84.device:
	Description: /dev/dm-84
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 7146ad6f070540eab7cb98620d26819c
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-84
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 3ecc812ce0bb434ab9a32d15655638be
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S21HNSAG427440L-part4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit hddtemp.service:
	Description: LSB: disk temperature monitoring daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:50 GMT
	Active 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: 9427bd9c17fa49b584a9536057a08410
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/hddtemp.service
	Source Path: /etc/init.d/hddtemp
	Condition Timestamp: Wed 2024-01-31 23:36:50 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:50 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	References: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	References: multi-user.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	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
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	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: /
	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: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /etc/init.d/hddtemp start
	-> ExecStop:
		Command Line: /etc/init.d/hddtemp 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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d89.device:
	Description: /sys/devices/virtual/block/dm-89
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 4ef6cc756cd24f34b41179e406958195
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: dev-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-89
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d92.device:
	Description: /sys/devices/virtual/block/dm-92
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 70f3f214e85d48928b8a85f22c648c7c
	Following Set Member: dev-dm\x2d92.device
	Following Set Member: dev-SUNNY-vda.device
	Following Set Member: dev-mapper-SUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx97ZHca8E5BOTday8c5s9NozaaSDnyyTl.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-92
	Sysfs Path: /sys/devices/virtual/block/dm-92
	Found: found-udev
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit dev-mapper-SUNNY\x2dartslover2u_g.device:
	Description: /dev/mapper/SUNNY-artslover2u_g
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:19 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:19 GMT
	Active 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: eff694a192ca41c1a3307a5a2ca2c66c
	Following: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-SUNNY-artslover2u_g.device
	Following Set Member: dev-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_g.device
	Following Set Member: sys-devices-virtual-block-dm\x2d106.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxfKUf3K99ym0N1ybuqYq1mT9xScItnpEl.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dQ5oh1F\x2dCKte\x2djLp6\x2dtMkL\x2dAiOr\x2dx2CH\x2dNSvpwo.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_g
	Sysfs Path: /sys/devices/virtual/block/dm-106
	Found: found-udev
-> Unit var-cache.mount:
	Description: /var/cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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/var-cache.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6dffad910aae478aa235bb0940049262
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-cache.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: dev-mapper-SUNNY\x2dCache.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	RequiredBy: apparmor.service (destination-path)
	RequiredBy: fwupd-refresh.service (destination-path)
	RequiredBy: apt-cacher-ng.service (destination-path)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: cups.path (destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	Before: fwupd-refresh.service (destination-path)
	Before: apt-cacher-ng.service (destination-path)
	Before: fwupd.service (destination-file)
	Before: apparmor.service (destination-path)
	Before: umount.target (origin-mountinfo)
	Before: cups.path (destination-path)
	After: systemd-journald.socket (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (origin-file)
	After: dev-mapper-SUNNY\x2dCache.device (origin-mountinfo)
	After: system.slice (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dCache.target (origin-file origin-mountinfo)
	After: -.mount (origin-file)
	After: local-fs-pre.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dCache.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	References: -.mount (origin-file)
	References: dev-mapper-SUNNY\x2dCache.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: systemd-fsck at dev-mapper-SUNNY\x2dCache.service (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dCache.target (origin-file origin-mountinfo)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: apparmor.service (destination-path)
	ReferencedBy: fwupd-refresh.service (destination-path)
	ReferencedBy: apt-cacher-ng.service (destination-path)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: cups.path (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /dev/mapper/SUNNY-Cache (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/cache
	What: /dev/mapper/SUNNY-Cache
	File System Type: btrfs
	Options: rw,relatime,ssd,discard=async,space_cache,subvolid=5,subvol=/,x-systemd.requires-mounts-for=/var
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit blockdev at dev-mapper-SUNNY\x2dNAS.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-NAS
	Instance: dev-mapper-SUNNY\x2dNAS
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-subsystem-net-devices-ifb1.device:
	Description: /sys/subsystem/net/devices/ifb1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2024-02-11 21:09:15 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active Enter Timestamp: Sun 2024-02-11 21:09:15 GMT
	Active 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: 2904a1c0fe354dd98772011c6fa3a259
	Following Set Member: sys-devices-virtual-net-ifb1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/subsystem/net/devices/ifb1
	Sysfs Path: /sys/devices/virtual/net/ifb1
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-NAS.device:
	Description: /dev/disk/by-label/NAS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 7fc057b6fe224c6ba173f52239e51958
	Following: sys-devices-virtual-block-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	Following Set Member: sys-devices-virtual-block-dm\x2d18.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-label/NAS
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-dm\x2d89.device:
	Description: /dev/dm-89
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 13307079d7994afa8b8a7d7a4877ae14
	Following: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-SUNNY-Android.device
	Following Set Member: dev-disk-by\x2dlabel-Android.device
	Following Set Member: dev-mapper-SUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2duuid-7dd9347f\x2d2240\x2d44c9\x2daa5a\x2dabaed8eaa7fe.device
	Following Set Member: sys-devices-virtual-block-dm\x2d89.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dAndroid.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1Lkf8nifJZEgDoocVgV9LMl710kUbF30.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-89
	Sysfs Path: /sys/devices/virtual/block/dm-89
	Found: found-udev
-> Unit system-systemd\x2dcoredump.slice:
	Description: Slice /system/systemd-coredump
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2024-02-09 10:36:32 GMT
	Inactive Exit Timestamp: Fri 2024-02-09 10:36:32 GMT
	Active Enter Timestamp: Fri 2024-02-09 10:36:32 GMT
	Active 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\x2dcoredump.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ff8773630a1c458e8d078a169f172455
	Condition Timestamp: Fri 2024-02-09 10:36:32 GMT
	Condition Result: yes
	Assert Timestamp: Fri 2024-02-09 10:36:32 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	InSlice: system.slice (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:23 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 6bd392409a5e4d679be5e62c836e9a44
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-119.slice (destination-implicit)
	RequiredBy: user-1000.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-1000.slice (destination-implicit)
	Before: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: user-119.slice (destination-implicit)
	Before: systemd-logind.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: slices.target (origin-file)
	ReferencedBy: user-1000.slice (destination-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: user-119.slice (destination-implicit)
	InSlice: -.slice (origin-implicit)
	SliceOf: user-119.slice (destination-implicit)
	SliceOf: user-1000.slice (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-dm\x2d88.device:
	Description: /dev/dm-88
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 13649c677a79472d8d04bf086a1874b8
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-88
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb5.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: bd3204c8f7c04dae82f74e5311a08599
	Following Set Member: dev-disk-by\x2dpartuuid-cf9a5b01\x2d6ef0\x2d4518\x2d96ce\x2d896d546ceca6.device
	Following Set Member: dev-disk-by\x2dpartlabel-Unknown.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d373k1m\x2daZGh\x2dhsCV\x2dgjE3\x2dUMMv\x2dHKdx\x2d0shjqj.device
	Following Set Member: dev-sdb5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb5
	Found: found-udev
-> Unit debspawn-clear-caches.timer:
	Description: Clear all debspawn caches regularly
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: e892fc9e329347a6888a54ce3e45c4fb
	Fragment Path: /lib/systemd/system/debspawn-clear-caches.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	WantedBy: debspawn-clear-caches.service (destination-file)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: debspawn-clear-caches.service (origin-implicit)
	Before: timers.target (origin-default)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: var.mount (origin-file origin-path)
	Triggers: debspawn-clear-caches.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: debspawn-clear-caches.service (origin-implicit)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-default)
	ReferencedBy: debspawn-clear-caches.service (destination-file)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: debspawn-clear-caches.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 20min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-01 00:00:00
-> Unit dev-dm\x2d23.device:
	Description: /dev/dm-23
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: e4bff960a7f44ecfa12bdd7602e36f63
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-23
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit dev-disk-by\x2ddiskseq-1.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9702d4afcf8947f88d2241d59e39bcc5
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-diskseq/1
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 7e518f0b6bc2442fabae189f88626ec8
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.socket
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file)
	Requires: -.mount (origin-file)
	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: -.mount (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: var.mount (origin-file)
	Triggers: systemd-rfkill.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-rfkill.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: -.mount (origin-file)
	References: var.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-devices-virtual-block-dm\x2d18.device:
	Description: /sys/devices/virtual/block/dm-18
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c980dbc0dfa04a1497bfa74ee72cfea4
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dNAS.device
	Following Set Member: dev-dm\x2d18.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxPtdPJNmTOEE6voilUmu6JcIWwLniUFA3.device
	Following Set Member: dev-disk-by\x2dlabel-NAS.device
	Following Set Member: dev-mapper-SUNNY\x2dNAS.device
	Following Set Member: dev-SUNNY-NAS.device
	Following Set Member: dev-disk-by\x2duuid-d28fe073\x2d4535\x2d4871\x2d9074\x2d84f02f40c51c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-18
	Sysfs Path: /sys/devices/virtual/block/dm-18
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-artslover2u_c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: 368090394102481ea35595b0fc90767c
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-artslover2u_c
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 8c35da248d45416ea1e78b9ec6f811fe
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-uuid/f7175e39-2594-4cb9-b842-de2e1c208f61
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d105.device:
	Description: /sys/devices/virtual/block/dm-105
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:43:13 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:43:13 GMT
	Active 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: 02de223a4be24514bc1f551f51b25151
	Following Set Member: dev-SUNNY-artslover2u_f.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d7gdT2N\x2dEWBc\x2dgHwr\x2dZfBR\x2drlgt\x2d3agi\x2dld3lFm.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxteR0kCbJOcFktUVCSiNxzq7XcRwhV2rV.device
	Following Set Member: dev-dm\x2d105.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_f.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-105
	Sysfs Path: /sys/devices/virtual/block/dm-105
	Found: found-udev
-> Unit polkit.service:
	Description: Authorization Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:37 GMT
	Active 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 pids
	Invocation ID: fab28f67a9bb4243a3639603ed46f4f9
	Documentation: man:polkit(8)
	Fragment Path: /lib/systemd/system/polkit.service
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: ModemManager.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ModemManager.service (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file origin-slice-property)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ModemManager.service (destination-file)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	Main PID: 2907
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PolicyKit1
	Bus Name Good: yes
	RestartSec: 100ms
	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: /
	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/polkit-1/polkitd --no-debug
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c21791d320004000bfffc32cbadc9d73
	Following Set Member: dev-rfkill.device
	Wants: systemd-rfkill.socket (origin-udev)
	BoundBy: systemd-rfkill.service (destination-file)
	BoundBy: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	References: systemd-rfkill.socket (origin-udev)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-mapper-SUNNY\x2dcontainers.E0.device:
	Description: /dev/mapper/SUNNY-containers.E0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: bf11c8c253724107a65923c844fd6d04
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-containers.E0
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dartslover2u_b.device:
	Description: /dev/mapper/SUNNY-artslover2u_b
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:30 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:30 GMT
	Active 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: 9e5f18f752044f5f98774fb4d51ef18c
	Following: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxiWAMwgR7P1lIxjD56unSSTzC0nuylh7y.device
	Following Set Member: dev-dm\x2d101.device
	Following Set Member: sys-devices-virtual-block-dm\x2d101.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d63C22X\x2damkH\x2dsITD\x2dTDxi\x2df2y7\x2dplw8\x2dS6RQzc.device
	Following Set Member: dev-SUNNY-artslover2u_b.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-artslover2u_b
	Sysfs Path: /sys/devices/virtual/block/dm-101
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 2189335d39364595b87509399ce2c6fd
	Following: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-dm\x2d98.device
	Following Set Member: dev-disk-by\x2dlabel-Waydroid.device
	Following Set Member: dev-SUNNY-Waydroid.device
	Following Set Member: dev-mapper-SUNNY\x2dWaydroid.device
	Following Set Member: sys-devices-virtual-block-dm\x2d98.device
	Following Set Member: dev-disk-by\x2duuid-7d8273f6\x2da719\x2d481f\x2da509\x2d45dfd2c35524.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dWaydroid.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxW31atgLs9PFxT7LLlUldrHA90fPkG09F
	Sysfs Path: /sys/devices/virtual/block/dm-98
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 66c569bd4ff7460088697ca166df932f
	Following: sys-devices-virtual-block-dm\x2d13.device
	Following Set Member: dev-dm\x2d13.device
	Following Set Member: dev-SUNNY-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-8e6b228f\x2d6b28\x2d4979\x2d955a\x2d682ae4bdbcf3.device
	Following Set Member: dev-mapper-SUNNY\x2dvar.device
	Following Set Member: dev-disk-by\x2dlabel-var.device
	Following Set Member: sys-devices-virtual-block-dm\x2d13.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxZNgMnK5FgVy7Ifvv6J13rNjEO5cyy3K5
	Sysfs Path: /sys/devices/virtual/block/dm-13
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Documents
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: c59fdbe901964630b0153fc14b6778a2
	Following: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: sys-devices-virtual-block-dm\x2d77.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-SUNNY-Documents.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Documents
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb3.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 786c69b091014c2c931acb39d26d657f
	Following Set Member: dev-disk-by\x2duuid-07047dc5\x2dc0a1\x2d48ec\x2da794\x2de2385631cecd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-83dad3f7\x2d2cdf\x2d4660\x2d810a\x2d2c56cce3248c.device
	Following Set Member: dev-sdb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb3
	Found: found-udev
-> Unit dev-dm\x2d55.device:
	Description: /dev/dm-55
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 2a34fb41f2f1470aa6e3a2c437f0d50a
	Following: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-SUNNY-usr_local.device
	Following Set Member: sys-devices-virtual-block-dm\x2d55.device
	Following Set Member: dev-disk-by\x2dlabel-usr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dusr_local.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxH8qr1qN9seU1iU2HpRzgIRBiEwbOBwAM.device
	Following Set Member: dev-disk-by\x2duuid-63874235\x2dad0b\x2d4e60\x2d8638\x2d4121e5d5664a.device
	Following Set Member: dev-mapper-SUNNY\x2dusr_local.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-55
	Sysfs Path: /sys/devices/virtual/block/dm-55
	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: Wed 2024-01-31 23:36:36 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 5943f3d989ad43e1a0cc25a1828159d9
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: colord.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: waydroid-container.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: dbus-broker.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: dbus-broker.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: rtkit-daemon.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: waydroid-container.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: dbus-broker.service (origin-implicit destination-file)
	Before: ModemManager.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: colord.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: upower.service (destination-file)
	Before: polkit.service (destination-file)
	Before: NetworkManager.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	Triggers: dbus-broker.service (origin-implicit destination-file)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus-broker.service (origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: waydroid-container.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: dbus-broker.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
	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
	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
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-mapper-LUKS2_OS.device:
	Description: /dev/mapper/LUKS2_OS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 5a9938dd166043c3bee0335600bca581
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2df841d7e6751f4c59a9ec36df7656d41c\x2dLUKS2_OS.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dG2PjcM\x2dTxqu\x2drXuK\x2dwGT6\x2du2Fh\x2dc2ae\x2dH0s5RD.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLUKS2_OS.device
	Following Set Member: dev-dm\x2d0.device
	DropIn Path: /run/systemd/generator/dev-mapper-LUKS2_OS.device.d/40-device-timeout.conf
	Requires: systemd-cryptsetup at LUKS2_OS.service (origin-file)
	References: systemd-cryptsetup at LUKS2_OS.service (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/LUKS2_OS
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit dev-dm\x2d40.device:
	Description: /dev/dm-40
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: d33380f55554454984456136b4b3ec78
	Following: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2dlabel-L8R.device
	Following Set Member: dev-mapper-SUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2duuid-f29360f8\x2d25c1\x2d4d3e\x2d9988\x2d97d4be59c3d8.device
	Following Set Member: dev-SUNNY-l8r.device
	Following Set Member: sys-devices-virtual-block-dm\x2d40.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dl8r.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxuTz9c5h54MAfYLnbqnvOsT3detr6DJvS.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-40
	Sysfs Path: /sys/devices/virtual/block/dm-40
	Found: found-udev
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/umount.target
	ConflictedBy: usr-local.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	ConflictedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ConflictedBy: var-lib-machines.mount (destination-mountinfo)
	ConflictedBy: run-user-119.mount (destination-mountinfo)
	ConflictedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ConflictedBy: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	ConflictedBy: home-tj-Audio.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	ConflictedBy: run-rpc_pipefs.mount (destination-file)
	ConflictedBy: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-home.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ConflictedBy: home-tj-Downloads.mount (destination-mountinfo)
	ConflictedBy: tmp.mount (destination-mountinfo)
	ConflictedBy: var-lib-l8r.mount (destination-mountinfo)
	ConflictedBy: nfsdcld.service (destination-file)
	ConflictedBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	ConflictedBy: opt.mount (destination-mountinfo)
	ConflictedBy: boot.mount (destination-mountinfo)
	ConflictedBy: var-lib-libvirt.mount (destination-mountinfo)
	ConflictedBy: home-tj-Music.mount (destination-mountinfo)
	ConflictedBy: var-log.mount (destination-mountinfo)
	ConflictedBy: boot-efi.mount (destination-mountinfo)
	ConflictedBy: shutdown-initrd.service (destination-file)
	ConflictedBy: home-tj-Videos.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	ConflictedBy: mnt-machines_old.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	ConflictedBy: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	ConflictedBy: run-user-1000.mount (destination-mountinfo)
	ConflictedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	ConflictedBy: var.mount (destination-mountinfo)
	ConflictedBy: nfs-blkmap.service (destination-file)
	ConflictedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ConflictedBy: var-cache.mount (destination-mountinfo)
	ConflictedBy: home.mount (destination-mountinfo)
	ConflictedBy: mdadm-shutdown.service (destination-file)
	ConflictedBy: rpc-statd.service (destination-file)
	ConflictedBy: usr-my.mount (destination-mountinfo)
	ConflictedBy: rpc-gssd.service (destination-file)
	ConflictedBy: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	ConflictedBy: home-tj-Pictures.mount (destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	After: usr-local.mount (destination-mountinfo)
	After: run-user-119.mount (destination-mountinfo)
	After: home-tj-Pictures.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	After: home-tj-Music.mount (destination-mountinfo)
	After: home-tj-Audio.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	After: boot.mount (destination-mountinfo)
	After: usr-my.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	After: srv-NAS-Sunny.mount (destination-mountinfo)
	After: var-lib-libvirt.mount (destination-mountinfo)
	After: opt.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	After: var-lib-machines.mount (destination-mountinfo)
	After: var.mount (destination-mountinfo)
	After: run-user-1000.mount (destination-mountinfo)
	After: mnt-machines_old.mount (destination-mountinfo)
	After: home.mount (destination-mountinfo)
	After: tmp.mount (destination-mountinfo)
	After: var-lib-l8r.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	After: home-tj-Downloads.mount (destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	After: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	After: var-log.mount (destination-mountinfo)
	After: srv-NAS-Sunny-home.mount (destination-mountinfo)
	After: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	After: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	After: home-tj-Videos.mount (destination-mountinfo)
	After: var-cache.mount (destination-mountinfo)
	After: boot-efi.mount (destination-mountinfo)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	After: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	After: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	After: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Projects.mount (destination-mountinfo)
	ReferencedBy: home-tj-Pictures.mount (destination-mountinfo)
	ReferencedBy: opt.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-home.mount (destination-mountinfo)
	ReferencedBy: usr-my.mount (destination-mountinfo)
	ReferencedBy: var-lib-l8r.mount (destination-mountinfo)
	ReferencedBy: mdadm-shutdown.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-mountinfo)
	ReferencedBy: var.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount (destination-mountinfo)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: run-credentials-systemd\x2dsysusers.service.mount (destination-mountinfo)
	ReferencedBy: home.mount (destination-mountinfo)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dsysctl.service.mount (destination-mountinfo)
	ReferencedBy: var-lib-libvirt.mount (destination-mountinfo)
	ReferencedBy: home-tj-Audio.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Documents.mount (destination-mountinfo)
	ReferencedBy: shutdown-initrd.service (destination-file)
	ReferencedBy: usr-local.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Media.mount (destination-mountinfo)
	ReferencedBy: systemd-cryptsetup at LUKS2_OS.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny.mount (destination-mountinfo)
	ReferencedBy: home-tj-Downloads.mount (destination-mountinfo)
	ReferencedBy: run-user-119.mount (destination-mountinfo)
	ReferencedBy: nfsdcld.service (destination-file)
	ReferencedBy: boot.mount (destination-mountinfo)
	ReferencedBy: home-tj-Music.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-mountinfo)
	ReferencedBy: tmp.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-Android.mount (destination-mountinfo)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: mnt-machines_old.mount (destination-mountinfo)
	ReferencedBy: var-log.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Schroot.mount (destination-mountinfo)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Machines.mount (destination-mountinfo)
	ReferencedBy: var-cache.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-Downloads.mount (destination-mountinfo)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-SourceCode.mount (destination-mountinfo)
	ReferencedBy: home-tj-Videos.mount (destination-mountinfo)
	ReferencedBy: run-user-1000.mount (destination-mountinfo)
	ReferencedBy: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount (destination-mountinfo)
	ReferencedBy: systemd-cryptsetup at LUKS2_BOOT.service (destination-file)
	ReferencedBy: srv-NAS-Sunny-Media-Videos.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-fsck at dev-mapper-SUNNY\x2dExperiments.service:
	Description: File System Check on /dev/mapper/SUNNY-Experiments
	Instance: dev-mapper-SUNNY\x2dExperiments
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 2407cee01b0d48acb3fba9a3529023e9
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:28 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:28 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2dExperiments.device (origin-file)
	RequiredBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: srv-NAS-Sunny-Experiments.mount (destination-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: dev-mapper-SUNNY\x2dExperiments.device (origin-file)
	After: systemd-journald.socket (origin-file)
	References: dev-mapper-SUNNY\x2dExperiments.device (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	ReferencedBy: srv-NAS-Sunny-Experiments.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-Experiments
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dvdb.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-vdb
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: b9d5cca297bd4ff3978d194f076ff8ec
	Following: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-dm\x2d93.device
	Following Set Member: sys-devices-virtual-block-dm\x2d93.device
	Following Set Member: dev-mapper-SUNNY\x2dvdb.device
	Following Set Member: dev-SUNNY-vdb.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxP5trNL2Xn81xkdfBrWMqkzr0dxibbqP3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-vdb
	Sysfs Path: /sys/devices/virtual/block/dm-93
	Found: found-udev
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: f23a29e059ad4fbc9dd1bf2d44ac6e00
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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
	SocketProtocol: ip
	Symlinks: /dev/log
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7c221ed887a445319ab75a3c5ac00de7
	Following: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-disk-by\x2duuid-23de275a\x2d1a87\x2d4b81\x2da952\x2df548cd3e4374.device
	Following Set Member: dev-mapper-SUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2detc.device
	Following Set Member: dev-disk-by\x2dlabel-etc.device
	Following Set Member: dev-SUNNY-etc.device
	Following Set Member: sys-devices-virtual-block-dm\x2d60.device
	Following Set Member: dev-dm\x2d60.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxrNdwY7VTdGJc0EGLHryQPmG4LJK9dHB1
	Sysfs Path: /sys/devices/virtual/block/dm-60
	Found: found-udev
-> Unit blockdev at dev-mapper-LUKS_WD30EZRZ.target:
	Description: Block Device Preparation for /dev/mapper/LUKS_WD30EZRZ
	Instance: dev-mapper-LUKS_WD30EZRZ
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 19d06308a1dd431c8a4605beb1cc4281
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Condition Timestamp: Wed 2024-01-31 23:36:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:25 GMT
	Assert Result: yes
	WantedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-cryptsetup at LUKS_WD30EZRZ.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 73d29ed5d4a3474ba9814fe269ea7fc4
	Following Set Member: dev-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/platform/serial8250/tty/ttyS1
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
	Found: found-udev
-> Unit srv-NAS-Sunny-SourceCode-builds.mount:
	Description: /srv/NAS/Sunny/SourceCode/builds
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/srv-NAS-Sunny-SourceCode-builds.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8758a9fd43a94f0e8631dade68d11162
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/srv-NAS-Sunny-SourceCode-builds.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:28 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:28 GMT
	Assert Result: yes
	Requires: dev-mapper-SUNNY\x2dBuilds.device (origin-mountinfo)
	Requires: systemd-fsck at dev-SUNNY-Builds.service (origin-file)
	Requires: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: srv-NAS-Sunny.mount (origin-file origin-path)
	Requires: -.mount (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: umount.target (origin-mountinfo)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: system.slice (origin-file)
	After: srv-NAS-Sunny.mount (origin-file origin-path)
	After: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	After: dev-mapper-SUNNY\x2dBuilds.device (origin-mountinfo)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-SUNNY-Builds.target (origin-file)
	After: systemd-fsck at dev-SUNNY-Builds.service (origin-file)
	After: blockdev at dev-mapper-SUNNY\x2dBuilds.target (origin-mountinfo)
	StopPropagatedFrom: dev-mapper-SUNNY\x2dBuilds.device (origin-mountinfo)
	References: local-fs.target (origin-file origin-mountinfo)
	References: blockdev at dev-mapper-SUNNY\x2dBuilds.target (origin-mountinfo)
	References: dev-mapper-SUNNY\x2dBuilds.device (origin-mountinfo)
	References: systemd-journald.socket (origin-file)
	References: srv-NAS-Sunny-SourceCode.mount (origin-file origin-path)
	References: -.mount (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: umount.target (origin-mountinfo)
	References: blockdev at dev-SUNNY-Builds.target (origin-file)
	References: systemd-fsck at dev-SUNNY-Builds.service (origin-file)
	References: local-fs-pre.target (origin-mountinfo)
	References: srv-NAS-Sunny.mount (origin-file origin-path)
	ReferencedBy: local-fs.target (destination-file)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: /srv/NAS/Sunny/SourceCode (origin-file)
	RequiresMountsFor: /dev/SUNNY/Builds (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /srv/NAS/Sunny/SourceCode/builds
	What: /dev/mapper/SUNNY-Builds
	File System Type: ext4
	Options: rw,relatime,x-systemd.requires-mounts-for=/srv/NAS/Sunny/SourceCode
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 44e48d665d4a434ab398f737d8ad7fa5
	Documentation: https://docs.kernel.org/filesystems/configfs.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: modprobe at configfs.service (origin-file)
	Requires: -.mount (origin-implicit)
	WantedBy: sys-module-configfs.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	After: modprobe at configfs.service (origin-file)
	After: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file origin-slice-property)
	References: -.mount (origin-implicit)
	References: modprobe at configfs.service (origin-file)
	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
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Wants: shutdown-initrd.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: local-fs.target (destination-file)
	OnFailureOf: initrd-root-fs.target (destination-file)
	OnFailureOf: initrd-fs.target (destination-file)
	OnFailureOf: initrd-cleanup.service (destination-file)
	OnFailureOf: initrd-usr-fs.target (destination-file)
	OnFailureOf: initrd-root-device.target (destination-file)
	OnFailureOf: initrd.target (destination-file)
	OnFailureOf: initrd-switch-root.service (destination-file)
	OnFailureOf: systemd-fsck-root.service (destination-file)
	OnFailureOf: initrd-parse-etc.service (destination-file)
	References: shutdown-initrd.service (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: initrd.target (destination-file)
	ReferencedBy: initrd-root-device.target (destination-file)
	ReferencedBy: initrd-switch-root.service (destination-file)
	ReferencedBy: initrd-cleanup.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: initrd-parse-etc.service (destination-file)
	ReferencedBy: initrd-switch-root.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: initrd-root-fs.target (destination-file)
	ReferencedBy: initrd-usr-fs.target (destination-file)
	ReferencedBy: initrd-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: 529bddd8a01c42d0a03e06f78e974e6d
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: dev-SUNNY-libvirt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit nvmefc-boot-connections.service:
	Description: Auto-connect to subsystems on FC-NVME devices found during boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/nvmefc-boot-connections.service
	ConditionPathExists: /sys/class/fc/fc_udev_device/nvme_discovery untested
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: 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)
	References: sysinit.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	RestartSec: 100ms
	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: /
	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 "echo add > /sys/class/fc/fc_udev_device/nvme_discovery"
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: 47e75be13b6f4a1fa03c7718366dc2aa
	Following: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: sys-devices-virtual-block-dm\x2d78.device
	Following Set Member: dev-mapper-SUNNY\x2dExperiments.device
	Following Set Member: dev-disk-by\x2dlabel-Experiments.device
	Following Set Member: dev-SUNNY-Experiments.device
	Following Set Member: dev-disk-by\x2duuid-ac3c3000\x2d1bed\x2d4ff6\x2db393\x2d45be1f3c2dc0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dExperiments.device
	Following Set Member: dev-dm\x2d78.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxgidmGej6SOP5IaISFVv7LZew40Rsdcl5
	Sysfs Path: /sys/devices/virtual/block/dm-78
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dmachines_old.device:
	Description: /dev/mapper/SUNNY-machines_old
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-06 20:52:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 29fe0bb97e6845a0b7d45f5cd0cdba43
	Following: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: sys-devices-virtual-block-dm\x2d35.device
	Following Set Member: dev-SUNNY-machines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dmachines_old.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxXaXS3dmI5DdeA81y8FFeyenAumwWYArq.device
	Following Set Member: dev-dm\x2d35.device
	Following Set Member: dev-disk-by\x2dlabel-machines.device
	Following Set Member: dev-disk-by\x2duuid-dedefa34\x2d0792\x2d4775\x2d8166\x2da1c2b210f4cd.device
	RequiredBy: mnt-machines_old.mount (destination-mountinfo)
	BoundBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	Before: mnt-machines_old.mount (destination-mountinfo)
	Before: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	PropagatesStopTo: mnt-machines_old.mount (destination-mountinfo)
	ReferencedBy: mnt-machines_old.mount (destination-mountinfo)
	ReferencedBy: systemd-fsck at dev-mapper-SUNNY\x2dmachines_old.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-machines_old
	Sysfs Path: /sys/devices/virtual/block/dm-35
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: d7fd7dc33f72433ca4b2d56b3fbe8192
	Following: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-SUNNY-containers.E0.device
	Following Set Member: dev-disk-by\x2dlabel-containers.device
	Following Set Member: dev-dm\x2d84.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dcontainers.E0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d84.device
	Following Set Member: dev-disk-by\x2duuid-25c4b915\x2de8c7\x2d4bc5\x2dbbe6\x2d0208ef4c451e.device
	Following Set Member: dev-mapper-SUNNY\x2dcontainers.E0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx4xZzNQlXniE9nQdq2sGFdbJWjdHIG183
	Sysfs Path: /sys/devices/virtual/block/dm-84
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dCache.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: bf61c59c1b5549ce85e9cd4c91d780c1
	Following: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-SUNNY-Cache.device
	Following Set Member: dev-disk-by\x2dlabel-Cache.device
	Following Set Member: dev-disk-by\x2duuid-9d8db75d\x2df1c4\x2d4463\x2dbe25\x2d02cb81200a62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxCegVpx0cm2LHxvsccu9zYWqvdC6KFSYI.device
	Following Set Member: sys-devices-virtual-block-dm\x2d91.device
	Following Set Member: dev-mapper-SUNNY\x2dCache.device
	Following Set Member: dev-dm\x2d91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Cache
	Sysfs Path: /sys/devices/virtual/block/dm-91
	Found: found-udev
-> Unit dev-ttyUSB0.device:
	Description: PL2303 Serial Port / Mobile Phone Data Cable
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2024-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active Enter Timestamp: Tue 2024-02-13 04:13:19 GMT
	Active 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: acb7c1ee2cfe4d2cab64603bd7570b84
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2did-usb\x2dProlific_Technology_Inc._USB\x2dSerial_Controller\x2dif00\x2dport0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.0-usb1-1\x2d12-1\x2d12:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:02:00.0\x2dusb\x2d0:12:1.0\x2dport0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/ttyUSB0
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-12/1-12:1.0/ttyUSB0/tty/ttyUSB0
	Found: found-udev
-> Unit dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371\x2dpart2.device:
	Description: WDC WDS512G1X0C-00ENX0 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 9565a47104f8467ead4a7da6851dc82a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device
	Following Set Member: dev-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-db50af7a\x2d1a5c\x2d4167\x2da849\x2d866b54980b6e.device
	Following Set Member: dev-disk-by\x2duuid-65289a2e\x2d1ca8\x2d4002\x2d8670\x2dcf57451419e2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-WDC_WDS512G1X0C-00ENX0_171273421371-part2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2024-02-05 18:42:53 GMT
	Inactive Exit Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active Enter Timestamp: Mon 2024-02-05 18:42:53 GMT
	Active 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: 05a1f6b67ded41e0916f5d5462f6fafe
	Following: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: sys-devices-virtual-block-dm\x2d102.device
	Following Set Member: dev-SUNNY-artslover2u_c.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2di08vJb\x2dsxWa\x2dWGVi\x2dY9R3\x2dUiD2\x2dYW6T\x2dQ5BAGE.device
	Following Set Member: dev-mapper-SUNNY\x2dartslover2u_c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dartslover2u_c.device
	Following Set Member: dev-dm\x2d102.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-uuid-LVM-9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxYdQGxLRm3i24cR95v37zFEIGC6MlEepe
	Sysfs Path: /sys/devices/virtual/block/dm-102
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-SUNNY\x2detc.service:
	Description: File System Check on /dev/mapper/SUNNY-etc
	Instance: dev-mapper-SUNNY\x2detc
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 10fc6b0f916843eabd168e7a2c50fabe
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Wed 2024-01-31 23:36:24 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:24 GMT
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-SUNNY\x2detc.device (origin-file)
	RequiredBy: etc.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: etc.mount (destination-file)
	After: dev-mapper-SUNNY\x2detc.device (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: dev-mapper-SUNNY\x2detc.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
	ReferencedBy: etc.mount (destination-file)
	InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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/systemd/systemd-fsck /dev/mapper/SUNNY-etc
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	StartupAllowedCPUs: 
	AllowedMemoryNodes: 
	StartupAllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart4.device:
	Description: Samsung_SSD_850_EVO_500GB Unknown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 44860c9c76ac42849cfbf81498f7da74
	Following: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-f7175e39\x2d2594\x2d4cb9\x2db842\x2dde2e1c208f61.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart4.device
	Following Set Member: dev-sdb4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb4.device
	Following Set Member: dev-disk-by\x2dpartuuid-a6b9f3c8\x2d73db\x2d4aba\x2da343\x2d4cf7447ccac8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-path/pci-0000:02:00.1-ata-6-part4
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb4
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSchroot.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Schroot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 7b53e41e12944a5aa57b451ac1751c5d
	Following: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-disk-by\x2duuid-d8d22649\x2d36b7\x2d4fc4\x2db3ec\x2d58dc94fdffb0.device
	Following Set Member: dev-disk-by\x2dlabel-Schroot.device
	Following Set Member: dev-SUNNY-Schroot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxhfyeZVfClro1Lc2mICyMqWFsUROrIl7m.device
	Following Set Member: dev-mapper-SUNNY\x2dSchroot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d88.device
	Following Set Member: dev-dm\x2d88.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Schroot
	Sysfs Path: /sys/devices/virtual/block/dm-88
	Found: found-udev
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2024-02-11 12:00:05 GMT
	Inactive Exit Timestamp: Sun 2024-02-11 12:00:05 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2024-02-11 12:00:05 GMT
	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: 985d215a8da442a9b325a95ab98369b4
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Sun 2024-02-11 12:00:05 GMT
	Condition Result: yes
	Assert Timestamp: Sun 2024-02-11 12:00:05 GMT
	Assert Result: yes
	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: systemd-journald.socket (origin-file)
	After: time-set.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: time-set.target (origin-file)
	References: initrd-switch-root.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file origin-slice-property)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
	InSlice: system.slice (origin-slice-property)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: 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
	RestartSec: 100ms
	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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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-02-13 04:13:19 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active 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: 98aba72cb62444bb85382f4f9a4a9310
	Documentation: man:dpkg(1)
	Fragment Path: /lib/systemd/system/dpkg-db-backup.timer
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: dpkg-db-backup.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-set.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: dpkg-db-backup.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: dpkg-db-backup.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-set.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: dpkg-db-backup.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit dev-mapper-SUNNY\x2ddebian11.device:
	Description: /dev/mapper/SUNNY-debian11
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:28 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:28 GMT
	Active 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: d8e45ff4fb3844b0a60d7c1a1117a90b
	Following: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: sys-devices-virtual-block-dm\x2d96.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxMAb7Xp2dEw1X6c5VJGLN4MHBPRQrRXUa.device
	Following Set Member: dev-dm\x2d96.device
	Following Set Member: dev-SUNNY-debian11.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2ddebian11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-debian11
	Sysfs Path: /sys/devices/virtual/block/dm-96
	Found: found-udev
-> Unit libvirtd-ro.socket:
	Description: Libvirt local read-only socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:36 GMT
	Active Exit Timestamp: Thu 2024-02-08 17:45:50 GMT
	Inactive Enter Timestamp: Thu 2024-02-08 17:45:50 GMT
	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: 6c7efa95a9884b6fb6505343831dee92
	Fragment Path: /lib/systemd/system/libvirtd-ro.socket
	Condition Timestamp: Wed 2024-01-31 23:36:36 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:36 GMT
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	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: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: sockets.target (origin-default destination-default)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: libvirtd.socket (origin-file)
	After: system.slice (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: libvirtd.service (origin-file origin-implicit)
	References: system.slice (origin-file origin-slice-property)
	References: shutdown.target (origin-default)
	References: libvirtd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file)
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: failed
	Result: service-start-limit-hit
	Clean Result: success
	BindIPv6Only: default
	Backlog: 2147483647
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: libvirtd-ro.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/libvirt/libvirt-sock-ro
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> 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: Wed 2024-01-31 23:36:33 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:23 GMT
	Active 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: 8d5d66ef8acc481faf593c65700f1d9f
	Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc untested
	Condition Timestamp: Wed 2024-01-31 23:36:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:23 GMT
	Assert Result: yes
	Requires: -.mount (origin-implicit)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: binfmt-support.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-binfmt.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	After: -.mount (origin-implicit)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-implicit)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	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
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	ExtraOptions: (null)
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit sys-devices-virtual-block-dm\x2d77.device:
	Description: /sys/devices/virtual/block/dm-77
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: aa9da3b1c86140da80811e16e4b52fbe
	Following Set Member: dev-disk-by\x2dlabel-Documents.device
	Following Set Member: dev-dm\x2d77.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dDocuments.device
	Following Set Member: dev-disk-by\x2duuid-0bc7ebee\x2d8afc\x2d480b\x2db542\x2d4a782338d51b.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxevo1buqEM08irYauFc66jd2KKpSRLEhu.device
	Following Set Member: dev-mapper-SUNNY\x2dDocuments.device
	Following Set Member: dev-SUNNY-Documents.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-77
	Sysfs Path: /sys/devices/virtual/block/dm-77
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d30.device:
	Description: /sys/devices/virtual/block/dm-30
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 7bdba394a6fc40be986d4d4e5d7b282b
	Following Set Member: dev-mapper-SUNNY\x2dSourceCode.device
	Following Set Member: dev-dm\x2d30.device
	Following Set Member: dev-SUNNY-SourceCode.device
	Following Set Member: dev-disk-by\x2duuid-03a39dad\x2d51f2\x2d4923\x2da614\x2d9e7fbe0259b8.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxoWMwrO7SFOo3fBzKqBr9Ex4MYHhlKtig.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dSourceCode.device
	Following Set Member: dev-disk-by\x2dlabel-SourceCode.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/virtual/block/dm-30
	Sysfs Path: /sys/devices/virtual/block/dm-30
	Found: found-udev
-> Unit boot.mount:
	Description: /boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:30 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:30 GMT
	Active 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: d03c11845d9949f8954fc5c79a24ea92
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2024-01-31 23:36:29 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2024-01-31 23:36:29 GMT
	Assert Result: yes
	Requires: dev-mapper-LUKS2_BOOT.device (origin-mountinfo)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit)
	Requires: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (origin-file)
	RequiredBy: boot-efi.mount (destination-implicit destination-path)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-mountinfo)
	Before: boot-efi.mount (destination-implicit destination-path)
	Before: umount.target (origin-mountinfo)
	Before: mdadm-shutdown.service (destination-file)
	Before: local-fs.target (origin-file origin-mountinfo)
	After: local-fs-pre.target (origin-mountinfo)
	After: blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (origin-file)
	After: system.slice (origin-file)
	After: dev-mapper-LUKS2_BOOT.device (origin-mountinfo)
	After: blockdev at dev-mapper-LUKS2_BOOT.target (origin-mountinfo)
	After: -.mount (origin-file origin-implicit)
	StopPropagatedFrom: dev-mapper-LUKS2_BOOT.device (origin-mountinfo)
	References: systemd-fsck at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.service (origin-file)
	References: -.mount (origin-file origin-implicit)
	References: blockdev at dev-mapper-LUKS2_BOOT.target (origin-mountinfo)
	References: system.slice (origin-file origin-slice-property)
	References: systemd-journald.socket (origin-file)
	References: dev-mapper-LUKS2_BOOT.device (origin-mountinfo)
	References: umount.target (origin-mountinfo)
	References: local-fs-pre.target (origin-mountinfo)
	References: blockdev at dev-disk-by\x2duuid-a5063e38\x2d439c\x2d4b65\x2daa6b\x2d72774cd05aa3.target (origin-file)
	References: local-fs.target (origin-file origin-mountinfo)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: mdadm-shutdown.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-implicit destination-path)
	InSlice: system.slice (origin-slice-property)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/a5063e38-439c-4b65-aa6b-72774cd05aa3 (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /boot
	What: /dev/mapper/LUKS2_BOOT
	File System Type: ext4
	Options: rw,relatime,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: /
	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
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 38362
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimit: 0.00%
	ManagedOOMPreference: none
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dhome.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:25 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:25 GMT
	Active 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: 893dbfd8f9da4305a54b90eeac9dbe2e
	Following: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-mapper-SUNNY\x2dhome.device
	Following Set Member: dev-SUNNY-home.device
	Following Set Member: dev-disk-by\x2dlabel-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxeqcRdyiMymJMb4ss9fPICSkeupC0NbZu.device
	Following Set Member: dev-dm\x2d50.device
	Following Set Member: sys-devices-virtual-block-dm\x2d50.device
	Following Set Member: dev-disk-by\x2duuid-af6a0237\x2d70cd\x2d467c\x2dbe04\x2d9837997444d9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-home
	Sysfs Path: /sys/devices/virtual/block/dm-50
	Found: found-udev
-> Unit blockdev at dev-mapper-SUNNY\x2dBackup.target:
	Description: Block Device Preparation for /dev/mapper/SUNNY-Backup
	Instance: dev-mapper-SUNNY\x2dBackup
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2024-02-12 18:42:40 GMT
	Inactive Exit 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: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: srv-NAS-Sunny-Backup.mount (destination-file destination-mountinfo)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: srv-NAS-Sunny-Backup.mount (destination-file destination-mountinfo)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dProjects.device:
	Description: /dev/disk/by-id/dm-name-SUNNY-Projects
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:26 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:26 GMT
	Active 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: 3c9b7c1d90074dd49edae0c18b1bbc83
	Following: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-disk-by\x2duuid-c1a7045b\x2dee11\x2d4f33\x2d9043\x2db21bb7dca97f.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxUKFYhyp0QHz8TVa2QTelF68Miz7IrqSv.device
	Following Set Member: dev-mapper-SUNNY\x2dProjects.device
	Following Set Member: dev-disk-by\x2dlabel-Projects.device
	Following Set Member: sys-devices-virtual-block-dm\x2d23.device
	Following Set Member: dev-dm\x2d23.device
	Following Set Member: dev-SUNNY-Projects.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/dm-name-SUNNY-Projects
	Sysfs Path: /sys/devices/virtual/block/dm-23
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.3-0000:02:00.1-ata6-host5-target5:0:0-5:0:0:0-block-sdb-sdb2.device:
	Description: Samsung_SSD_850_EVO_500GB BOOT.ESP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 224305003ca44a41bbcb157c5670fd27
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_500GB_S21HNSAG427440L\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.1\x2data\x2d6\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538da02ba219\x2dpart2.device
	Following Set Member: dev-sdb2.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.ESP.device
	Following Set Member: dev-disk-by\x2duuid-1192\x2d744D.device
	Following Set Member: dev-disk-by\x2dpartuuid-be92cbbb\x2d28d6\x2d4757\x2db823\x2d587a883686ee.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.1/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2
	Found: found-udev
-> 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: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 1bb47cb601c449e28b8977bec74e082b
	Following Set Member: dev-tpmrm0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
-> Unit dev-disk-by\x2did-nvme\x2deui.1712734213710001001b444a444648c9.device:
	Description: WDC WDS512G1X0C-00ENX0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:24 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 38e649d3fea74604a82c3021f5f000ca
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2ddiskseq-1.device
	Following Set Member: dev-nvme0n1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device
	Following Set Member: dev-disk-by\x2did-nvme\x2dWDC_WDS512G1X0C\x2d00ENX0_171273421371_1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/disk/by-id/nvme-eui.1712734213710001001b444a444648c9
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1
	Found: found-udev
-> Unit dev-SUNNY-libvirt.device:
	Description: /dev/SUNNY/libvirt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:29 GMT
	Active 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: f3296e7eb75e47c1954cf9e3f04597ee
	Following: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgxGDKqaEp5wWVyrsgbXas3Us9j1mC48hZk.device
	Following Set Member: dev-disk-by\x2dlabel-libvirt.device
	Following Set Member: dev-dm\x2d42.device
	Following Set Member: dev-mapper-SUNNY\x2dlibvirt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d42.device
	Following Set Member: dev-disk-by\x2duuid-01b43fec\x2deefe\x2d4e94\x2db0a9\x2d4af4cedc3319.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dlibvirt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/SUNNY/libvirt
	Sysfs Path: /sys/devices/virtual/block/dm-42
	Found: found-udev
-> Unit dev-dm\x2d62.device:
	Description: /dev/dm-62
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:27 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:27 GMT
	Active 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: 58b7b3d6485c4bec9dd31f5e9ccd1f2d
	Following: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx1fuCw6MT0GlenodqAu6pOInHjlrUG7ly.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dELLOE001.device
	Following Set Member: sys-devices-virtual-block-dm\x2d62.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dF72ZHC\x2dOiOM\x2d67Ef\x2d5cdb\x2d1Kj2\x2dofty\x2dipVpJn.device
	Following Set Member: dev-mapper-SUNNY\x2dELLOE001.device
	Following Set Member: dev-SUNNY-ELLOE001.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/dm-62
	Sysfs Path: /sys/devices/virtual/block/dm-62
	Found: found-udev
-> Unit dev-mapper-SUNNY\x2dBuilds.device:
	Description: /dev/mapper/SUNNY-Builds
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2024-01-31 23:36:29 GMT
	Inactive Exit Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active Enter Timestamp: Wed 2024-01-31 23:36:24 GMT
	Active 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: 6f8d30fcd4e047eea51251159952e4b0
	Following: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSUNNY\x2dBuilds.device
	Following Set Member: sys-devices-virtual-block-dm\x2d87.device
	Following Set Member: dev-SUNNY-Builds.device
	Following Set Member: dev-disk-by\x2duuid-57f12736\x2d3776\x2d4df4\x2da83b\x2d0d95d0c57985.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d9jfMwjZq6XU8VTDt7o8NQOCZnP8SIDgx6Fz8EJZgALB6ghZc67KocZ7tPC2gw34P.device
	Following Set Member: dev-dm\x2d87.device
	Following Set Member: dev-disk-by\x2dlabel-Builds.device
	RequiredBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	Before: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	PropagatesStopTo: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	ReferencedBy: srv-NAS-Sunny-SourceCode-builds.mount (destination-mountinfo)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnSuccessJobMode: fail
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Device Path: /dev/mapper/SUNNY-Builds
	Sysfs Path: /sys/devices/virtual/block/dm-87
	Found: found-udev,found-mount
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.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/multi-user.target.wants/console-setup.service <==

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/auditd.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/wpa_supplicant.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/NetworkManager.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/rpcbind.service <==

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apt-cacher-ng.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/unattended-upgrades.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/lxc-monitord.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/nvmefc-boot-connections.service.dsh-also <==
/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service

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

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

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

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

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

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

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

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

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

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

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

==> /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/display-manager.service <==

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

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

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

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

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

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

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

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

==> /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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.wants/nfs-blkmap.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.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/debspawn-clear-caches.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/debspawn-clear-caches.timer

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/nvmf-autoconnect.service.dsh-also <==
/etc/systemd/system/default.target.wants/nvmf-autoconnect.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/atop-rotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/atop-rotate.timer

==> /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

==> /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/systemd-resolved.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-resolved.service
/etc/systemd/system/dbus-org.freedesktop.resolve1.service

==> /var/lib/systemd/deb-systemd-helper-enabled/sddm.service.dsh-also <==
/etc/systemd/system/display-manager.service

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

==> /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/default.target.wants/nvmf-autoconnect.service <==

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/drkonqi-coredump-processor at .service.dsh-also <==
/etc/systemd/system/systemd-coredump at .service.wants/drkonqi-coredump-processor at .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/systemd-coredump at .service.wants/drkonqi-coredump-processor at .service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.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/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus.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/bluetooth.target.wants/bluetooth.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/libvirtd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd.socket

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

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

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

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

==> /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/NetworkManager.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.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/systemd-resolved.service <==

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/wpa_supplicant.service
/etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <==

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
/etc/systemd/system/multi-user.target.wants/rpcbind.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/nfs-blkmap.service.dsh-also <==
/etc/systemd/system/nfs-client.target.wants/nfs-blkmap.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
-------------- next part --------------
# use /dev/mapper/ paths if needed to work within the initialramfs
# OK to use /dev/VG/ paths after systemd and udev have started
/dev/mapper/SUNNY-rootfs / auto defaults,errors=remount-ro 0 1
# /etc needs specific TYPE because is used by busybox mount in initramfs by mount_etc script
# and must not use any non-core, no-busybox, options e.g. x-systemd*
/dev/mapper/SUNNY-etc /etc ext4 defaults,noauto 0 1
UUID=a5063e38-439c-4b65-aa6b-72774cd05aa3 /boot auto defaults,errors=remount-ro 0 2
/dev/mapper/SUNNY-var /var auto defaults,errors=remount-ro 0 2
/dev/mapper/SUNNY-Cache /var/cache auto defaults,x-systemd.requires-mounts-for=/var 0 2

# logs on separate device
/dev/mapper/SUNNY-var_log /var/log auto defaults,x-systemd.requires-mounts-for=/var 0 2

/dev/mapper/SUNNY-opt /opt auto defaults 0 2
# for external projects built locally ( configure --prefix=/usr/local ... )
/dev/mapper/SUNNY-usr_local /usr/local auto defaults,errors=remount-ro 0 2
# for my own projects - bin and sbin are added to PATH via /etc/environment
/dev/mapper/SUNNY-Projects /usr/my auto defaults 0 2
/dev/mapper/SUNNY-home /home auto defaults,errors=remount-ro 0 2
/dev/mapper/SUNNY-WINE /home/tj/WINE auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/home 0 2
LABEL=EFI-SP /boot/efi auto defaults,errors=remount-ro 0 2
/dev/mapper/SUNNY-Machines /var/lib/machines auto defaults 0 2
/dev/mapper/SUNNY-libvirt /var/lib/libvirt auto defaults,errors=remount-ro  0 2
/dev/mapper/SUNNY-NAS /srv/NAS/Sunny auto defaults 0 2
/dev/mapper/SUNNY-home /srv/NAS/Sunny/home auto defaults,nofail,x-systemd.after=home.mount,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0
/dev/mapper/SUNNY-Documents /srv/NAS/Sunny/Documents auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 2
/dev/mapper/SUNNY-Projects /srv/NAS/Sunny/Projects auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 2
/dev/mapper/SUNNY-Experiments /srv/NAS/Sunny/Experiments btrfs defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 2
/dev/mapper/SUNNY-SourceCode /srv/NAS/Sunny/SourceCode auto defaults,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 2
/dev/mapper/SUNNY-Android /srv/NAS/Sunny/SourceCode/Android auto defaults,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny/SourceCode  0 2
/dev/mapper/SUNNY-Downloads /srv/NAS/Sunny/Downloads auto defaults,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 2
/dev/mapper/SUNNY-Media /srv/NAS/Sunny/Media auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 2
/dev/mapper/SUNNY-Videos /srv/NAS/Sunny/Media/Videos auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media 0 2
/dev/mapper/SUNNY-Backup /srv/NAS/Sunny/Backup auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 2
/dev/mapper/SUNNY-l8r /srv/NAS/Sunny/Machines auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny  0 0
/srv/NAS/Sunny/Media/Audio /home/tj/Audio none bind,nofail,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0
/srv/NAS/Sunny/Media/Audio/Music /home/tj/Music none bind,nofail,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0
/srv/NAS/Sunny/Media/Videos /home/tj/Videos none bind,nofail,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0
/srv/NAS/Sunny/Media/Pictures /home/tj/Pictures none bind,nofail,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Media,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0
/srv/NAS/Sunny/Downloads /home/tj/Downloads none bind,nofail,x-systemd.requires-mounts-for=/home,x-systemd.requires-mounts-for=/srv/NAS/Sunny/Downloads,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 0

/dev/mapper/SUNNY-l8r /var/lib/l8r auto defaults  0 2
tmpfs /tmp tmpfs rw,nosuid,nodev,noexec,mode=777 0 0
/dev/mapper/SUNNY-machines_old /mnt/machines_old auto defaults,noauto, 0 2
# enable fast build iterations
/dev/SUNNY/Builds /srv/NAS/Sunny/SourceCode/builds auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny/SourceCode 0 2
/dev/SUNNY/Schroot /srv/NAS/Sunny/Schroot auto defaults,x-systemd.requires-mounts-for=/srv/NAS/Sunny 0 2
tmpfs /srv/NAS/Sunny/SourceCode/builds/webcamoid tmpfs noauto,user,exec 0 0

# access Thinkpad images
# use /usr/local/bin/mount-pc to preparare these for a chroot
/dev/ELLOE001.bak/rootfs.bak /srv/NAS/E1/ auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/E1 0 2
/dev/ELLOE001.bak/usr_local.bak /srv/NAS/E1/usr/local auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/E1/usr/local 0 2
/dev/ELLOE001.bak/var.bak /srv/NAS/E1/var auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/E1/var 0 2
/dev/ELLOE001.bak/containers.bak /srv/NAS/E1/var/lib/machines btrfs noauto,x-systemd.requires-mounts-for=/srv/NAS/E1/var/lib/machines 0 2
/dev/ELLOE001.bak/home.bak /srv/NAS/E1/home auto noauto,errors=remount-ro,x-systemd/requires-mounts-for=/srv/NAS/E1/home 0 2

# back-up of Asus T300CHI Ubuntu 20.04
/dev/T300CHI.bak/rootfs /srv/NAS/T300CHI.bak/ auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak/ 0 2
/dev/T300CHI.bak/var /srv/NAS/T300CHI.bak/var auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak/var 0 2
/dev/T300CHI.bak/home /srv/NAS/T300CHI.bak/home auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak/home 0 2
/dev/T300CHI.bak/usr_local /srv/NAS/T300CHI.bak/usr/local auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak/usr/local 0 2

# back-up of Asus T300CHI Ubuntu 19.10
/dev/T300CHI.bak/rootfs1910 /srv/NAS/T300CHI.bak.1910/ auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak.1910/ 0 2
/dev/T300CHI.bak/var1910 /srv/NAS/T300CHI.bak.1910/var auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak.1910/var 0 2
/dev/T300CHI.bak/home1910 /srv/NAS/T300CHI.bak.1910/home auto noauto,errors=remount-ro,x-systemd.requires-mounts-for=/srv/NAS/T300CHI.bak.1910/home 0 2

# XPS 1530 Hephaestion SSD
/dev/XPS1530M/ubuntu_18.04_rootfs /srv/NAS/XPS1530M/ ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/ 0 2 
/dev/XPS1530M/home /srv/NAS/XPS1530M/home ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/ 0 2 
/dev/XPS1530M/home_all /srv/NAS/XPS1530M/home/all ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/home/ 0 2 
/dev/XPS1530M/Hacking /srv/NAS/XPS1530M/home/all/Hacking ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/home/all 0 2 
/dev/XPS1530M/HTC_Android /srv/NAS/XPS1530M/home/all/Hacking/HTC_Android ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/home/all/Hacking 0 2 
/dev/XPS1530M/ubuntu_18.04_var /srv/NAS/XPS1530M/var ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/ 0 2 
/dev/XPS1530M/opt /srv/NAS/XPS1530M/opt ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/ 0 2 
/dev/XPS1530M/x86_64.usr_local /srv/NAS/XPS1530M/usr/local ext4 rw,relatime,noauto,x-systemd.requires-mounts-for=/srv/NAS/XPS1530M/  0 2


More information about the Pkg-systemd-maintainers mailing list