Bug#992038: systemd: regression with systemd-networkd + dropbear initramfs and kernel ip autoconfig(?)

Axel Scheepers axel.scheepers76 at gmail.com
Mon Aug 9 17:03:06 BST 2021


Package: systemd
Version: 247.3-6
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Testing bullseye rc-3 install on remote server.



   * What exactly did you do (or not do) that was effective (or
     ineffective)?

I used encrypted root and dropbear initramfs to remote unlock, also setup systemd-networkd for
both wireless and wired interfaces:

$ cat /etc/systemd/network/wired.network 
[Match]
Name=enp3s0

[Network]
DHCP=yes

[DHCP]
RouteMetric=10

$ cat /etc/systemd/network/wireless.network 
[Match]
Name=wlp2s0

[Network]
DHCP=yes

[DHCP]
RouteMetric=20



   * What was the outcome of this action?

Works fine until dhcp lease is being renewed, then networkctl status is:

IDX LINK   TYPE     OPERATIONAL SETUP
1 lo     loopback carrier     unmanaged
2 enp3s0 ether    routable    failed   
3 wlp2s0 wlan     degraded    failed   

Some interesting log entries might be:
Aug 09 06:19:00 nuc systemd-networkd[3273]: enp3s0: Could not set NDisc address: Invalid argument
Aug 09 06:19:00 nuc systemd-networkd[3273]: enp3s0: Failed

Aug 09 06:54:41 nuc systemd-networkd[3273]: wlp2s0: Could not set NDisc address: Invalid argument
Aug 09 06:54:41 nuc systemd-networkd[3273]: wlp2s0: Failed


and:
Aug 09 04:09:52 nuc systemd-networkd[3273]: wlp2s0: Re-configuring with /etc/systemd/network/wireless.network
Aug 09 04:09:52 nuc systemd-networkd[3273]: wlp2s0: Failed to send DHCP RELEASE, ignoring: Stale file handle

Aug 09 04:09:56 nuc systemd-networkd[3273]: enp3s0: Failed to send DHCP RELEASE, ignoring: Stale file handle
Aug 09 04:09:56 nuc systemd-networkd[3273]: enp3s0: DHCP lease lost
Aug 09 04:09:56 nuc systemd-networkd[3273]: enp3s0: DHCPv6 lease lost

Link status:
$ ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 94:c6:91:a0:00:be brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
    link/ether b4:6b:fc:b4:9e:52 brd ff:ff:ff:ff:ff:ff

(wpa-supplicant is running and working fine) for example at this moment while networkctl status as above:
Aug 09 17:29:09 nuc wpa_supplicant[782]: wlp2s0: WPA: Group rekeying completed with 7c:ff:4d:40:1b:53 [GTK=CCMP]
Aug 09 17:29:18 nuc wpa_supplicant[782]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=7c:ff:4d:40:1b:53 reason=33
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: SME: Trying to authenticate with 7c:ff:4d:40:1b:54 (SSID='XXXXXXX' freq=5300 MHz)
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: Trying to associate with 7c:ff:4d:40:1b:54 (SSID='XXXXXXX' freq=5300 MHz)
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: Associated with 7c:ff:4d:40:1b:54
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: WPA: Key negotiation completed with 7c:ff:4d:40:1b:54 [PTK=CCMP GTK=CCMP]
Aug 09 17:29:20 nuc wpa_supplicant[782]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 7c:ff:4d:40:1b:54 completed [id=0 id_str=]
Aug 09 17:31:56 nuc wpa_supplicant[782]: wlp2s0: WPA: Group rekeying completed with 7c:ff:4d:40:1b:54 [GTK=CCMP]
Aug 09 17:41:56 nuc wpa_supplicant[782]: wlp2s0: WPA: Group rekeying completed with 7c:ff:4d:40:1b:54 [GTK=CCMP]


Not sure how to debug this further but a quick google search seems to indicate that 'Could not set NDisc address: Invalid argument'
might be the issue or there's interference from the kernel setup in initramfs for dropbear-ssh (but i guess then it wouldn't work
from the start).

Restarting systemd-networkd or using networkctl makes it work fine until next renew;

$ sudo networkctl reconfigure wlp2s0 enp3s0
$ networkctl
IDX LINK   TYPE     OPERATIONAL SETUP
  1 lo     loopback carrier     unmanaged
  2 enp3s0 ether    routable    configured
  3 wlp2s0 wlan     routable    configured



   * What outcome did you expect instead?

I have the same setup on a production server running 10.10 which works well. It uses the same wired switch and access point.

Kind regards,

Axel Scheepers

-- Package-specific info:

-- System Information:
Debian Release: 11.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/2 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd depends on:
ii  adduser                          3.118
ii  libacl1                          2.2.53-10
ii  libapparmor1                     2.13.6-10
ii  libaudit1                        1:3.0-2
ii  libblkid1                        2.36.1-8
ii  libc6                            2.31-13
ii  libcap2                          1:2.44-1
ii  libcrypt1                        1:4.4.18-4
ii  libcryptsetup12                  2:2.3.5-1
ii  libgcrypt20                      1.8.7-6
ii  libgnutls30                      3.7.1-5
ii  libgpg-error0                    1.38-2
ii  libip4tc2                        1.8.7-1
ii  libkmod2                         28-1
ii  liblz4-1                         1.9.3-2
ii  liblzma5                         5.2.5-2
ii  libmount1                        2.36.1-8
ii  libpam0g                         1.4.0-9
ii  libseccomp2                      2.5.1-1
ii  libselinux1                      3.1-3
ii  libsystemd0                      247.3-6
ii  libzstd1                         1.4.8+dfsg-2.1
ii  mount                            2.36.1-8
ii  systemd-timesyncd [time-daemon]  247.3-6
ii  util-linux                       2.36.1-8

Versions of packages systemd recommends:
ii  dbus  1.12.20-2

Versions of packages systemd suggests:
pn  policykit-1        <none>
pn  systemd-container  <none>

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.140
ii  libnss-systemd   247.3-6
ii  libpam-systemd   247.3-6
ii  udev             247.3-6

-- no debconf information
-------------- next part --------------
[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

2 overridden configuration files found.
-------------- next part --------------
Timestamp firmware: 21.698986s
Timestamp loader: 6.751937s
Timestamp kernel: Sat 2021-08-07 12:27:25 CEST
Timestamp userspace: Sat 2021-08-07 12:28:05 CEST
Timestamp finish: Sat 2021-08-07 12:28:14 CEST
Timestamp security-start: Sat 2021-08-07 12:28:05 CEST
Timestamp security-finish: Sat 2021-08-07 12:28:05 CEST
Timestamp generators-start: Sat 2021-08-07 12:28:05 CEST
Timestamp generators-finish: Sat 2021-08-07 12:28:05 CEST
Timestamp units-load-start: Sat 2021-08-07 12:28:05 CEST
Timestamp units-load-finish: Sat 2021-08-07 12:28:05 CEST
-> 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: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 651ff44f76344d28b6caaaf7e04217a0
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	Before: emergency.target (destination-file)
	Before: sysinit.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: rescue.service (origin-file)
	After: syslog.socket (destination-file)
	After: system.slice (origin-file)
	References: rescue.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:37 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 4468228204884293bc57b3968585270b
	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: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	WantedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: systemd-fsckd.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 72ab0e35524446c98199ff63dc5a2c91
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	Before: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:29:08 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Exit 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: memory pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 81835abb134b431aa16ec7b7b91c2dde
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Sun 2021-08-08 12:29:08 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:29:08 CEST
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: user-runtime-dir at 1000.service (destination-file)
	RequiredBy: session-178.scope (destination-file)
	RequiredBy: user at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-178.scope (destination-file)
	After: user.slice (origin-implicit)
	After: systemd-user-sessions.service (origin-file)
	References: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: session-178.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 19365
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 4ef873bbf2314135b97c9537ef0e86c1
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: 40d8b404ca04457b804a5a9262ef77b3
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: cron.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: exim4.service (destination-file)
	After: systemd-quotacheck.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 570fef3faac6402baebdc18c541f4508
	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.service succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: tmp.mount (origin-file origin-path)
	Requires: dbus.socket (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: dbus.socket (origin-file)
	Wants: modprobe at drm.service (origin-file)
	Wants: user.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: unattended-upgrades.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: session-178.scope (destination-file)
	After: tmp.mount (origin-file origin-path)
	After: nss-user-lookup.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: user.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: modprobe at drm.service (origin-file)
	References: shutdown.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: modprobe at drm.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: tmp.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: user.slice (origin-file)
	References: dbus.socket (origin-file)
	ReferencedBy: session-178.scope (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: unattended-upgrades.service (destination-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: ready
	OOMPolicy: stop
	Main PID: 780
	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
	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: invisible
	ProcSubset: all
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/sessions
	RuntimeDirectory: systemd/seats
	RuntimeDirectory: systemd/users
	RuntimeDirectory: systemd/inhibit
	RuntimeDirectory: systemd/shutdown
	StateDirectoryMode: 0755
	StateDirectory: systemd/linger
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 524288
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	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: kill signalfd4 utime mmap2 tee sysinfo unlink sched_yield msgrcv setfsgid lseek fcntl64 mq_timedreceive ugetrlimit statx accept4 sendfile setfsgid32 waitid mq_timedreceive_time64 fchownat gettid oldstat getdents64 getppid io_uring_register linkat setgid32 flock shmget getrandom eventfd2 sigaction sched_getscheduler mbind exit_group fchown32 splice fstat64 sched_setparam ftruncate removexattr get_thread_area execveat arch_prctl sched_get_priority_max clock_gettime mremap timer_settime readahead syncfs add_key timer_gettime64 move_pages rt_tgsigqueueinfo munmap fsync alarm fsetxattr rt_sigaction fchmodat oldlstat fstatfs64 wait4 inotify_init restart_syscall getegid32 vfork setresgid setpgid utimensat_time64 mq_getsetattr getcwd access oldfstat lchown semtimedop_time64 setuid close uname symlinkat lsetxattr pidfd_open fgetxattr io_pgetevents_time64 set_tid_address poll dup statfs getresgid32 request_key preadv oldolduname fork tkill timerfd_gettime64 fcntl msgctl truncate64 listen stat ioctl write fremovexattr timer_getoverrun futimesat rseq prlimit64 munlock sched_getattr ppoll timerfd_create getpgid mq_timedsend recvfrom sendmmsg times sendfile64 io_uring_enter madvise getsid chdir openat fallocate mmap process_vm_readv rt_sigsuspend rt_sigtimedwait socket open waitpid epoll_wait sigsuspend setfsuid32 ppoll_time64 get_robust_list sendmsg sync_file_range2 read getitimer getsockname mkdir mknodat unshare epoll_ctl_old ioprio_get timerfd_settime pwritev2 semget utimensat accept fstat getpeername swapcontext getrlimit getdents rmdir epoll_create membarrier setuid32 set_robust_list pselect6 sigreturn renameat faccessat getegid pselect6_time64 preadv2 getgid getpriority readv sched_setscheduler futex copy_file_range geteuid setresuid32 rename nice sigpending inotify_rm_watch setreuid clock_gettime64 io_pgetevents getuid32 pipe connect chmod select fchmod setreuid32 getgroups setns creat getpgrp setxattr semtimedop setgroups32 lgetxattr clock_nanosleep memfd_create setgroups utimes readlink listxattr getuid pread64 mq_notify signal rt_sigprocmask lchown32 clock_nanosleep_time64 shmdt vmsplice epoll_ctl setsid setresgid32 fadvise64_64 sched_getaffinity recvmsg mq_open io_submit readlinkat getrusage io_cancel timer_gettime getcpu bind sched_setattr semop time rt_sigpending getxattr truncate sched_get_priority_min getgid32 mq_timedsend_time64 faccessat2 getgroups32 pause getpid io_uring_setup inotify_init1 stat64 openat2 io_getevents timer_settime64 umask lstat64 ioprio_set sigprocmask send setfsuid renameat2 set_thread_area olduname sched_rr_get_interval_time64 sigaltstack socketcall dup3 msync mkdirat migrate_pages timer_delete sched_setaffinity rt_sigtimedwait_time64 mlockall prctl setsockopt getresgid getresuid32 flistxattr remap_file_pages getresuid name_to_handle_at setresuid chown32 socketpair unlinkat shmat epoll_wait_old setitimer fchown recvmmsg_time64 nanosleep lstat sendto setregid32 kcmp sched_rr_get_interval _newselect userfaultfd timerfd_gettime link lremovexattr mq_unlink eventfd chown writev dup2 setpriority epoll_create1 process_vm_writev clone rt_sigqueueinfo pwrite64 _llseek brk pipe2 capset readdir exit io_destroy gettimeofday fstatfs execve keyctl inotify_add_watch setregid munlockall timerfd_settime64 personality clone3 fchdir pidfd_send_signal sync_file_range geteuid32 clock_getres msgsnd fadvise64 statfs64 get_mempolicy mlock timer_create newfstatat ftruncate64 recv sync futex_time64 capget recvmmsg tgkill set_mempolicy fdatasync shmctl semctl shutdown cacheflush io_setup ipc getsockopt epoll_pwait mknod set_tls mprotect setrlimit llistxattr setgid mlock2 symlink signalfd pwritev fstatat64 clock_getres_time64 msgget sched_getparam rt_sigreturn
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
			PID: 780
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	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 systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.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: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:12 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 811bc4e9184f41f6bc168bd6709b1c6f
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.socket
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-rfkill.service (origin-implicit)
	Before: shutdown.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: sys-devices-virtual-misc-rfkill.device (origin-file)
	Triggers: systemd-rfkill.service (origin-implicit)
	References: var.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-rfkill.service (origin-implicit)
	ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	RequiresMountsFor: /dev/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit proc-sys-fs-binfmt_misc.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: f50e0fa0d6904c23b7573a76d12f1816
	Documentation: https://www.kernel.org/doc/html/latest/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 succeeded
	ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: waiting
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-config.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 26489d3516a541c9937756aa0571c261
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/config succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: modprobe at configfs.service (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sys-module-configfs.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	After: modprobe at configfs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file)
	References: modprobe at configfs.service (origin-file)
	ReferencedBy: sys-module-configfs.device (destination-udev)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:29:08 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Exit Timestamp: n/a
	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: cc90fbb4202547fcb490c5fadc1d66bb
	Source Path: /proc/self/mountinfo
	Requires: -.mount (origin-implicit)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	After: swap.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: swap.target (origin-mountinfo-default)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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=755496k,nr_inodes=188874,mode=700,uid=1000,gid=1000
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /dev-hugepages.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 513815ec5cb144009f6284a3c18cc0a4
	Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-hugepages.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/kernel/mm/hugepages succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	References: -.slice (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:lvmpolld(8)
	Fragment Path: /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: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: lvm2-lvmpolld.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1ef9b164a8954f3bbf4746fe33c7621c
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit lvm2-pvscan at 254:0.service:
	Description: LVM event activation on device 254:0
	Instance: 254:0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-lvm2\x2dpvscan.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9145584cc25543d28eeb560a3278a613
	Documentation: man:pvscan(8)
	Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-lvm2\x2dpvscan.slice (origin-file)
	BindsTo: dev-block-254:0.device (origin-file)
	WantedBy: sys-devices-virtual-block-dm\x2d0.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system-lvm2\x2dpvscan.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dev-block-254:0.device (origin-file)
	References: system-lvm2\x2dpvscan.slice (origin-file)
	ReferencedBy: sys-devices-virtual-block-dm\x2d0.device (destination-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/lvm pvscan --cache --activate ay 254:0
			PID: 656
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm pvscan --cache 254: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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: 709d5ac3b36741e998620f483cea5340
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /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: 4174d06496a74c28be73ee111d0d4fcb
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: systemd-journald.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: syslog.socket (origin-file)
	After: systemd-journald.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	References: systemd-journald-audit.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: syslog.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	RequiresMountsFor: /run/systemd/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 583
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: socketpair io_pgetevents execveat setgroups32 sigreturn vfork semtimedop pipe2 name_to_handle_at sched_yield chdir mq_timedsend_time64 tee getuid32 capget lseek msgget sync_file_range2 clone3 unshare sigprocmask mbind signalfd flock pipe pause readlinkat setuid signal munlock inotify_add_watch pselect6_time64 sched_get_priority_max mlock2 olduname timerfd_gettime io_destroy chown32 llistxattr fchown lgetxattr _llseek io_uring_setup get_thread_area ftruncate timer_settime64 symlink setitimer fchown32 inotify_rm_watch move_pages fcntl64 connect tkill renameat set_robust_list fchdir fchmod getpgrp getegid get_robust_list migrate_pages getuid memfd_create lstat sched_rr_get_interval_time64 eventfd io_submit newfstatat mlock getxattr readv lstat64 msgctl membarrier fremovexattr sync_file_range sched_getattr setns lsetxattr clock_getres times lchown process_vm_readv pwritev futex_time64 signalfd4 get_mempolicy getresgid32 symlinkat _newselect mprotect unlinkat futimesat fstatfs setfsuid shutdown getdents close creat shmat pidfd_open ugetrlimit ioprio_set stat fstatat64 geteuid32 link eventfd2 setgid epoll_wait_old setsid setregid32 setresgid timer_create cacheflush utimensat brk mlockall set_tid_address chmod setresgid32 nice io_setup setuid32 clock_gettime getcpu fsetxattr fgetxattr msgrcv rt_tgsigqueueinfo sched_rr_get_interval shmdt inotify_init1 setrlimit getppid rt_sigqueueinfo exit_group setgid32 prctl write select setreuid preadv fsync oldfstat time alarm mq_timedreceive rt_sigprocmask rename getpgid writev getrlimit truncate64 ftruncate64 rt_sigreturn umask getitimer lchown32 uname msgsnd setresuid32 syncfs getresuid32 sendfile send ioctl pwritev2 semtimedop_time64 getresgid listxattr clock_gettime64 dup sched_setattr fcntl mq_timedreceive_time64 getsockname pselect6 io_uring_register waitpid personality timerfd_settime accept4 getgroups pread64 statfs64 setxattr rseq exit rt_sigpending fadvise64 shmctl sendfile64 fchmodat mq_timedsend accept mmap2 sysinfo timer_delete prlimit64 utimensat_time64 ipc getpriority socketcall dup3 epoll_create1 lremovexattr timerfd_create epoll_create getgroups32 sched_setscheduler utimes sched_setparam nanosleep recvmmsg getrusage chown readdir open rt_sigtimedwait sendmmsg mmap setgroups gettimeofday clock_getres_time64 set_thread_area io_getevents setpgid flistxattr sched_getscheduler faccessat sigaction arch_prctl removexattr mq_open semctl timer_getoverrun recvmmsg_time64 pidfd_send_signal epoll_ctl_old sigsuspend madvise epoll_wait getgid32 inotify_init sendto mq_getsetattr timer_gettime64 gettid sendmsg fallocate read getsid process_vm_writev bind getpeername splice sched_get_priority_min epoll_pwait getresuid shmget recvfrom fork readlink fchownat access ppoll_time64 setresuid msync kill fadvise64_64 fdatasync sched_setaffinity getpid remap_file_pages timer_settime getegid32 utime getsockopt mkdir sigaltstack setpriority epoll_ctl userfaultfd recv request_key statfs munlockall rt_sigtimedwait_time64 readahead rt_sigaction oldolduname dup2 linkat statx wait4 truncate sched_getaffinity futex ppoll timerfd_settime64 vmsplice unlink tgkill fstat64 getgid oldstat io_pgetevents_time64 getcwd restart_syscall mkdirat mq_notify rt_sigsuspend stat64 semop setreuid32 setfsgid32 sched_getparam set_mempolicy io_uring_enter mq_unlink rmdir faccessat2 execve clock_nanosleep_time64 clock_nanosleep setsockopt openat2 socket getdents64 sync setfsuid32 keyctl oldlstat geteuid listen openat setregid set_tls mremap timerfd_gettime64 getrandom munmap fstat waitid ioprio_get fstatfs64 mknod sigpending renameat2 clone timer_gettime add_key swapcontext semget recvmsg io_cancel setfsgid copy_file_range mknodat preadv2 poll kcmp pwrite64 capset
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 583
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 12
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-debug.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4c586d97d0a94b3fa6bd3173b0d43dcf
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/debug succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-pstore.service:
	Description: Platform Persistent Storage Archival
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pstore(8)
	Fragment Path: /lib/systemd/system/systemd-pstore.service
	ConditionVirtualization: !container succeeded
	ConditionDirectoryNotEmpty: /sys/fs/pstore failed
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: no
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: var.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/pstore (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-dm\x2d2.swap:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 0966da3b1788457c98db6de3b891afe7
	Following: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap
	Following Set Member: dev-nuc\x2dvg-swap.swap
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: -.mount (origin-implicit)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	RequiresMountsFor: /dev/dm-2 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/dm-2
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: b3ed3075813241de8a79be55d79b6e26
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-nuc\x2dvg-var.device:
	Description: /dev/nuc-vg/var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: a3d339b257b34616b87b7032a2a154f2
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	Following Set Member: dev-dm\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 0bf060655ca94ef490e236f51f6db98a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: boot-efi.mount (origin-file)
	Requires: home.mount (origin-file)
	Requires: -.mount (origin-file)
	Requires: tmp.mount (origin-file)
	Requires: boot.mount (origin-file)
	Requires: var.mount (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: apparmor.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: networking.service (destination-file)
	After: boot-efi.mount (destination-file)
	After: var.mount (destination-file)
	After: local-fs-pre.target (origin-file)
	After: home.mount (destination-file)
	After: tmp.mount (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: boot.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: emergency.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: home.mount (origin-file)
	References: tmp.mount (origin-file)
	References: boot.mount (origin-file)
	References: var.mount (origin-file)
	References: boot-efi.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit exim4-base.service:
	Description: exim4-base housekeeping
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 00:00:31 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 107c76f2ca30422a951ae685e202ec92
	Documentation: man:exim4(8)
	Fragment Path: /lib/systemd/system/exim4-base.service
	ConditionACPower: true succeeded
	Condition Timestamp: Mon 2021-08-09 00:00:31 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 00:00:31 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: logrotate.service (origin-file)
	Before: shutdown.target (origin-default)
	After: exim4-base.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: exim4-base.timer (destination-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: logrotate.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: exim4-base.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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
	Nice: 19
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: best-effort
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /etc/cron.daily/exim4-base systemd-timer
			PID: 4039
			Start Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /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)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: plymouth-start.service (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 8734199e25a945508cb9439d8835b840
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: wpa_supplicant at wlp2s0.service (destination-file)
	WantedBy: networking.service (destination-file)
	WantedBy: wpa_supplicant.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: unattended-upgrades.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: network-online.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rsync.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: ssh.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: wpa_supplicant.service (destination-file)
	After: systemd-resolved.service (destination-file)
	After: networking.service (destination-file)
	After: wpa_supplicant at wlp2s0.service (destination-file)
	After: ifupdown-pre.service (destination-file)
	After: network-pre.target (origin-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: f3bcf17b8cdd455082baa1a545267090
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> 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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 26caf8bf8a7741edb3beccfac4d1cc91
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: logrotate.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: e2scrub_reap.service (destination-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
			PID: 736
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 281d9a1c9ee34c11909ab63900768a43
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit getty at tty1.service:
	Alias: autovt at tty1.service
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-getty.slice
	CGroup: /system.slice/system-getty.slice/getty at tty1.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 503472f9be4b468fb57061bd7774c923
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system-getty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: rescue.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: rc-local.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-getty.slice (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: getty-pre.target (origin-file)
	References: rc-local.service (origin-file)
	References: sysinit.target (origin-default)
	References: plymouth-quit-wait.service (origin-file)
	References: system-getty.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: getty.target (origin-file)
	References: getty-pre.target (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	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
	Main PID: 813
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: tty1
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
			PID: 813
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-vconsole-setup.service:
	Description: systemd-vconsole-setup.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit modprobe at fuse.service:
	Description: Load Kernel Module fuse
	Instance: fuse
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7f990e6f80944967bc4efd0495f77805
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/modprobe -abq fuse
			PID: 582
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: a66f60479fa84bdf8f9dc592d9c3cffe
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d4.device:
	Description: /sys/devices/virtual/block/dm-4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 2474ffd9e51b449eba1debdf99c38d48
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: 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)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: -.mount (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: init.scope (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	WantedBy: slices.target (destination-file)
	Before: init.scope (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: slices.target (destination-file)
	Before: user.slice (destination-implicit)
	Before: system.slice (destination-implicit)
	Before: dev-mqueue.mount (destination-file)
	Before: -.mount (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: dev-hugepages.mount (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: init.scope (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.device:
	Description: /dev/snd/by-path/pci-0000:00:1b.0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 32a175c187e34ae1823b14f105298b98
	Following: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device
	Following Set Member: dev-snd-controlC0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0
	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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: e80cdfcbffe84ec188de519a7e423078
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/udev/control (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit rescue.target:
	Alias: runlevel1.target
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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: multi-user.target (destination-file)
	ConflictedBy: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: rescue.service (origin-file)
	After: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device:
	Description: /dev/disk/by-id/dm-name-nuc--vg-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: e8bea65322c54849bfc6096d9d89ce05
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: c4f470fbd8fa416082bf1530b69018eb
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit boot-efi.mount:
	Description: /boot/efi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 687a2df053e348ac8fd80b65ab29ce73
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot-efi.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	Requires: boot.mount (origin-implicit origin-path)
	BindsTo: dev-disk-by\x2duuid-55A7\x2d1048.device (origin-file)
	BindsTo: dev-sda1.device (origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: umount.target (origin-file)
	After: blockdev at dev-sda1.target (origin-mountinfo-implicit)
	After: dev-disk-by\x2duuid-55A7\x2d1048.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: boot.mount (origin-implicit origin-path)
	After: dev-sda1.device (origin-mountinfo-implicit)
	After: blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: boot.mount (origin-implicit origin-path)
	References: local-fs.target (origin-file)
	References: dev-sda1.device (origin-mountinfo-implicit)
	References: local-fs-pre.target (origin-file)
	References: blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target (origin-file)
	References: dev-disk-by\x2duuid-55A7\x2d1048.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-sda1.target (origin-mountinfo-implicit)
	References: umount.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	RequiresMountsFor: /boot (origin-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/55A7-1048 (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /boot/efi
	What: /dev/sda1
	File System Type: vfat
	Options: rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 00:00:31 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b1a33a76aad6433c9735f4a8dedd34a4
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true succeeded
	Condition Timestamp: Mon 2021-08-09 00:00:31 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 00:00:31 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: man-db.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: man-db.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: man-db.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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
	Nice: 19
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: man
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
			PID: 4043
			Start Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
			PID: 4044
			Start Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/mandb --quiet
			PID: 4046
			Start Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: lm-sensors.service (destination-file)
	RequiredBy: systemd-quotacheck.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: system-lvm2\x2dpvscan.slice (destination-implicit)
	RequiredBy: boot-efi.mount (destination-file)
	RequiredBy: boot.mount (destination-file)
	RequiredBy: exim4-base.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: dev-dm\x2d2.swap (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: networking.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: systemd-resolved.service (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: fstrim.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: unattended-upgrades.service (destination-file)
	RequiredBy: home.mount (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: var.mount (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: exim4.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: system-wpa_supplicant.slice (destination-implicit)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: dev-nuc\x2dvg-swap.swap (destination-file)
	RequiredBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: tmp.mount (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: ifupdown-pre.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: systemd-boot-system-token.service (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: ssh.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: dev-nuc\x2dvg-swap.swap (destination-file)
	Before: dbus.socket (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: apparmor.service (destination-file)
	Before: boot.mount (destination-file)
	Before: rsync.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: systemd-fsckd.socket (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: system-systemd\x2dcryptsetup.slice (destination-implicit)
	Before: systemd-random-seed.service (destination-file)
	Before: home.mount (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: system-wpa_supplicant.slice (destination-implicit)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: exim4-base.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: dbus.service (destination-file)
	Before: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-file)
	Before: dev-dm\x2d2.swap (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: dm-event.socket (destination-file)
	Before: exim4.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: system-lvm2\x2dpvscan.slice (destination-implicit)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: cron.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-file)
	Before: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: rescue.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: var.mount (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: emergency.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: networking.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: slices.target (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: syslog.socket (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: man-db.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: dm-event.socket (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: system-lvm2\x2dpvscan.slice (destination-implicit)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: exim4-base.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: dev-dm\x2d2.swap (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: system-wpa_supplicant.slice (destination-implicit)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit first-boot-complete.target:
	Description: First Boot Complete
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/first-boot-complete.target
	ConditionFirstBoot: yes failed
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: no
	WantedBy: systemd-random-seed.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-random-seed.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: d9fa9981ba33437186b6d0e75e90354c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: dbus.socket (origin-default destination-default)
	After: systemd-journald-audit.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: syslog.socket (destination-file)
	After: systemd-journald.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-udevd-control.socket (destination-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-initctl.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: dbus.socket (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 882f284002724c118f06d2f9525ffdf1
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	Following Set Member: dev-dm\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 72125e013cf24942841b480bdfbeb84c
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	ConditionVirtualization: !container succeeded
	ConditionCapability: CAP_SYS_TIME succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Wants: time-sync.target (origin-file)
	Wants: time-set.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: time-sync.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: time-set.target (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: var.mount (origin-file origin-path)
	References: tmp.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 749
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.timesync1
	Bus Name Good: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: statx sched_get_priority_max fgetxattr sync_file_range select fstatat64 mremap pidfd_send_signal inotify_add_watch rt_sigreturn chdir link rt_sigsuspend mmap fadvise64_64 preadv2 mkdirat personality setuid symlink timer_create sendto munmap ftruncate64 getresgid waitpid clock_adjtime signalfd signalfd4 mknod mlock listen fchmod setgroups32 waitid get_mempolicy lseek pipe sched_rr_get_interval set_tid_address io_getevents clock_settime settimeofday uname mq_getsetattr io_uring_register timer_gettime64 epoll_pwait pselect6_time64 mmap2 flistxattr mprotect getxattr symlinkat semtimedop_time64 llistxattr keyctl getrusage mbind open msgctl readlink getegid32 getcpu getsockopt setrlimit tgkill adjtimex clock_adjtime64 lchown32 poll accept setpriority arch_prctl inotify_init1 sched_setaffinity sigpending exit_group migrate_pages unlinkat getppid semop mknodat socketpair epoll_wait_old gettimeofday getpgrp readahead semget setuid32 clone3 sched_setparam pause setreuid32 _newselect execve write gettid sched_getaffinity oldlstat set_tls getgid32 fchown32 renameat mq_timedsend timer_settime64 get_thread_area epoll_create1 recvmmsg removexattr userfaultfd sigreturn epoll_ctl ioprio_get rmdir sched_setscheduler set_mempolicy dup setresgid32 setfsgid32 inotify_rm_watch utimensat memfd_create setreuid utimes rt_tgsigqueueinfo getresuid fchown dup3 io_uring_setup capget fchmodat oldfstat dup2 signal timerfd_gettime getuid pipe2 readv getpid getpriority setns clock_nanosleep_time64 setfsgid faccessat2 execveat tee getpeername setxattr pselect6 ipc epoll_wait lstat bind set_thread_area timer_getoverrun oldstat getgid ftruncate get_robust_list socket eventfd2 recvmsg setresgid setfsuid getsockname setregid32 truncate shmctl ugetrlimit timerfd_create setitimer add_key chown fremovexattr mq_timedreceive_time64 sigprocmask utime io_uring_enter faccessat fcntl sendmsg setgroups getdents swapcontext lremovexattr capset sysinfo msync recvmmsg_time64 fstatfs64 inotify_init umask splice timer_gettime msgrcv io_cancel futimesat times setgid32 fchownat mq_open fstat64 alarm timerfd_gettime64 sendfile readdir getrandom semtimedop setresuid eventfd chmod timerfd_settime remap_file_pages copy_file_range lchown sched_get_priority_min truncate64 sendfile64 flock sched_getattr vfork statfs64 pwritev setsid getgroups32 futex prctl setfsuid32 writev clock_getres sched_rr_get_interval_time64 vmsplice lstat64 sigsuspend io_submit kcmp timerfd_settime64 fsetxattr clock_nanosleep clock_gettime io_setup wait4 oldolduname shmdt renameat2 mq_unlink request_key rt_sigpending rseq pwrite64 sigaltstack getsid rt_sigaction geteuid setsockopt clock_gettime64 tkill _llseek mq_timedsend_time64 fstat pwritev2 getuid32 getresgid32 membarrier pread64 rt_sigtimedwait munlock fork rt_sigqueueinfo setpgid ioprio_set brk sched_getscheduler rt_sigtimedwait_time64 getitimer move_pages getegid ioctl openat2 shutdown io_pgetevents send semctl mq_timedreceive mq_notify clone madvise linkat sched_getparam io_pgetevents_time64 time timer_settime nice pidfd_open process_vm_readv restart_syscall utimensat_time64 fcntl64 access io_destroy epoll_create read prlimit64 futex_time64 rt_sigprocmask sync getpgid lgetxattr mlock2 geteuid32 timer_delete ppoll msgget setgid sync_file_range2 sigaction socketcall stat setresuid32 listxattr getdents64 recvfrom sched_yield exit stat64 fstatfs setregid getrlimit unlink fadvise64 name_to_handle_at newfstatat fchdir shmget getcwd process_vm_writev close recv clock_settime64 creat olduname getgroups cacheflush syncfs unshare accept4 fdatasync statfs set_robust_list connect lsetxattr fallocate clock_getres_time64 sendmmsg rename readlinkat kill getresuid32 munlockall openat epoll_ctl_old nanosleep fsync mkdir preadv ppoll_time64 msgsnd shmat sched_setattr chown32 mlockall
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
			PID: 749
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	Status Text: Initial synchronization to time server 192.168.178.1:123 (192.168.178.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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 78b5077950f041fb9e343dac2f2bb4c6
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-cryptsetup at sda3_crypt.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit getty-static.service:
	Description: getty on tty2-tty6 if dbus and logind are not available
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/usr/bin/dbus-broker succeeded
	ConditionPathExists: !/usr/bin/dbus-daemon failed
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	Before: shutdown.target (origin-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)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: getty at tty1.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-7ccfa87504fc4eebbc6c1980fdfc38b8-sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 20e3e8766f9a4fe4939d8f69676d835e
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 521b8fe2223a4401ad058747de5391ef
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: slices.target (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: timers.target (origin-file)
	Wants: paths.target (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: man-db.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: dbus.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: wpa_supplicant.service (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: exim4.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: exim4-base.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: wpa_supplicant at wlp2s0.service (destination-default)
	Before: cron.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: ssh.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: rsync.service (destination-default)
	After: sysinit.target (origin-file origin-default)
	After: slices.target (origin-file origin-default)
	After: paths.target (origin-file origin-default)
	After: tmp.mount (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	After: -.mount (origin-file origin-path)
	After: var.mount (origin-file origin-default origin-path)
	References: sockets.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: var.mount (origin-file origin-default origin-path)
	References: paths.target (origin-file origin-default)
	References: slices.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-file origin-default)
	References: tmp.mount (origin-file origin-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/55A7-1048
	Instance: dev-disk-by\x2duuid-55A7\x2d1048
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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-file)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 1b39e9c5e8504d96acba45c2c970b04b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/system-systemd\x2dcryptsetup.slice
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	Before: systemd-cryptsetup at sda3_crypt.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: 6f7bd1e1215e4861a5aa4f2f8dd5b629
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Wants: -.slice (origin-file)
	Wants: system.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: user.slice (destination-file)
	After: system.slice (origin-file)
	After: -.slice (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: user.slice (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.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: 20e1c83bd82b47299f58506a9e9afe40
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	WantedBy: ifupdown-pre.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: systemd-hwdb-update.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-udevd-kernel.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 595
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: yes
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
			PID: 595
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
	-> ExecReload:
		Command Line: udevadm control --reload --timeout 0
	Status Text: Processing with 20 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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rwm
	DeviceAllow: block-* rwm
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5cd8f156f0fb43daaa3bfd60b6543eee
	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 failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: networking.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
			PID: 585
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target:
	Description: Block Device Preparation for /dev/mapper/nuc--vg-var
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dvar
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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-implicit)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: var.mount (destination-file destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sda.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 41e3a445e6364376ba88ace996e32205
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d5-1\x2d5.1-1\x2d5.1:1.0-bluetooth-hci0.device:
	Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/bluetooth/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: ba44d5b8480c47c2aeff5f87a869699c
	Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
	Wants: bluetooth.target (origin-udev)
	References: bluetooth.target (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/bluetooth/hci0
	Found: found-udev
	udev SYSTEMD_WANTS: bluetooth.target
-> Unit dev-dm\x2d5.device:
	Description: /dev/dm-5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: ab190dd0a05344cf928f61b560402181
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-nuc\x2dvg-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	Found: found-udev
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: f47672a4cff945aea2c712fdaf92e53d
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: systemd-journald.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: var.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: var.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/log/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: journalctl --flush
			PID: 714
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: journalctl --smart-relinquish-var
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device:
	Description: /dev/disk/by-id/dm-name-nuc--vg-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6ef8e59e07d042e8840ae221d2cb8da7
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-nuc\x2dvg-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	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: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 104b0e1c26744d3d852168b02574984b
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: exim4-base.timer (destination-file)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: logrotate.service (origin-implicit)
	References: var.mount (origin-file origin-path)
	References: logrotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: exim4-base.timer (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: dfd5106df8024c93aa6bb17aa6180e02
	Following: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap
	Following Set Member: dev-nuc\x2dvg-swap.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: dev-dm\x2d2.device (origin-proc-swap)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: -.mount (origin-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2021-08-09 06:53:26 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: d4b9cbafe3ac446e96d6518ed1b37ddc
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	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: var.mount (origin-file origin-path)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	Triggers: apt-daily.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 wpa_supplicant at wlp2s0.service:
	Description: WPA supplicant daemon (interface-specific version)
	Instance: wlp2s0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-wpa_supplicant.slice
	CGroup: /system.slice/system-wpa_supplicant.slice/wpa_supplicant at wlp2s0.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 10599749e49b4a0f880973841fe2b14a
	Fragment Path: /lib/systemd/system/wpa_supplicant at .service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sys-subsystem-net-devices-wlp2s0.device (origin-file)
	Requires: system-wpa_supplicant.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: network.target (origin-file)
	Before: multi-user.target (destination-default)
	After: sys-subsystem-net-devices-wlp2s0.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-wpa_supplicant.slice (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-wpa_supplicant.slice (origin-file)
	References: sys-subsystem-net-devices-wlp2s0.device (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 782
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf -Dnl80211,wext -iwlp2s0
			PID: 782
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: d3ea57eb6cfe42abaabf9c8c3919b909
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-nuc\x2dvg-home.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	Found: found-udev
-> Unit blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target:
	Description: Block Device Preparation for /dev/mapper/nuc--vg-swap
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dswap
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-subsystem-net-devices-enp3s0.device:
	Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: e87bfb5aaef147ec8449c583aed86202
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.2-0000:03:00.0-net-enp3s0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/enp3s0
	Found: found-udev
-> Unit lvm2-activation.service:
	Description: lvm2-activation.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: f410d6757c9d4147a81d43800a6dcf87
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: systemd-cryptsetup at sda3_crypt.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	Before: shutdown.target (origin-default)
	After: cryptsetup-pre.target (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-cryptsetup at sda3_crypt.service (destination-file)
	References: systemd-cryptsetup at sda3_crypt.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: cryptsetup-pre.target (destination-file)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: b3e19795b2ed4478820d94da1ae75e26
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-sda1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 808d795969cb4a32a64711a7dbc35143
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	BoundBy: boot-efi.mount (destination-mountinfo-implicit)
	Before: boot-efi.mount (destination-mountinfo-implicit)
	ReferencedBy: boot-efi.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 4dab88bb046f4de9b1d7704fb44e9c0d
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: dev-dm\x2d2.swap (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: sockets.target (origin-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-cryptsetup at sda3_crypt.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: networking.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: ssh.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: lvm2-pvscan at 254:0.service (destination-file)
	Before: boot.mount (destination-file)
	Before: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: user at 1000.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: exim4-base.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: wpa_supplicant at wlp2s0.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: var.mount (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: rsync.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: exim4.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: man-db.service (destination-file)
	Before: dbus.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: dev-nuc\x2dvg-swap.swap (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: home.mount (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Before: cron.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: exim4-base.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: dev-dm\x2d2.swap (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: lvm2-pvscan at 254:0.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 0b579771f6944b6886ac234c4c11091a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: systemd-boot-system-token.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: swap.target (origin-file)
	RequiredBy: fstrim.timer (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: exim4-base.timer (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: exim4-base.service (destination-default)
	RequiredBy: fstrim.service (destination-default)
	RequiredBy: lm-sensors.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: unattended-upgrades.service (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: exim4.service (destination-default)
	RequiredBy: wpa_supplicant at wlp2s0.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: exim4-base.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.timer (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: exim4-base.timer (destination-default)
	Before: fstrim.timer (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: rescue.service (destination-file)
	Before: ssh.service (destination-default)
	Before: dbus.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: logrotate.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: cron.service (destination-default)
	Before: man-db.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: rsync.service (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: exim4.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: wpa_supplicant at wlp2s0.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: user at 1000.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	After: modprobe at configfs.service (destination-file)
	After: cryptsetup.target (origin-default)
	After: sys-kernel-tracing.mount (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: local-fs.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: emergency.target (origin-file)
	After: dev-hugepages.mount (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: modprobe at drm.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: systemd-udevd.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: emergency.service (origin-file)
	After: systemd-binfmt.service (destination-file)
	After: modprobe at fuse.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: systemd-pstore.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: dev-mqueue.mount (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: apparmor.service (destination-file)
	References: apparmor.service (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: sys-kernel-tracing.mount (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: emergency.target (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: emergency.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: systemd-sysusers.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: systemd-boot-system-token.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: swap.target (origin-file origin-default)
	References: systemd-timesyncd.service (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: systemd-pstore.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: blk-availability.service (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service:
	Description: File System Check on /dev/mapper/nuc--vg-var
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dvar
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: 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: 770d5dcbfb124b01bd6b3bd12ed682e6
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file)
	RequiredBy: var.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: var.mount (destination-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: var.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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/nuc--vg-var
			PID: 683
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 211bfc7127384c968395bcc45f863185
	Wants: sys-kernel-config.mount (origin-udev)
	References: sys-kernel-config.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/module/configfs
	Found: found-udev
	udev SYSTEMD_WANTS: sys-kernel-config.mount
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: rescue.target (destination-file)
	Before: shutdown.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: getty at tty1.service (destination-file)
	After: emergency.service (destination-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit iscsi-shutdown.service:
	Description: iscsi-shutdown.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 96874e7f214d437b96bff6a0dd736678
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.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: man-db.service (origin-implicit)
	After: -.mount (origin-file origin-path)
	After: var.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: man-db.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: man-db.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: a82c3f918bf94cd8a379687cb2348adc
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 772
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 772
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 9475242a5bfd43edaa655e3538d52c74
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device:
	Description: /dev/disk/by-id/dm-name-nuc--vg-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: f107c4a226ee4821babb224429a8a705
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit getty-pre.target:
	Description: Login Prompts (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id failed
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: first-boot-complete.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: first-boot-complete.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: f641bf2c06da49fcb4139933017823e0
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 7c2fa07fcfa34fd291ca2f3dea602e97
	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: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: tmp.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Wants: nss-lookup.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: nss-lookup.target (origin-file)
	Before: shutdown.target (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: -.mount (origin-file origin-path)
	After: systemd-sysusers.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-networkd.service (origin-file)
	After: var.mount (origin-file origin-path)
	References: network.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: nss-lookup.target (origin-file)
	References: tmp.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /run/systemd/resolve (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 748
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.resolve1
	Bus Name Good: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: fcntl socketpair sched_yield socket getsid sigpending epoll_ctl kcmp cacheflush memfd_create sched_get_priority_max getrusage exit_group mq_timedsend io_pgetevents_time64 mq_open epoll_pwait move_pages gettid keyctl listxattr timer_gettime pidfd_send_signal setresgid chown32 getpid setsid arch_prctl epoll_wait_old timerfd_settime rmdir rt_sigpending capset mq_timedreceive_time64 rseq setreuid fchmod mlock gettimeofday copy_file_range getitimer oldstat timer_settime getpgid readlinkat request_key rt_sigtimedwait creat process_vm_writev access mkdir chmod writev symlinkat chown sched_setattr lstat rt_sigtimedwait_time64 rt_sigprocmask setpgid fstatfs ftruncate64 timerfd_gettime64 readdir lseek sigprocmask readlink readv getpgrp setgroups mremap msgsnd semop nice timer_gettime64 setsockopt get_thread_area clock_gettime64 rt_sigqueueinfo readahead dup3 vfork listen stat timerfd_gettime sched_getaffinity dup2 tgkill prlimit64 utimensat set_thread_area nanosleep waitpid pipe2 getuid32 timer_delete lsetxattr mprotect recv truncate64 lgetxattr io_uring_register futex_time64 getegid msgctl getsockname getuid fsetxattr linkat preadv removexattr setgroups32 setfsuid _llseek mq_unlink clock_nanosleep clock_gettime setpriority epoll_wait setgid shmctl set_tls getcwd sync_file_range inotify_rm_watch setgid32 rt_sigaction fcntl64 faccessat2 mknod utime rename get_mempolicy faccessat recvmsg getegid32 set_robust_list pidfd_open epoll_create syncfs io_uring_enter getgroups flistxattr userfaultfd read renameat fchownat getresgid32 newfstatat close setitimer oldolduname signalfd4 fadvise64 io_pgetevents mq_getsetattr semtimedop_time64 fstatfs64 unlink sysinfo io_destroy tee getresuid32 unshare lchown32 setregid32 inotify_add_watch getxattr epoll_ctl_old migrate_pages msync fstat alarm execveat epoll_create1 fgetxattr write select setresuid32 clock_getres open sched_rr_get_interval_time64 pselect6_time64 clock_getres_time64 personality pselect6 shmget eventfd2 inotify_init1 getpriority sched_get_priority_min sched_rr_get_interval oldlstat timer_settime64 olduname sigsuspend ipc brk capget munmap mknodat add_key ioprio_set sigaction splice eventfd recvfrom madvise socketcall mq_timedreceive kill flock fchmodat truncate exit fsync statfs sched_getattr umask fchown32 geteuid setresuid execve rt_tgsigqueueinfo pipe getgid32 vmsplice remap_file_pages send fremovexattr sync munlockall set_tid_address lremovexattr membarrier openat2 rt_sigreturn utimes bind utimensat_time64 sendmmsg munlock accept mkdirat setregid symlink semtimedop getdents64 time getppid setrlimit msgget sendmsg getgroups32 preadv2 chdir sigreturn futimesat recvmmsg timerfd_create pread64 set_mempolicy timer_create fchdir unlinkat getcpu openat fdatasync sched_getparam shmdt fchown sched_setscheduler setresgid32 shmat ugetrlimit clock_nanosleep_time64 getresuid mq_timedsend_time64 io_setup io_cancel fadvise64_64 statfs64 lstat64 mlock2 mmap link setns connect timer_getoverrun ioprio_get lchown pause ftruncate io_uring_setup geteuid32 futex pwritev setfsgid swapcontext setuid32 mlockall fallocate shutdown getresgid getrlimit waitid mbind clone3 semget times sendto ppoll_time64 pwrite64 ppoll signal getsockopt recvmmsg_time64 setuid _newselect ioctl mq_notify signalfd setreuid32 getpeername sigaltstack prctl getrandom fstatat64 poll mmap2 io_getevents dup getgid get_robust_list sched_setparam sendfile setfsgid32 llistxattr inotify_init fork setxattr timerfd_settime64 pwritev2 renameat2 oldfstat setfsuid32 getdents accept4 wait4 uname name_to_handle_at clone sched_setaffinity restart_syscall sync_file_range2 rt_sigsuspend io_submit semctl sched_getscheduler process_vm_readv stat64 msgrcv tkill sendfile64 statx fstat64
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-resolved
			PID: 748
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
-> 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: Mon 2021-08-09 06:45:27 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 819d1d4943ff49689691fa08d7256039
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: apt-daily.timer (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily.timer (origin-file)
	References: var.mount (origin-file origin-path)
	References: -.mount (origin-file origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 fstrim.timer:
	Description: Discard unused blocks once a week
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2021-08-09 00:05:32 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 87429ce1b7014e9ba05490188b657bcb
	Documentation: man:fstrim
	Fragment Path: /lib/systemd/system/fstrim.timer
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: var.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: fstrim.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: fstrim.service (origin-implicit)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: fstrim.service (origin-implicit)
	References: time-sync.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
	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 system-wpa_supplicant.slice:
	Description: system-wpa_supplicant.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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-wpa_supplicant.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: 1aa8db5cfc8e4ac2adc289fe67069f09
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: wpa_supplicant at wlp2s0.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: wpa_supplicant at wlp2s0.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit kmod-static-nodes.service:
	Description: Create list of static device nodes for the current kernel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 36ab1e682f5e4adc85f07bc613610733
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/5.10.0-8-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	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: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 577
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: f6cdedbc956748c6a0fb23693fe5874e
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-initctl.service (origin-implicit)
	Before: sockets.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-initctl.service (origin-implicit)
	References: systemd-initctl.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/initctl (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1b13cd6028b646dba3ebd93ebee24e6c
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	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: user at 1000.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: wpa_supplicant.service (destination-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (destination-implicit)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dbus.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: wpa_supplicant.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 773
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	OOMScoreAdjust: -900
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
			PID: 773
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 1d8924d6de64408999124d95dd879bb4
	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: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-sysusers.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
			PID: 586
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 84a9dda0166b4c06987cae3c72d7a87d
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d2.device:
	Description: /sys/devices/virtual/block/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 67bc35292ab74dee8f428aac9f975c3d
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-> Unit dev-dm\x2d3.device:
	Description: /dev/dm-3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 2145b96f008d4efb823865724e3bb721
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	Found: found-udev
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: first-boot-complete.target (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target (destination-default)
	ConflictedBy: blockdev at dev-sda1.target (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: system-lvm2\x2dpvscan.slice (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: lm-sensors.service (destination-default)
	ConflictedBy: session-178.scope (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: systemd-networkd-wait-online.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: blockdev at dev-mapper-sda3_crypt.target (destination-default)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: cryptsetup-pre.target (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: fstrim.timer (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: unattended-upgrades.service (destination-default)
	ConflictedBy: fstrim.service (destination-default)
	ConflictedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: networking.service (destination-file)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: exim4-base.service (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: blockdev at dev-dm\x2d2.target (destination-default)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target (destination-default)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: lvm2-pvscan at 254:0.service (destination-file)
	ConflictedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ConflictedBy: systemd-boot-system-token.service (destination-file)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: wpa_supplicant at wlp2s0.service (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: exim4.service (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target (destination-default)
	ConflictedBy: exim4-base.timer (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: blockdev at dev-sda2.target (destination-default)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: bluetooth.target (destination-default)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: system-wpa_supplicant.slice (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: graphical.target (destination-default)
	After: getty-pre.target (destination-default)
	After: dbus.service (destination-default)
	After: network-online.target (destination-default)
	After: user-1000.slice (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target (destination-default)
	After: exim4-base.service (destination-default)
	After: local-fs-pre.target (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: logrotate.service (destination-default)
	After: e2scrub_all.service (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-pstore.service (destination-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target (destination-default)
	After: systemd-sysctl.service (destination-file)
	After: networking.service (destination-file)
	After: rsync.service (destination-default)
	After: rescue.service (destination-file)
	After: graphical.target (destination-default)
	After: first-boot-complete.target (destination-default)
	After: lm-sensors.service (destination-default)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: paths.target (destination-default)
	After: getty.target (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: nss-lookup.target (destination-default)
	After: systemd-logind.service (destination-default)
	After: getty at tty1.service (destination-default)
	After: e2scrub_reap.service (destination-default)
	After: rc-local.service (destination-default)
	After: systemd-boot-system-token.service (destination-file)
	After: systemd-resolved.service (destination-file)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	After: apt-daily.service (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target (destination-default)
	After: system-wpa_supplicant.slice (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: systemd-networkd-wait-online.service (destination-file)
	After: cryptsetup.target (destination-default)
	After: fstrim.timer (destination-default)
	After: system-getty.slice (destination-default)
	After: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	After: exim4-base.timer (destination-default)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target (destination-default)
	After: blockdev at dev-sda1.target (destination-default)
	After: user.slice (destination-default)
	After: slices.target (destination-default)
	After: bluetooth.target (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: network-pre.target (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: apt-daily.timer (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: sysinit.target (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: getty-static.service (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: system-modprobe.slice (destination-default)
	After: dm-event.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: basic.target (destination-default)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	After: blockdev at dev-dm\x2d2.target (destination-default)
	After: systemd-rfkill.socket (destination-file)
	After: cron.service (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: logrotate.timer (destination-default)
	After: sound.target (destination-default)
	After: user at 1000.service (destination-default)
	After: blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: ssh.service (destination-default)
	After: sockets.target (destination-default)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target (destination-default)
	After: rescue.target (destination-default)
	After: rsyslog.service (destination-default)
	After: lvm2-monitor.service (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: exim4.service (destination-default)
	After: time-sync.target (destination-default)
	After: system-lvm2\x2dpvscan.slice (destination-default)
	After: systemd-rfkill.service (destination-file)
	After: syslog.socket (destination-file)
	After: man-db.timer (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: unattended-upgrades.service (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: wpa_supplicant at wlp2s0.service (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: man-db.service (destination-default)
	After: blockdev at dev-sda2.target (destination-default)
	After: lvm2-lvmpolld.service (destination-file)
	After: blk-availability.service (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: blockdev at dev-mapper-sda3_crypt.target (destination-default)
	After: multi-user.target (destination-default)
	After: network.target (destination-default)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	After: emergency.target (destination-default)
	After: time-set.target (destination-default)
	After: systemd-networkd.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: lvm2-pvscan at 254:0.service (destination-file)
	After: fstrim.service (destination-default)
	After: session-178.scope (destination-default)
	After: dbus.socket (destination-default)
	After: cryptsetup-pre.target (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: emergency.service (destination-file)
	After: swap.target (destination-default)
	After: systemd-quotacheck.service (destination-file)
	After: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: exim4-base.service (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: blockdev at dev-mapper-sda3_crypt.target (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: lvm2-pvscan at 254:0.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: bluetooth.target (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: blockdev at dev-dm\x2d2.target (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: first-boot-complete.target (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target (destination-default)
	ReferencedBy: session-178.scope (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-55A7\x2d1048.target (destination-default)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: blockdev at dev-sda2.target (destination-default)
	ReferencedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target (destination-default)
	ReferencedBy: blockdev at dev-sda1.target (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: system-wpa_supplicant.slice (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: system-lvm2\x2dpvscan.slice (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: cryptsetup-pre.target (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target (destination-default)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: dbus.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit fstrim.service:
	Description: Discard unused blocks on filesystems from /etc/fstab
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 00:05:32 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 00:05:31 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 00:05:32 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 08e9165f0b96497c8b0cefb42cc64e05
	Documentation: man:fstrim(8)
	Fragment Path: /lib/systemd/system/fstrim.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Mon 2021-08-09 00:05:31 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 00:05:31 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: fstrim.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: fstrim.timer (destination-implicit)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: fstrim.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: pause oldolduname fsetxattr faccessat2 getcpu setfsuid32 ugetrlimit timer_settime pselect6_time64 set_tid_address mq_timedsend_time64 renameat2 setuid msync shmctl close sched_setaffinity add_key timer_gettime shutdown gettid madvise read io_pgetevents_time64 flistxattr pipe2 lgetxattr socket geteuid32 oldstat creat ppoll epoll_wait_old sched_setscheduler setgid oldfstat fchownat getppid pwritev linkat getpgrp eventfd2 ppoll_time64 shmat getegid fstatat64 sched_getscheduler rt_sigtimedwait umask renameat io_pgetevents preadv request_key rt_sigsuspend sendfile timer_getoverrun io_destroy mq_open clock_gettime64 gettimeofday utimensat poll signal rt_sigqueueinfo newfstatat fcntl64 mmap msgrcv pread64 semtimedop unshare fadvise64 getgid getgid32 sched_setattr lchown inotify_rm_watch fork munlockall setresgid sysinfo sigreturn setns io_uring_setup epoll_ctl_old nanosleep process_vm_readv pselect6 flock get_mempolicy getrusage getuid32 chdir munlock arch_prctl setresuid32 capget fchmod clock_getres copy_file_range mkdirat sync membarrier epoll_create timer_settime64 msgget sync_file_range sync_file_range2 rt_sigprocmask rt_tgsigqueueinfo kcmp setresuid statx readlinkat userfaultfd oldlstat openat2 openat sigsuspend mlock getegid32 mq_timedreceive_time64 recvmmsg_time64 open name_to_handle_at stat sched_rr_get_interval fchmodat process_vm_writev set_robust_list timerfd_create sendmsg semop splice getxattr setpriority getresgid32 getcwd bind set_mempolicy ioctl utimes sigpending ftruncate64 setfsgid32 sched_get_priority_min timerfd_gettime mq_unlink mlockall socketpair _newselect timerfd_settime64 setgroups32 geteuid io_getevents utimensat_time64 pidfd_send_signal connect set_tls sched_get_priority_max futex_time64 nice getresuid32 lstat lchown32 getpid setgroups lseek utime getuid pidfd_open sched_rr_get_interval_time64 brk munmap chmod stat64 timer_gettime64 exit ioprio_set set_thread_area getpeername rt_sigpending setpgid getresuid sendfile64 getrandom clone setfsuid access mmap2 semget rmdir io_uring_register migrate_pages get_thread_area lstat64 removexattr setsid ftruncate socketcall dup3 inotify_init fchdir olduname timerfd_settime cacheflush vfork fstat setgid32 getdents _llseek execve timer_create symlink unlinkat mremap setrlimit ipc chown32 move_pages shmget setsockopt clock_getres_time64 remap_file_pages io_setup mknod dup epoll_create1 io_submit setreuid32 fsync wait4 keyctl sendto kill mknodat io_uring_enter getsockname getsid mq_timedsend listxattr clock_nanosleep_time64 rt_sigaction lremovexattr timer_delete futex truncate64 setitimer setuid32 sched_getparam fdatasync prlimit64 write sigaction recv fstatfs readahead time fcntl statfs64 getresgid epoll_ctl setfsgid getsockopt execveat preadv2 recvmsg setreuid io_cancel readdir link getdents64 fgetxattr readv mbind timerfd_gettime64 sigprocmask readlink faccessat msgctl tgkill epoll_wait tee select epoll_pwait personality uname fchown32 semctl lsetxattr msgsnd semtimedop_time64 getpgid clock_nanosleep fallocate rseq rt_sigtimedwait_time64 setregid32 clock_gettime exit_group writev recvfrom shmdt rename ioprio_get mq_timedreceive fstat64 signalfd capset mq_getsetattr fremovexattr fadvise64_64 sched_setparam inotify_init1 waitpid getgroups tkill mprotect sched_getattr dup2 send pwritev2 accept4 vmsplice fstatfs64 rt_sigreturn setresgid32 pwrite64 memfd_create mq_notify accept sched_yield sendmmsg sched_getaffinity mkdir symlinkat listen futimesat mlock2 llistxattr chown restart_syscall swapcontext statfs waitid getitimer unlink pipe setregid truncate get_robust_list times syncfs clone3 getgroups32 getpriority recvmmsg signalfd4 setxattr inotify_add_watch getrlimit sigaltstack fchown alarm eventfd prctl
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported
			PID: 4058
			Start Timestamp: Mon 2021-08-09 00:05:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:05:32 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit var.mount:
	Description: /var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 598af4fad2c44c6f9940827643f65ff4
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: exim4-base.timer (destination-file destination-path)
	RequiredBy: systemd-pstore.service (destination-file destination-path)
	RequiredBy: man-db.timer (destination-file destination-path)
	RequiredBy: apt-daily.timer (destination-file destination-path)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: logrotate.timer (destination-file destination-path)
	RequiredBy: systemd-journal-flush.service (destination-file destination-path)
	RequiredBy: fstrim.timer (destination-file destination-path)
	RequiredBy: unattended-upgrades.service (destination-file destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file destination-path)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	RequiredBy: basic.target (destination-file destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
	RequiredBy: systemd-update-utmp.service (destination-file destination-path)
	RequiredBy: systemd-random-seed.service (destination-file destination-path)
	RequiredBy: e2scrub_all.timer (destination-file destination-path)
	RequiredBy: systemd-rfkill.service (destination-file destination-path)
	RequiredBy: systemd-resolved.service (destination-file destination-path)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: apparmor.service (destination-file destination-path)
	Conflicts: umount.target (origin-file)
	Before: unattended-upgrades.service (destination-file destination-path)
	Before: systemd-update-utmp.service (destination-file destination-path)
	Before: fstrim.timer (destination-file destination-path)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: apt-daily-upgrade.timer (destination-file destination-path)
	Before: umount.target (origin-file)
	Before: systemd-resolved.service (destination-file destination-path)
	Before: systemd-pstore.service (destination-file destination-path)
	Before: e2scrub_all.timer (destination-file destination-path)
	Before: systemd-rfkill.service (destination-file destination-path)
	Before: logrotate.timer (destination-file destination-path)
	Before: systemd-random-seed.service (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: man-db.timer (destination-file destination-path)
	Before: systemd-rfkill.socket (destination-file destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: basic.target (destination-file destination-default destination-path)
	Before: apparmor.service (destination-file destination-path)
	Before: exim4-base.timer (destination-file destination-path)
	Before: local-fs.target (origin-file)
	Before: logrotate.service (destination-file destination-path)
	Before: apt-daily.timer (destination-file destination-path)
	Before: systemd-journal-flush.service (destination-file destination-path)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (origin-file)
	After: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file origin-mountinfo-implicit)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target (origin-file origin-mountinfo-implicit)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	References: local-fs.target (origin-file)
	References: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: dev-mapper-nuc\x2d\x2dvg\x2dvar.device (origin-file origin-mountinfo-implicit)
	References: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dvar.target (origin-file origin-mountinfo-implicit)
	References: umount.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: logrotate.timer (destination-file destination-path)
	ReferencedBy: apt-daily.timer (destination-file destination-path)
	ReferencedBy: basic.target (destination-file destination-default destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
	ReferencedBy: systemd-resolved.service (destination-file destination-path)
	ReferencedBy: systemd-pstore.service (destination-file destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: e2scrub_all.timer (destination-file destination-path)
	ReferencedBy: unattended-upgrades.service (destination-file destination-path)
	ReferencedBy: apparmor.service (destination-file destination-path)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: fstrim.timer (destination-file destination-path)
	ReferencedBy: exim4-base.timer (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: man-db.timer (destination-file destination-path)
	ReferencedBy: systemd-random-seed.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.service (destination-file destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	RequiresMountsFor: /dev/mapper/nuc--vg-var (origin-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var
	What: /dev/mapper/nuc--vg-var
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-nuc\x2dvg-home.device:
	Description: /dev/nuc-vg/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: bf254b7cbf1943df92a9f8a1e3206f2e
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1c.2-0000:03:00.0-net-enp3s0.device:
	Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 9488ce447599445db8a5785106eebf2b
	Following Set Member: sys-subsystem-net-devices-enp3s0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/enp3s0
	Found: found-udev
-> Unit systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service:
	Description: File System Check on /dev/mapper/nuc--vg-tmp
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dtmp
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: 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: 55fb688a22714a5398f0c4c4047fec2b
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file)
	RequiredBy: tmp.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: tmp.mount (destination-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file)
	After: local-fs-pre.target (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: tmp.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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/nuc--vg-tmp
			PID: 681
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: sysinit.target (destination-file)
	Before: sysinit.target (destination-file)
	Before: shutdown.target (origin-default)
	After: emergency.service (origin-file)
	References: shutdown.target (origin-default)
	References: emergency.service (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-nuc\x2dvg-swap.device:
	Description: /dev/nuc-vg/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1cba3fab615041e898d39e897a1d5b65
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device:
	Description: /dev/disk/by-id/lvm-pv-uuid-DF8A57-3gGg-3S6p-JFl3-R9p7-SGHt-KNcHda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 954bf16c41be4beca3a85fc5415f70a9
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 09401b54cd204463ac184cf6b5035782
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
	Found: found-udev
-> Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: cron.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a2834ac5f79049069a1125b3e3115338
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 8cd21c19627045ef9ca5da834d97c12e
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ succeeded
	ConditionSecurity: audit succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 898cca0b65a3443a8bc3369b5740b76d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: var.mount (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: local-fs.target (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: tmp.mount (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: home.mount (destination-file)
	Before: boot.mount (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-remount-fs.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: dm-event.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 8fbc8c3d671d41f492f2c6ec226c0072
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: auditd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	References: basic.target (origin-default)
	References: auditd.service (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /run/sshd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 814
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStartPre:
		Command Line: /usr/sbin/sshd -t
			PID: 811
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 814
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/3c376529-4815-46f2-9741-762f7e082e91
	Instance: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit blockdev at dev-sda1.target:
	Description: Block Device Preparation for /dev/sda1
	Instance: dev-sda1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: boot-efi.mount (destination-mountinfo-implicit)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 5718dcb18c984d7fa7edfdfa9ee60b1c
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device:
	Description: /dev/disk/by-uuid/c63e1886-d9a7-45cd-b44f-a1cd10a3f1b8
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 05d8e43fbfa54ce1844f2721c207b4f9
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit dev-snd-controlC0.device:
	Description: /dev/snd/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 97d4ec9f8b684f4ab6c7963886fe9db2
	Following: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0
	Found: found-udev
-> Unit tmp.mount:
	Description: /tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 13dc902a4a5d4f17a7637f67bcfa14e9
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/tmp.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	Requires: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (origin-file)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file origin-mountinfo-implicit)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: systemd-resolved.service (destination-file destination-path)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	WantedBy: basic.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: logrotate.service (destination-file destination-path)
	Before: basic.target (destination-file destination-default)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: systemd-resolved.service (destination-file destination-path)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target (origin-file origin-mountinfo-implicit)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target (origin-file origin-mountinfo-implicit)
	References: local-fs.target (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device (origin-file origin-mountinfo-implicit)
	References: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: systemd-resolved.service (destination-file destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: logrotate.service (destination-file destination-path)
	RequiresMountsFor: /dev/mapper/nuc--vg-tmp (origin-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /tmp
	What: /dev/mapper/nuc--vg-tmp
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit boot.mount:
	Description: /boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 1c78d57fc0f346b9ab596ad4b03f1e18
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	BindsTo: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	BindsTo: dev-sda2.device (origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: boot-efi.mount (destination-implicit destination-path)
	RequiredBy: unattended-upgrades.service (destination-file destination-path)
	Conflicts: umount.target (origin-file)
	Before: boot-efi.mount (destination-implicit destination-path)
	Before: local-fs.target (origin-file)
	Before: umount.target (origin-file)
	Before: unattended-upgrades.service (destination-file destination-path)
	After: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (origin-file)
	After: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-sda2.device (origin-mountinfo-implicit)
	After: -.mount (origin-file origin-implicit origin-path)
	After: blockdev at dev-sda2.target (origin-mountinfo-implicit)
	After: system.slice (origin-file)
	After: blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target (origin-file)
	References: dev-sda2.device (origin-mountinfo-implicit)
	References: local-fs.target (origin-file)
	References: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: blockdev at dev-sda2.target (origin-mountinfo-implicit)
	References: umount.target (origin-file)
	References: system.slice (origin-file)
	References: blockdev at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: boot-efi.mount (destination-implicit destination-path)
	ReferencedBy: unattended-upgrades.service (destination-file destination-path)
	RequiresMountsFor: /dev/disk/by-uuid/3c376529-4815-46f2-9741-762f7e082e91 (origin-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /boot
	What: /dev/sda2
	File System Type: ext2
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: bd91e8f8733049cb8df05213fc4a3bad
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> 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: Sat 2021-08-07 12:28:12 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: Sat 2021-08-07 12:28:12 CEST
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:12 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 25d43df333dc4d8887597d82c1464cb7
	Documentation: man:systemd-rfkill.service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file)
	After: var.mount (origin-file origin-path)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: systemd-rfkill.socket (destination-implicit)
	After: systemd-remount-fs.service (origin-file)
	TriggeredBy: systemd-rfkill.socket (destination-implicit)
	References: -.mount (origin-file)
	References: var.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-rfkill.socket (destination-implicit)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-rfkill
			PID: 735
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:12 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0756407b3be4407286f29b662a71bb02
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
	Found: found-udev
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 405e76f037ee452e989b825015889fae
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-1000.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: systemd-logind.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: user-1000.slice (destination-implicit)
	After: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: user-1000.slice (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 6e70b83e0ecd49d4ad45c1e933018a7e
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	RequiredBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: ssh.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
-> Unit 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 2021-08-08 03:11:21 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 03:11:21 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2021-08-08 03:11:21 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: c74cdf4dcb38448c8a15bd8cad86de05
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_all.service
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionACPower: true succeeded
	Condition Timestamp: Sun 2021-08-08 03:11:21 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 03:11:21 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: e2scrub_all.timer (destination-implicit)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: e2scrub_all.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/e2scrub_all
			PID: 2251
			Start Timestamp: Sun 2021-08-08 03:11:21 CEST
			Exit Timestamp: Sun 2021-08-08 03:11:21 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit e2scrub_all.timer:
	Description: Periodic ext4 Online Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 03:11:21 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 57110064c30b45318ba1a67468c99e04
	Fragment Path: /lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: var.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	Triggers: e2scrub_all.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: var.mount (origin-file origin-path)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: e2scrub_all.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Sun *-*-* 03:10:00
-> Unit systemd-cryptsetup at sda3_crypt.service:
	Description: Cryptography Setup for sda3_crypt
	Instance: sda3_crypt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: 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: 4fc7ec3ff3914c22baa7e2222671b833
	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 sda3_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-systemd\x2dcryptsetup.slice (origin-file)
	Wants: blockdev at dev-mapper-sda3_crypt.target (origin-file)
	BindsTo: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device (origin-file)
	RequiredBy: dev-mapper-sda3_crypt.device (destination-file)
	RequiredBy: cryptsetup.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: blockdev at dev-mapper-sda3_crypt.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: umount.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-systemd\x2dcryptsetup.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device (origin-file)
	After: cryptsetup-pre.target (origin-file)
	References: umount.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: cryptsetup-pre.target (origin-file)
	References: blockdev at dev-mapper-sda3_crypt.target (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dcryptsetup.slice (origin-file)
	ReferencedBy: dev-mapper-sda3_crypt.device (destination-file)
	ReferencedBy: cryptsetup.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sda3_crypt /dev/disk/by-uuid/7ccfa875-04fc-4eeb-bc6c-1980fdfc38b8 none luks,discard
			PID: 657
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sda3_crypt
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-nuc\x2dvg-root.device:
	Description: /dev/nuc-vg/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: c5c1af9665a94b7d808ff75a316dd86f
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: dm-event.socket (origin-file)
	ReferencedBy: dm-event.socket (destination-implicit)
	ReferencedBy: lvm2-monitor.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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/dmeventd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: c8a2242a302c48d3844de2240bdc5222
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6a509d8b2f2d4c27816dcc3db34eecd0
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 622ae6d70416426b85ed92c6da4ddab9
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 19a28a030c78444e81197dad34a4b11f
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: dm-event.service (origin-implicit destination-file)
	Before: lvm2-monitor.service (destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: dm-event.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: dm-event.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	RequiresMountsFor: /run/dmeventd-client (origin-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 9ee0365c143944b88e90667092840f66
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: kmod-static-nodes.service (destination-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: systemd-tmpfiles --prefix=/dev --create --boot
			PID: 594
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:14 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Exit 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: fd706f52cc06413d8cf233e310fac0b6
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Sat 2021-08-07 12:28:14 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:14 CEST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Wants: exim4.service (origin-file)
	Wants: display-manager.service (origin-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: multi-user.target (origin-file origin-default)
	After: exim4.service (origin-default destination-file)
	After: e2scrub_reap.service (origin-default)
	After: rescue.service (origin-file)
	After: display-manager.service (origin-file)
	After: rescue.target (origin-file)
	References: rescue.target (origin-file)
	References: display-manager.service (origin-file)
	References: multi-user.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: exim4.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: e2scrub_reap.service (origin-file origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 6d59fe45534344fbb11e529686e5ec1f
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Wants: getty-static.service (origin-file)
	Wants: getty at tty1.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: getty-static.service (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	References: shutdown.target (origin-default)
	References: getty-static.service (origin-file origin-default)
	References: getty at tty1.service (origin-file 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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit cryptsetup-pre.target:
	Description: Local Encrypted Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-cryptsetup at sda3_crypt.service (destination-file)
	References: shutdown.target (origin-default)
	References: cryptsetup.target (origin-file)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6579593c7c75474992c312c27b7b4627
	Following: sys-devices-virtual-misc-rfkill.device
	Following Set Member: sys-devices-virtual-misc-rfkill.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
-> Unit dev-nuc\x2dvg-tmp.device:
	Description: /dev/nuc-vg/tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: d774fc79d78846ecb8c33cae366fd28c
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 0645f5b9f2df4c0e8b46d097ae4f1970
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: session-178.scope (destination-file)
	Before: user-1000.slice (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: user at 1000.service (destination-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: home.mount (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: remote-fs.target (origin-file)
	After: network.target (origin-file)
	References: system.slice (origin-file)
	References: home.mount (origin-file)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: remote-fs.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user-1000.slice (destination-file)
	ReferencedBy: session-178.scope (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 812
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: fd1f5b6d7a8749a7a2e42466cc5bf134
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> 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: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 8a91c8c97ebd42969105ae502816f727
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-rfkill.socket
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 3ce332107d7c491e9f3973d20227bda5
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit dev-sda2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 87c7d1a3eeca4e048d6789b4cbf512d1
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	BoundBy: boot.mount (destination-mountinfo-implicit)
	Before: boot.mount (destination-mountinfo-implicit)
	ReferencedBy: boot.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-LJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 5f2ecfa7f8524e97b9e8cc350c558259
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device:
	Description: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: fe3e60746bd14fbaa8ed5c725be3797a
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service:
	Description: File System Check on /dev/disk/by-uuid/3c376529-4815-46f2-9741-762f7e082e91
	Instance: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: 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: deede1cc00b245e2ab2adfc4c80f6f3a
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	RequiredBy: boot.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: boot.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-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: boot.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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/3c376529-4815-46f2-9741-762f7e082e91
			PID: 658
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap:
	Description: /dev/disk/by-id/dm-name-nuc--vg-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 2072817e7db6454e86956f288f9562d9
	Following: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap
	Following Set Member: dev-nuc\x2dvg-swap.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Requires: -.mount (origin-implicit)
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: swap.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	RequiresMountsFor: /dev/disk/by-id/dm-name-nuc--vg-swap (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/dm-name-nuc--vg-swap
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: baac49d5ec6c42b79e552cd3574e383e
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: systemd-ask-password-console.service (origin-implicit)
	References: plymouth-start.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: paths.target (origin-file)
	References: emergency.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-update-utmp-runlevel.service:
	Description: Update UTMP about System Runlevel Changes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2021-08-07 12:28:14 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:14 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 310e22791fc2438b97141c6df88ce862
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Sat 2021-08-07 12:28:14 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:14 CEST
	Assert Result: yes
	Requires: var.mount (origin-path)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: rescue.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: systemd-journald.socket (origin-file)
	After: rescue.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: graphical.target (origin-file)
	After: var.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: graphical.target (origin-file)
	References: system.slice (origin-file)
	References: var.mount (origin-path)
	References: rescue.target (origin-file)
	References: shutdown.target (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: rescue.target (destination-file)
	RequiresMountsFor: /var/log/wtmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 1096
			Start Timestamp: Sat 2021-08-07 12:28:14 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:14 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-sda3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: dd5f9ad630904cb7b6c8af61f1a77bb6
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /dev-mqueue.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8d48073aa3a84e408fd8a6694b0044e9
	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 succeeded
	ConditionPathExists: /proc/sys/fs/mqueue succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit multi-user.target:
	Alias: runlevel3.target
	Alias: runlevel4.target
	Alias: runlevel2.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:14 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Exit 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: b9cb6910fe7f4347a26f23c03f9f11a5
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Sat 2021-08-07 12:28:14 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:14 CEST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: systemd-resolved.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: wpa_supplicant at wlp2s0.service (origin-file)
	Wants: systemd-networkd.service (origin-file)
	Wants: lm-sensors.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: exim4.service (origin-file)
	Wants: unattended-upgrades.service (origin-file)
	Wants: rsync.service (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: wpa_supplicant.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: remote-fs.target (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: graphical.target (destination-file destination-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: rsync.service (origin-default)
	After: rescue.target (origin-file)
	After: lm-sensors.service (origin-default)
	After: basic.target (origin-file origin-default)
	After: wpa_supplicant.service (origin-default)
	After: systemd-logind.service (origin-default)
	After: unattended-upgrades.service (origin-default)
	After: exim4.service (origin-default destination-file)
	After: dbus.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: getty.target (origin-default)
	After: rsyslog.service (origin-default)
	After: cron.service (origin-default)
	After: rescue.service (origin-file)
	After: ssh.service (origin-default)
	After: wpa_supplicant at wlp2s0.service (origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: exim4.service (origin-file origin-default)
	References: unattended-upgrades.service (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: systemd-networkd.service (origin-file)
	References: console-setup.service (origin-file)
	References: ssh.service (origin-file origin-default)
	References: wpa_supplicant.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: rsync.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: networking.service (origin-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: rescue.target (origin-file)
	References: lm-sensors.service (origin-file origin-default)
	References: systemd-resolved.service (origin-file)
	References: rsyslog.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: wpa_supplicant at wlp2s0.service (origin-file origin-default)
	References: cron.service (origin-file origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 12:43:30 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 12:43:30 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 12:43:30 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 8b8f74ad92284714b84c7f93d4cfef07
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Mon 2021-08-09 12:43:30 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 12:43:30 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: time-set.target (origin-file)
	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: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: systemd-tmpfiles --clean
			PID: 5404
			Start Timestamp: Mon 2021-08-09 12:43:30 CEST
			Exit Timestamp: Mon 2021-08-09 12:43:30 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 86eb9c1434764814928837b88648bf29
	Following: sys-devices-platform-serial8250-tty-ttyS0.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
	Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d0.device:
	Description: /sys/devices/virtual/block/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6c845f29cfc44d228f4162183cd6534f
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Wants: lvm2-pvscan at 254:0.service (origin-udev)
	References: lvm2-pvscan at 254:0.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
	udev SYSTEMD_WANTS: lvm2-pvscan at 254:0.service
-> Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 008a37bf6bcd4e3483996e32c1d54428
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-set.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	WantedBy: time-sync.target (destination-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: time-sync.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: time-sync.target (destination-file destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 142d9b83363f44519d7dedaccb06908f
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-file destination-default)
	After: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-default)
	After: dev-nuc\x2dvg-swap.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-default)
	After: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (origin-default destination-default)
	After: dev-dm\x2d2.swap (destination-default)
	References: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-dm\x2d2.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-default)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1fb9984d58324d669be000ef251f7e28
	Following Set Member: dev-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	Found: found-udev
-> Unit dev-mapper-nuc\x2d\x2dvg\x2dtmp.device:
	Description: /dev/mapper/nuc--vg-tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1b2e6f40781d4bf59aad6e98b2e2b621
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: tmp.mount (destination-file destination-mountinfo-implicit)
	BoundBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: tmp.mount (destination-file destination-mountinfo-implicit)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: tmp.mount (destination-file destination-mountinfo-implicit)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev,found-mount
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: d26fe119257649b98c22715d43f09542
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work succeeded
	ConditionPathExists: !/rofs/etc/apparmor.d succeeded
	ConditionSecurity: apparmor succeeded
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: var.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	After: var.mount (origin-file origin-path)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald-audit.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: var.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/cache/apparmor (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/apparmor/apparmor.systemd reload
			PID: 721
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: KINGSTON_SA400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 0b6ba4662d4b432ea6963586119ca37d
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit postgresql.service:
	Description: postgresql.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 81577186e22c47b0bf5ae494bf24e473
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: ifupdown-pre.service (origin-file)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	WantedBy: network-online.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: network-online.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: apparmor.service (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: ifupdown-pre.service (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: network-pre.target (origin-file)
	References: apparmor.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: ifupdown-pre.service (origin-file)
	References: network-online.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: network.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 5min
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/ifup -a --read-environment
			PID: 744
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/ifdown -a --read-environment --exclude=lo
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: networking.service (destination-file)
	Before: network.target (destination-file)
	Before: systemd-networkd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 663a14707af04100b733d1de87e7238b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Wants: time-set.target (origin-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: fstrim.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: exim4.service (destination-file)
	Before: e2scrub_all.timer (destination-default)
	Before: exim4-base.timer (destination-default)
	Before: man-db.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: logrotate.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-file origin-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Sun 2021-08-08 12:31:00 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:30:59 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:31:00 CEST
	Active Exit Timestamp: Sun 2021-08-08 12:30:59 CEST
	Inactive Enter Timestamp: Sun 2021-08-08 12:30:59 CEST
	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: f8484651e193402982191545df81f452
	Documentation: man:systemd-networkd-wait-online.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd-wait-online.service
	Condition Timestamp: Sun 2021-08-08 12:30:59 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:30:59 CEST
	Assert Result: yes
	Requires: systemd-networkd.service (origin-file)
	Requires: system.slice (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: systemd-networkd.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: network-online.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 3274
			Start Timestamp: Sun 2021-08-08 12:30:59 CEST
			Exit Timestamp: Sun 2021-08-08 12:31:00 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-dm\x2d2.target:
	Description: Block Device Preparation for /dev/dm-2
	Instance: dev-dm\x2d2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-proc-swap)
	Before: dev-dm\x2d2.swap (destination-proc-swap)
	Before: dev-nuc\x2dvg-swap.swap (destination-proc-swap)
	Before: shutdown.target (origin-default)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-proc-swap)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-proc-swap)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-proc-swap)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-devices-virtual-block-dm\x2d5.device:
	Description: /sys/devices/virtual/block/dm-5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 44bd07f340c244f493acf213ce46d031
	Following Set Member: dev-nuc\x2dvg-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	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: Mon 2021-08-09 12:43:30 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: c8595d7b594040eb9b8c4864923f8307
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 dev-dm\x2d4.device:
	Description: /dev/dm-4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 9ef9c2a8fe894daeb54cb7e8675e37a2
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit dev-mapper-nuc\x2d\x2dvg\x2dswap.swap:
	Description: /dev/mapper/nuc--vg-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fd8602d526eb475596b715e4a2293ed8
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap
	Following Set Member: dev-nuc\x2dvg-swap.swap
	Following Set Member: dev-dm\x2d2.swap
	Fragment Path: /run/systemd/generator/dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: dev-mapper-nuc\x2d\x2dvg\x2dswap.device (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	RequiredBy: swap.target (destination-file)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	After: dev-mapper-nuc\x2d\x2dvg\x2dswap.device (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dswap.target (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dswap.device (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: umount.target (origin-default)
	ReferencedBy: swap.target (destination-file destination-default)
	RequiresMountsFor: /dev/mapper/nuc--vg-swap (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/mapper/nuc--vg-swap
	From /proc/swaps: yes
	From fragment: yes
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit mysql.service:
	Description: mysql.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device:
	Description: /dev/disk/by-uuid/a60befb6-7c88-402e-a306-d3776ea02e74
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1dbff56b678d44d4bc7441017e7f2753
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-dm\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	Found: found-udev
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
	Description: /sys/subsystem/bluetooth/devices/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 71127188700841efb2754e92a5fd6df0
	Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d5-1\x2d5.1-1\x2d5.1:1.0-bluetooth-hci0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/bluetooth/hci0
	Found: found-udev
-> Unit dev-disk-by\x2duuid-55A7\x2d1048.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 859b60fc20e641b787d438aa019b2dfb
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: boot-efi.mount (destination-file)
	Before: boot-efi.mount (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: fe2e187535b540ce86aed8fd95ba45c7
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	BoundBy: boot.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Before: boot.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: boot.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit systemd-boot-system-token.service:
	Description: Store a System Token in an EFI Variable
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-boot-system-token.service(8)
	Fragment Path: /lib/systemd/system/systemd-boot-system-token.service
	ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
	ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
	ConditionPathExists: /sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f failed
	ConditionVirtualization: no untested
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-random-seed.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-random-seed.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: bootctl random-seed --graceful
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service:
	Description: File System Check on /dev/mapper/nuc--vg-home
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dhome
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: 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: 643bb43373004a2dbf52266857dfff90
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\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: dev-mapper-nuc\x2d\x2dvg\x2dhome.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: local-fs-pre.target (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dhome.device (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: home.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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/nuc--vg-home
			PID: 674
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 00:00:31 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: c3e82f2a604c4478a09635c1fa43ebca
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true succeeded
	Condition Timestamp: Mon 2021-08-09 00:00:31 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 00:00:31 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: tmp.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: var.mount (origin-file origin-path)
	After: tmp.mount (origin-file origin-path)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: logrotate.timer (destination-implicit)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: exim4-base.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: tmp.mount (origin-file origin-path)
	ReferencedBy: logrotate.timer (destination-implicit)
	ReferencedBy: exim4-base.service (destination-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 4049
			Start Timestamp: Mon 2021-08-09 00:00:31 CEST
			Exit Timestamp: Mon 2021-08-09 00:00:31 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
-> Unit dev-mapper-nuc\x2d\x2dvg\x2dswap.device:
	Description: /dev/mapper/nuc--vg-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: b351ed39386549f08fb0a413e98c9d15
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	RequiredBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	Before: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart2.device:
	Description: KINGSTON_SA400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 95c8fb94170c435199ddeae48fe1ea91
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ba971df4\x2dae1f\x2d49a5\x2da875\x2dddf8d41beefe.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-block-254:0.device:
	Description: /dev/block/254:0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 9db3052276444069ae64a538600e9f47
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	BoundBy: lvm2-pvscan at 254:0.service (destination-file)
	ReferencedBy: lvm2-pvscan at 254:0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit greylist.service:
	Description: greylist.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit dev-dm\x2d2.device:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1b9d9681d59a4f31bc4896f817419109
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	RequiredBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-proc-swap)
	RequiredBy: dev-dm\x2d2.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-proc-swap)
	RequiredBy: dev-nuc\x2dvg-swap.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-proc-swap)
	Before: dev-dm\x2d2.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-proc-swap)
	Before: dev-nuc\x2dvg-swap.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-proc-swap)
	ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-proc-swap)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-proc-swap)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev,found-swap
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 0455dd98126c4d6997699facd74b24d4
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> 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: Sun 2021-08-08 12:29:08 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Exit 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: 44e2c025634e4b29a9515184f0ec8afd
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Sun 2021-08-08 12:29:08 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:29:08 CEST
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-178.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-178.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: user-1000.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: user-1000.slice (origin-file)
	References: dbus.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: user at 1000.service (destination-file)
	ReferencedBy: session-178.scope (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 3174
			Start Timestamp: Sun 2021-08-08 12:29:08 CEST
			Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:13 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:13 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: dee1740315cc45ddb37c3263f56e34f9
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Condition Timestamp: Sat 2021-08-07 12:28:13 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:13 CEST
	Assert Result: yes
	Wants: networking.service (origin-file)
	Wants: systemd-networkd-wait-online.service (origin-file)
	WantedBy: exim4.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: exim4.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rc-local.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	After: networking.service (destination-file)
	After: network.target (origin-file)
	After: systemd-networkd-wait-online.service (destination-file)
	References: network.target (origin-file)
	References: systemd-networkd-wait-online.service (origin-file)
	References: networking.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:29:08 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Exit 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: memory pids
	CGroup own mask: memory pids
	CGroup delegate mask: memory pids
	Invocation ID: 992e90fbba55407c91ebe1fa14535f41
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sun 2021-08-08 12:29:08 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:29:08 CEST
	Assert Result: yes
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: session-178.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-178.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-1000.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: user-runtime-dir at 1000.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: user-1000.slice (origin-file)
	References: dbus.service (origin-file)
	References: basic.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	ReferencedBy: session-178.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: ready
	OOMPolicy: continue
	Main PID: 3175
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 2min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 3175
			Start Timestamp: Sun 2021-08-08 12:29:08 CEST
	Status Text: Startup finished in 177ms.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
	DelegateControllers: memory pids
-> 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: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
-> Unit system-lvm2\x2dpvscan.slice:
	Description: system-lvm2\x2dpvscan.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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-lvm2\x2dpvscan.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: 5322463208a94deda4a61979b7a01be9
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: lvm2-pvscan at 254:0.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: lvm2-pvscan at 254:0.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: lvm2-pvscan at 254:0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5d8661630c644a9d85844eb55803ea0f
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/console-setup/keyboard-setup.sh
			PID: 576
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 693761a9321e40f290c01e81f6571683
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Wants: apt-daily.timer (origin-file)
	Wants: fstrim.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: e2scrub_all.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: exim4-base.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: exim4-base.timer (destination-default)
	After: fstrim.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: man-db.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	References: logrotate.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: man-db.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: shutdown.target (origin-file)
	References: exim4-base.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: fstrim.timer (origin-file)
	References: e2scrub_all.timer (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: exim4-base.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 4a950d31788a4ecab22eff8a66bca52d
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: console-screen.service (origin-file)
	After: local-fs.target (origin-file)
	After: kbd.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	References: console-screen.service (origin-file)
	References: local-fs.target (origin-file)
	References: kbd.service (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /usr (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/console-setup/console-setup.sh
			PID: 723
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	Before: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: rescue.service (destination-file)
-> Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /lib/systemd/system/rsync.service
	ConditionPathExists: /etc/rsyncd.conf failed
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 1s
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a4f56b2496874213a41470cde33d292a
	Wants: sys-fs-fuse-connections.mount (origin-udev)
	References: sys-fs-fuse-connections.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/module/fuse
	Found: found-udev
	udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
-> 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: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 955d7c50edbf492080b34c3df8d40cfc
	Following Set Member: dev-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
	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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 140a903ab290499a8088c5b217d7d64f
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/modprobe -abq configfs
			PID: 579
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-sda2.target:
	Description: Block Device Preparation for /dev/sda2
	Instance: dev-sda2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: boot.mount (destination-mountinfo-implicit)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: boot.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit apt-daily-upgrade.service:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 06:45:27 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 06:45:21 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 06:45:27 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4aecc1652b014198881ae001ee23fef4
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true succeeded
	Condition Timestamp: Mon 2021-08-09 06:45:21 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 06:45:21 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: apt-daily.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: connman.service (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: systemd-networkd.service (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	References: connman.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-networkd.service (origin-file)
	References: NetworkManager.service (origin-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 4811
			Start Timestamp: Mon 2021-08-09 06:45:21 CEST
			Exit Timestamp: Mon 2021-08-09 06:45:21 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
			PID: 4816
			Start Timestamp: Mon 2021-08-09 06:45:21 CEST
			Exit Timestamp: Mon 2021-08-09 06:45:27 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-getty.slice
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 367eb2d50a4c4b8d93f60d0cf6d0fd0b
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-virtual-block-dm\x2d3.device:
	Description: /sys/devices/virtual/block/dm-3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 63a10bf253fc4022ac40c9346e4c4069
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	Following Set Member: dev-dm\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	Found: found-udev
-> Unit dev-nuc\x2dvg-swap.swap:
	Description: /dev/nuc-vg/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 64df945097ca4e048bb30c79a069bd35
	Following: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap
	Following Set Member: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: system.slice (origin-file)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: system.slice (origin-file)
	References: umount.target (origin-default)
	References: swap.target (origin-default)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /dev/nuc-vg/swap (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/nuc-vg/swap
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device:
	Description: /dev/disk/by-uuid/1c7d766c-a463-4d68-8759-7890371e2ce5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 8f0ebd75bcb240aa93dc0eb0aee8ac84
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: https://www.kernel.org/doc/html/latest/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
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Before: systemd-binfmt.service (destination-file)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: -.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: nosuid,nodev,noexec
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart3.device:
	Description: KINGSTON_SA400S37120G 3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 95d1cf04ff5e44f19c810172ad64c20a
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-6b62cf81\x2d2651\x2d4655\x2d88f8\x2d18e4e5cf16ad.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart3.device
	Following Set Member: dev-disk-by\x2duuid-7ccfa875\x2d04fc\x2d4eeb\x2dbc6c\x2d1980fdfc38b8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target:
	Description: Block Device Preparation for /dev/mapper/nuc--vg-root
	Instance: dev-mapper-nuc\x2d\x2dvg\x2droot
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 0a7cc1c039b94140a10f4aeea3c83c65
	Documentation: man:rsyslogd(8)
	Documentation: man:rsyslog.conf(5)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: syslog.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: syslog.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: syslog.socket (destination-implicit)
	References: system.slice (origin-file)
	References: syslog.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: syslog.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 778
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n -iNONE
			PID: 778
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-mapper-nuc\x2d\x2dvg\x2droot.device:
	Description: /dev/mapper/nuc--vg-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: a27e767db7964d849884ba56f2ee5f51
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev,found-mount
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-initctl.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: remote-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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/unattended-upgrades.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 17fff500b3224bfe97c4700b9e2971ae
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: boot.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: var.mount (origin-file origin-path)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-logind.service (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: boot.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: local-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: local-fs.target (origin-file)
	References: systemd-logind.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: boot.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: var.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/lib (origin-file)
	RequiresMountsFor: /run (origin-file)
	RequiresMountsFor: /var/run (origin-file)
	RequiresMountsFor: /boot (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 825
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 30min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
			PID: 825
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 08f56e19e52342f8af5b5ab4f981f05e
	Following Set Member: dev-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
	Found: found-udev
-> Unit systemd-networkd.service:
	Alias: dbus-org.freedesktop.network1.service
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:30:59 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:30:59 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:30:59 CEST
	Active Exit Timestamp: Sun 2021-08-08 12:30:59 CEST
	Inactive Enter Timestamp: Sun 2021-08-08 12:30:59 CEST
	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: 30abacd22d9a4343a6a34a3761ac0125
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Sun 2021-08-08 12:30:59 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:30:59 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: network.target (origin-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: network.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: multi-user.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: systemd-sysctl.service (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network-pre.target (origin-file)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: network-pre.target (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/systemd/netif (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 3273
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.network1
	Bus Name Good: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/netif
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	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: mkdir mprotect getgroups32 lsetxattr semctl setfsgid accept signalfd4 setresuid pread64 _llseek epoll_ctl_old fremovexattr gettimeofday utime socketpair io_getevents faccessat2 accept4 move_pages io_cancel setuid32 sync get_mempolicy splice setpgid setrlimit ftruncate wait4 readv getcwd pselect6_time64 statfs64 getpeername ioctl time truncate64 recvfrom shmctl setreuid getrandom clone mkdirat pselect6 dup3 prctl unshare fchmod setregid32 unlink madvise mmap2 fadvise64_64 futex_time64 semtimedop_time64 rt_sigaction inotify_init keyctl chown32 set_tls setresuid32 getpriority sched_getaffinity sched_setparam getresgid ppoll futimesat copy_file_range getsockopt brk fallocate fork sigprocmask io_uring_setup exit_group kcmp semget symlink mremap getresuid32 getresgid32 sync_file_range mq_unlink lgetxattr vfork epoll_create1 process_vm_readv io_destroy pipe2 preadv io_pgetevents_time64 setresgid futex mknod recvmmsg_time64 prlimit64 geteuid rt_tgsigqueueinfo fadvise64 signalfd set_thread_area kill removexattr clone3 process_vm_writev setpriority sigaction fchdir arch_prctl timerfd_settime linkat mmap shmat read olduname lseek pwritev2 getsockname ppoll_time64 tgkill mq_timedreceive_time64 getgid32 timer_settime64 readlinkat inotify_add_watch rt_sigreturn mq_timedreceive getpid getgid fstat timerfd_settime64 setfsuid32 sysinfo epoll_create flock tkill lstat64 gettid nice epoll_wait_old listxattr fstatat64 setuid epoll_wait cacheflush chmod fsync semop remap_file_pages fstatfs shmget waitid membarrier clock_nanosleep socketcall sigreturn pipe request_key personality io_pgetevents recvmmsg io_submit getegid32 listen epoll_ctl pwrite64 setresgid32 syncfs mlock fchown exit readlink symlinkat pidfd_send_signal setreuid32 fstat64 ioprio_set stat64 userfaultfd oldfstat _newselect sched_getattr fchmodat alarm sched_rr_get_interval_time64 shmdt setitimer inotify_rm_watch clock_gettime add_key migrate_pages open connect timer_settime fchownat getpgid mq_open timer_gettime64 getdents lchown timerfd_gettime faccessat ipc set_robust_list setsid renameat2 ugetrlimit fcntl execve rt_sigtimedwait clock_nanosleep_time64 timer_create setfsgid32 getpgrp timer_delete times getxattr nanosleep setgroups truncate io_setup munlockall lchown32 getitimer oldstat capset sched_getparam capget readahead pause msgctl fstatfs64 setsockopt rt_sigprocmask fgetxattr setregid mlock2 mknodat tee mq_notify timerfd_gettime64 msgsnd openat2 memfd_create eventfd oldlstat shutdown rt_sigtimedwait_time64 get_robust_list rt_sigqueueinfo statfs writev fsetxattr execveat io_uring_enter vmsplice sched_get_priority_min waitpid getppid rseq munlock swapcontext setns msgget fcntl64 mq_timedsend_time64 pidfd_open set_tid_address setgid32 msync bind mq_getsetattr recv newfstatat lstat signal sendto timer_gettime getrlimit inotify_init1 write sched_setaffinity getdents64 renameat mlockall unlinkat openat sched_setattr flistxattr statx mq_timedsend getcpu getuid sigsuspend sync_file_range2 sched_getscheduler restart_syscall stat select poll readdir lremovexattr geteuid32 set_mempolicy llistxattr setfsuid sched_get_priority_max getresuid getsid rt_sigpending fdatasync creat rename mbind setxattr rmdir io_uring_register sigaltstack send clock_getres fchown32 clock_gettime64 name_to_handle_at timerfd_create dup ftruncate64 recvmsg getuid32 link sendmmsg close preadv2 utimensat_time64 sendfile setgroups32 eventfd2 access getrusage sigpending chdir uname sched_rr_get_interval semtimedop sched_setscheduler timer_getoverrun utimes sendfile64 utimensat dup2 chown get_thread_area clock_getres_time64 msgrcv munmap getgroups setgid getegid oldolduname sendmsg sched_yield umask epoll_pwait socket pwritev rt_sigsuspend ioprio_get
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
			PID: 3273
			Start Timestamp: Sun 2021-08-08 12:30:59 CEST
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: graphical.target (destination-file)
	Before: graphical.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
-> Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 205fdd464a294bb099efab4f98360c48
	Fragment Path: /lib/systemd/system/lm-sensors.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/bin/sensors -s
			PID: 776
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/sensors
			PID: 785
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: f66d60e8606946f08ba124f517318ac4
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: network.target (origin-file)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.service (origin-file)
	References: basic.target (origin-default)
	References: dbus.service (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 781
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
			PID: 781
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-mapper-sda3_crypt.device:
	Description: /dev/mapper/sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6bc738052d0a49479957973f09b8c32c
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	DropIn Path: /run/systemd/generator/dev-mapper-sda3_crypt.device.d/40-device-timeout.conf
	Requires: systemd-cryptsetup at sda3_crypt.service (origin-file)
	References: systemd-cryptsetup at sda3_crypt.service (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-fs-fuse-connections.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d347a0bc93cb4ebc827a2f8679c1a9c6
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/fs/fuse/connections succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: modprobe at fuse.service (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sys-module-fuse.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: modprobe at fuse.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	References: -.slice (origin-file)
	References: modprobe at fuse.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-module-fuse.device (destination-udev)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/fs/fuse (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dtmp.device:
	Description: /dev/disk/by-id/dm-name-nuc--vg-tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: b3d7f09658b340d6bef96ed5444d7d93
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-nuc\x2dvg-tmp.device
	Following Set Member: dev-disk-by\x2duuid-1c7d766c\x2da463\x2d4d68\x2d8759\x2d7890371e2ce5.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dA7QNX55qQxVNL1ybZZQreDabsnzewyAW1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
	Found: found-udev
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/html/latest/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 failed
	ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
	ConditionPathIsReadWrite: /proc/sys succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (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)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device:
	Description: /dev/disk/by-uuid/7f74a450-de29-4995-9f2c-cb32fe992f37
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 9abed8d695df47759bf1d9908c77b4bb
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dhome.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-nuc\x2dvg-home.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	Found: found-udev
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed
	ConditionPathExists: |/etc/udev/hwdb.bin failed
	ConditionPathExists: |!/lib/udev/hwdb.bin failed
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: systemd-update-done.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: systemd-hwdb update
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit spamassassin.service:
	Description: spamassassin.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: var.mount (destination-file)
	ConflictedBy: boot.mount (destination-file)
	ConflictedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ConflictedBy: dev-dm\x2d2.swap (destination-default)
	ConflictedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-default)
	ConflictedBy: home.mount (destination-file)
	ConflictedBy: tmp.mount (destination-file)
	ConflictedBy: boot-efi.mount (destination-file)
	ConflictedBy: dev-nuc\x2dvg-swap.swap (destination-default)
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ConflictedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-default)
	ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
	After: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-default)
	After: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-default)
	After: var.mount (destination-file)
	After: tmp.mount (destination-file)
	After: dev-nuc\x2dvg-swap.swap (destination-default)
	After: systemd-cryptsetup at sda3_crypt.service (destination-file)
	After: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-default)
	After: boot.mount (destination-file)
	After: dev-dm\x2d2.swap (destination-default)
	After: home.mount (destination-file)
	After: boot-efi.mount (destination-file)
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: var.mount (destination-file)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-default)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: boot.mount (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-default)
	ReferencedBy: dev-dm\x2d2.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /sys-kernel-tracing.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4efa731de90e4d2d8f0d3823097e0c5e
	Documentation: https://www.kernel.org/doc/Documentation/trace/ftrace.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-tracing.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/tracing succeeded
	ConditionVirtualization: !lxc succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: -.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /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: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: network-online.target (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4b4b47b23d794431b94e2cc6cb34dc29
	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: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	After: dm-event.service (origin-file)
	After: dm-event.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: lvm2-activation.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: lvm2-activation.service (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dm-event.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/lvm vgchange --monitor y
			PID: 578
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 8fc5143503e347e5b7284c6e26beb767
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2021-08-09 06:53:26 CEST
	Inactive Exit Timestamp: Mon 2021-08-09 06:53:18 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2021-08-09 06:53:26 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 367db8e361bf45f5b16844e1737af869
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true succeeded
	Condition Timestamp: Mon 2021-08-09 06:53:18 CEST
	Condition Result: yes
	Assert Timestamp: Mon 2021-08-09 06:53:18 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-default)
	After: apt-daily.timer (destination-implicit)
	After: connman.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: NetworkManager.service (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-networkd.service (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: NetworkManager.service (origin-file)
	References: shutdown.target (origin-default)
	References: connman.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: network.target (origin-file)
	ReferencedBy: apt-daily.timer (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 4881
			Start Timestamp: Mon 2021-08-09 06:53:18 CEST
			Exit Timestamp: Mon 2021-08-09 06:53:18 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
			PID: 4886
			Start Timestamp: Mon 2021-08-09 06:53:18 CEST
			Exit Timestamp: Mon 2021-08-09 06:53:26 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: e8e6cefb230340f1978bdc3b956cb104
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: rsyslog.service (origin-implicit)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: rsyslog.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: emergency.service (origin-file)
	References: rsyslog.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap:
	Description: /dev/disk/by-uuid/555f09fb-0e07-498c-a35a-aca59dc760bd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: 232476ef79524745a32a6f355d891f32
	Following: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap
	Following Set Member: dev-nuc\x2dvg-swap.swap
	Following Set Member: dev-dm\x2d2.swap
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap
	Requires: dev-dm\x2d2.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: dev-dm\x2d2.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	After: -.mount (origin-implicit)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	References: dev-dm\x2d2.device (origin-proc-swap)
	References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /dev/disk/by-uuid/555f09fb-0e07-498c-a35a-aca59dc760bd (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-uuid/555f09fb-0e07-498c-a35a-aca59dc760bd
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/dm-2
	Priority: -2
	Options: 
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-subsystem-net-devices-wlp2s0.device:
	Description: Wireless 3165 (Dual Band Wireless AC 3165)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: ed4623a0cfaf4d94af663dbf50b9bf83
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.1-0000:02:00.0-net-wlp2s0.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	RequiredBy: wpa_supplicant at wlp2s0.service (destination-file)
	Before: wpa_supplicant at wlp2s0.service (destination-file)
	ReferencedBy: wpa_supplicant at wlp2s0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlp2s0
	Found: found-udev
-> Unit dev-mapper-nuc\x2d\x2dvg\x2dvar.device:
	Description: /dev/mapper/nuc--vg-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 61156fff6c344ff3988736355a4b03c0
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	Following Set Member: dev-dm\x2d3.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: var.mount (destination-file destination-mountinfo-implicit)
	BoundBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: var.mount (destination-file destination-mountinfo-implicit)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: var.mount (destination-file destination-mountinfo-implicit)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	Found: found-udev,found-mount
-> Unit blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target:
	Description: Block Device Preparation for /dev/mapper/nuc--vg-home
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dhome
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: home.mount (destination-file destination-mountinfo-implicit)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: home.mount (destination-file destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit system-modprobe.slice:
	Description: system-modprobe.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 512f14d9946b48a5bf455b092bb557bd
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: modprobe at fuse.service (destination-file)
	RequiredBy: modprobe at configfs.service (destination-file)
	RequiredBy: modprobe at drm.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: modprobe at configfs.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:30:59 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: aab5446c4c9d45c88e0d6a84f1b63e10
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: sockets.target (destination-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: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-fsck-root.service:
	Description: File System Check on Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root failed
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-mapper-nuc\x2d\x2dvg\x2dhome.device:
	Description: /dev/mapper/nuc--vg-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: b0f8506d336d45d9bb184ca1528b82b1
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-nuc\x2dvg-home.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAvFPnsGUgunAs1aK3IGTYcS9It2tyjNag.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dhome.device
	Following Set Member: dev-disk-by\x2duuid-7f74a450\x2dde29\x2d4995\x2d9f2c\x2dcb32fe992f37.device
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	BoundBy: home.mount (destination-file destination-mountinfo-implicit)
	BoundBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	Before: home.mount (destination-file destination-mountinfo-implicit)
	Before: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: home.mount (destination-file destination-mountinfo-implicit)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
	Found: found-udev,found-mount
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: n/a
	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: c41f0b4258e34f13b401f57e43641a85
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	BindsTo: dev-mapper-nuc\x2d\x2dvg\x2dhome.device (origin-file origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: session-178.scope (destination-file)
	Conflicts: umount.target (origin-file)
	Before: session-178.scope (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: umount.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target (origin-file origin-mountinfo-implicit)
	After: system.slice (origin-file)
	After: dev-mapper-nuc\x2d\x2dvg\x2dhome.device (origin-file origin-mountinfo-implicit)
	After: -.mount (origin-file origin-implicit origin-path)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: system.slice (origin-file)
	References: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (origin-file)
	References: local-fs.target (origin-file)
	References: dev-mapper-nuc\x2d\x2dvg\x2dhome.device (origin-file origin-mountinfo-implicit)
	References: local-fs-pre.target (origin-file)
	References: umount.target (origin-file)
	References: blockdev at dev-mapper-nuc\x2d\x2dvg\x2dhome.target (origin-file origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: session-178.scope (destination-file)
	RequiresMountsFor: /dev/mapper/nuc--vg-home (origin-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home
	What: /dev/mapper/nuc--vg-home
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-quotacheck.service:
	Description: File System Quota Check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-quotacheck.service(8)
	Fragment Path: /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-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	After: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3c376529\x2d4815\x2d46f2\x2d9741\x2d762f7e082e91.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dvar.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dhome.service (destination-file)
	ReferencedBy: systemd-fsck at dev-mapper-nuc\x2d\x2dvg\x2dtmp.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit bluetooth.target:
	Description: Bluetooth
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 93257a6f70d24cb09c534d5d2c881dcc
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/bluetooth.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d5-1\x2d5.1-1\x2d5.1:1.0-bluetooth-hci0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d5-1\x2d5.1-1\x2d5.1:1.0-bluetooth-hci0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-dm\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 0fa174f29c9c4f88b605e96ed99a6887
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit exim4-base.timer:
	Description: Daily exim4-base housekeeping
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2021-08-09 00:00:31 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: a77bd42bfd574155b61a777c0a41204b
	Documentation: man:exim4(8)
	Fragment Path: /lib/systemd/system/exim4-base.timer
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: var.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: exim4-base.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: logrotate.timer (origin-file)
	Before: timers.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 origin-path)
	Triggers: exim4-base.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: exim4-base.service (origin-implicit)
	References: logrotate.timer (origin-file)
	References: var.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: exim4-base.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: d7fe919b06964d22ae004dfacb5a2d22
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 2c383333ebc04ecbbb2222a5bfb8adf3
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	WantedBy: systemd-resolved.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: exim4.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-resolved.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: a4f2151d0404412cbf825d39451f6c90
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Wants: first-boot-complete.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: first-boot-complete.target (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-path)
	References: shutdown.target (origin-file)
	References: first-boot-complete.target (origin-file)
	References: -.mount (origin-file origin-path)
	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)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 716
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device:
	Description: /dev/disk/by-id/dm-name-sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: ab68b1696fda4561832092fa0760cafd
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dDF8A57\x2d3gGg\x2d3S6p\x2dJFl3\x2dR9p7\x2dSGHt\x2dKNcHda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2d7ccfa87504fc4eebbc6c1980fdfc38b8\x2dsda3_crypt.device
	Following Set Member: dev-mapper-sda3_crypt.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
	Found: found-udev
-> Unit blockdev at dev-mapper-sda3_crypt.target:
	Description: Block Device Preparation for /dev/mapper/sda3_crypt
	Instance: dev-mapper-sda3_crypt
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 8cc74426272a417a83aa03db12ad2d9c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	WantedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-cryptsetup at sda3_crypt.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 6c9b74a79657487189dd6fa400b59c9c
	Following: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 195f1899285347f3b964b4b52132e162
	Following Set Member: dev-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
	Found: found-udev
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: ddcdf2ca2d4a4bf49d905d7ce909de0a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0-controlC0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit exim4.service:
	Description: LSB: exim Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:14 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:13 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:14 CEST
	Active Exit Timestamp: n/a
	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/exim4.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 33baca4a2e0b49ed97235ee52ebb0f51
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/exim4.service
	Source Path: /etc/init.d/exim4
	Condition Timestamp: Sat 2021-08-07 12:28:13 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.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: clamav-daemon.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: spamassassin.service (origin-file)
	After: postgresql.service (origin-file)
	After: remote-fs.target (origin-file)
	After: greylist.service (origin-file)
	After: network-online.target (origin-file)
	After: time-sync.target (origin-file)
	After: mysql.service (origin-file)
	References: graphical.target (origin-file)
	References: shutdown.target (origin-default)
	References: mysql.service (origin-file)
	References: remote-fs.target (origin-file)
	References: network-online.target (origin-file)
	References: nss-lookup.target (origin-file)
	References: greylist.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: spamassassin.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: postgresql.service (origin-file)
	References: clamav-daemon.service (origin-file)
	References: multi-user.target (origin-file)
	References: time-sync.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /etc/init.d/exim4 start
			PID: 845
			Start Timestamp: Sat 2021-08-07 12:28:13 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:14 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/exim4 reload
	-> ExecStop:
		Command Line: /etc/init.d/exim4 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit NetworkManager.service:
	Description: NetworkManager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit clamav-daemon.service:
	Description: clamav-daemon.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Requires: -.slice (origin-file)
	RequiredBy: dev-dm\x2d2.swap (destination-implicit)
	RequiredBy: unattended-upgrades.service (destination-file destination-path)
	RequiredBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-implicit destination-path)
	RequiredBy: systemd-initctl.socket (destination-file destination-path)
	RequiredBy: dev-nuc\x2dvg-swap.swap (destination-implicit)
	RequiredBy: apparmor.service (destination-file destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	RequiredBy: systemd-journald.socket (destination-file destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file destination-path)
	RequiredBy: lvm2-lvmpolld.socket (destination-file destination-path)
	RequiredBy: tmp.mount (destination-file destination-implicit destination-path)
	RequiredBy: sys-kernel-tracing.mount (destination-implicit destination-path)
	RequiredBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-file destination-path)
	RequiredBy: var.mount (destination-file destination-implicit destination-path)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: systemd-journal-flush.service (destination-file destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-implicit)
	RequiredBy: e2scrub_all.timer (destination-file destination-path)
	RequiredBy: ssh.service (destination-file destination-path)
	RequiredBy: home.mount (destination-file destination-implicit destination-path)
	RequiredBy: console-setup.service (destination-file destination-path)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: syslog.socket (destination-file destination-path)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: dbus.socket (destination-file destination-path)
	RequiredBy: run-user-1000.mount (destination-implicit)
	RequiredBy: boot.mount (destination-file destination-implicit destination-path)
	RequiredBy: systemd-networkd.service (destination-file destination-path)
	RequiredBy: logrotate.timer (destination-file destination-path)
	RequiredBy: sys-kernel-debug.mount (destination-implicit destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-file destination-path)
	RequiredBy: man-db.timer (destination-file destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
	RequiredBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-implicit)
	RequiredBy: dev-hugepages.mount (destination-implicit destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-pstore.service (destination-file destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-file destination-path)
	RequiredBy: systemd-resolved.service (destination-file destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-file destination-path)
	RequiredBy: boot-efi.mount (destination-file destination-implicit destination-path)
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-implicit)
	RequiredBy: dev-mqueue.mount (destination-implicit destination-path)
	RequiredBy: session-178.scope (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	RequiredBy: dm-event.socket (destination-file destination-path)
	RequiredBy: fstrim.timer (destination-file destination-path)
	RequiredBy: apt-daily.timer (destination-file destination-path)
	RequiredBy: systemd-random-seed.service (destination-file destination-path)
	RequiredBy: systemd-fsckd.socket (destination-file destination-path)
	RequiredBy: basic.target (destination-file destination-path)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: sys-kernel-config.mount (destination-implicit destination-path)
	RequiredBy: systemd-journald.service (destination-file destination-path)
	RequiredBy: exim4-base.timer (destination-file destination-path)
	Before: systemd-journald-dev-log.socket (destination-file destination-path)
	Before: console-setup.service (destination-file destination-path)
	Before: systemd-fsckd.socket (destination-file destination-path)
	Before: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	Before: session-178.scope (destination-file)
	Before: systemd-ask-password-console.path (destination-file destination-path)
	Before: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-implicit destination-path)
	Before: dm-event.socket (destination-file destination-path)
	Before: fstrim.timer (destination-file destination-path)
	Before: lvm2-lvmpolld.socket (destination-file destination-path)
	Before: systemd-udevd-control.socket (destination-file destination-path)
	Before: apt-daily.timer (destination-file destination-path)
	Before: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-implicit)
	Before: dev-dm\x2d2.swap (destination-implicit)
	Before: systemd-journald.socket (destination-file destination-path)
	Before: systemd-rfkill.service (destination-file)
	Before: dev-hugepages.mount (destination-implicit destination-path)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: sys-kernel-tracing.mount (destination-implicit destination-path)
	Before: apparmor.service (destination-file destination-path)
	Before: systemd-ask-password-wall.path (destination-file destination-path)
	Before: unattended-upgrades.service (destination-file destination-path)
	Before: dbus.socket (destination-file destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	Before: sys-kernel-debug.mount (destination-implicit destination-path)
	Before: boot.mount (destination-file destination-implicit destination-path)
	Before: var.mount (destination-file destination-implicit destination-path)
	Before: home.mount (destination-file destination-implicit destination-path)
	Before: dev-mqueue.mount (destination-implicit destination-path)
	Before: apt-daily-upgrade.timer (destination-file destination-path)
	Before: systemd-update-utmp.service (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
	Before: logrotate.timer (destination-file destination-path)
	Before: systemd-pstore.service (destination-file destination-path)
	Before: e2scrub_all.timer (destination-file destination-path)
	Before: ssh.service (destination-file destination-path)
	Before: exim4-base.timer (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-implicit)
	Before: sys-kernel-config.mount (destination-implicit destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	Before: syslog.socket (destination-file destination-path)
	Before: systemd-initctl.socket (destination-file destination-path)
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-implicit)
	Before: systemd-journald.service (destination-file destination-path)
	Before: systemd-networkd.service (destination-file destination-path)
	Before: man-db.timer (destination-file destination-path)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-resolved.service (destination-file destination-path)
	Before: tmp.mount (destination-file destination-implicit destination-path)
	Before: dev-nuc\x2dvg-swap.swap (destination-implicit)
	Before: basic.target (destination-file destination-path)
	Before: systemd-random-seed.service (destination-file destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: logrotate.service (destination-file destination-path)
	Before: run-user-1000.mount (destination-implicit)
	Before: systemd-journal-flush.service (destination-file destination-path)
	Before: boot-efi.mount (destination-file destination-implicit destination-path)
	After: -.slice (origin-file)
	After: blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target (origin-file)
	References: -.slice (origin-file)
	References: blockdev at dev-mapper-nuc\x2d\x2dvg\x2droot.target (origin-file)
	ReferencedBy: unattended-upgrades.service (destination-file destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-implicit destination-path)
	ReferencedBy: apparmor.service (destination-file destination-path)
	ReferencedBy: dev-nuc\x2dvg-swap.swap (destination-implicit)
	ReferencedBy: logrotate.timer (destination-file destination-path)
	ReferencedBy: apt-daily.timer (destination-file destination-path)
	ReferencedBy: ssh.service (destination-file destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-file destination-path)
	ReferencedBy: systemd-networkd.service (destination-file destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: dev-mapper-nuc\x2d\x2dvg\x2dswap.swap (destination-implicit destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-implicit destination-path)
	ReferencedBy: exim4-base.timer (destination-file destination-path)
	ReferencedBy: man-db.timer (destination-file destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: tmp.mount (destination-file destination-implicit destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	ReferencedBy: systemd-initctl.socket (destination-file destination-path)
	ReferencedBy: console-setup.service (destination-file destination-path)
	ReferencedBy: boot-efi.mount (destination-file destination-implicit destination-path)
	ReferencedBy: syslog.socket (destination-file destination-path)
	ReferencedBy: var.mount (destination-file destination-implicit destination-path)
	ReferencedBy: dbus.socket (destination-file destination-path)
	ReferencedBy: systemd-resolved.service (destination-file destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.swap (destination-implicit)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: systemd-journald.socket (destination-file destination-path)
	ReferencedBy: dm-event.socket (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.swap (destination-implicit)
	ReferencedBy: dev-mqueue.mount (destination-implicit destination-path)
	ReferencedBy: systemd-journald.service (destination-file destination-path)
	ReferencedBy: run-user-1000.mount (destination-implicit)
	ReferencedBy: dev-hugepages.mount (destination-implicit destination-path)
	ReferencedBy: basic.target (destination-file destination-path)
	ReferencedBy: systemd-pstore.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file destination-path)
	ReferencedBy: boot.mount (destination-file destination-implicit destination-path)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	ReferencedBy: systemd-random-seed.service (destination-file destination-path)
	ReferencedBy: e2scrub_all.timer (destination-file destination-path)
	ReferencedBy: home.mount (destination-file destination-implicit destination-path)
	ReferencedBy: sys-kernel-tracing.mount (destination-implicit destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.swap (destination-implicit)
	ReferencedBy: dev-dm\x2d2.swap (destination-implicit)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	ReferencedBy: session-178.scope (destination-file)
	ReferencedBy: fstrim.timer (destination-file destination-path)
	RequiresMountsFor: /dev/mapper/nuc--vg-root (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /
	What: /dev/mapper/nuc--vg-root
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: 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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 327d7da1a5cf4a6bb3ecba6ba0be5ef0
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: var.mount (origin-file origin-path)
	Requires: tmp.mount (origin-file origin-path)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: tmp.mount (origin-file origin-path)
	After: var.mount (origin-file origin-path)
	References: tmp.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: var.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: / (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 0
	CPUSchedulingPolicy: idle
	CPUSchedulingPriority: 0
	CPUSchedulingResetOnFork: no
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_sys_rawio cap_sys_admin
	User: root
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/e2scrub_all -A -r
			PID: 775
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dvar.device:
	Description: /dev/disk/by-id/dm-name-nuc--vg-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 1fc9ace44e3345c5abe365002cfe2e40
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dAxtT5BH5y29JcOzGmdnRvum7wuffPZAfC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dvar.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-nuc\x2dvg-var.device
	Following Set Member: dev-disk-by\x2duuid-a60befb6\x2d7c88\x2d402e\x2da306\x2dd3776ea02e74.device
	Following Set Member: dev-dm\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
	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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 210cff8aa0a744afa8a299ef0e2b7ad0
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-lvmpolld.service (origin-implicit destination-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Sat 2021-08-07 12:28:37 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit Timestamp: Sat 2021-08-07 12:28:37 CEST
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:37 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 627c39371f8645368d584ba933f8b981
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Condition Timestamp: Sat 2021-08-07 12:28:07 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:07 CEST
	Assert Result: yes
	Requires: systemd-fsckd.socket (origin-file)
	Requires: system.slice (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: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	ReferencedBy: systemd-fsckd.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsckd
			PID: 684
			Start Timestamp: Sat 2021-08-07 12:28:07 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:37 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-mapper-nuc\x2d\x2dvg\x2dtmp.target:
	Description: Block Device Preparation for /dev/mapper/nuc--vg-tmp
	Instance: dev-mapper-nuc\x2d\x2dvg\x2dtmp
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: tmp.mount (destination-file destination-mountinfo-implicit)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: tmp.mount (destination-file destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 93e166129fe441e98525c81f46641b0d
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	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-update-done.service (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-update-done.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: systemd-sysusers
			PID: 592
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5c60b243448f4be58c5abb4bf44ed87e
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-logind.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: sysinit.target (origin-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-modprobe.slice (origin-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/modprobe -abq drm
			PID: 581
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:13.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: KINGSTON_SA400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 714f5d0807a546d38755e48f156f3006
	Following Set Member: dev-disk-by\x2dpartuuid-83a440c5\x2dda50\x2d4e6d\x2daa1a\x2d43994fd72f91.device
	Following Set Member: dev-disk-by\x2duuid-55A7\x2d1048.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50026b7682a34af9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SA400S37120G_50026B7682A34AF9\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:13.0\x2data\x2d1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	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: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd(1)
	Requires: -.slice (origin-file)
	After: -.slice (origin-file)
	References: -.slice (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
-> Unit systemd-udev-trigger.service:
	Description: Coldplug All udev Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 0fabc7669c66404b9002240d201c0e7f
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: udevadm trigger --type=subsystems --action=add
			PID: 587
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: udevadm trigger --type=devices --action=add
			PID: 593
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit 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: d4ae0697b3c64ac3a42fa9ff9d6c36c0
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit blk-availability.service:
	Description: Availability of block devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:05 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:05 CEST
	Active Exit Timestamp: n/a
	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: 95f0290484634c729d4db19e41df1943
	Fragment Path: /lib/systemd/system/blk-availability.service
	Condition Timestamp: Sat 2021-08-07 12:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: iscsid.service (origin-file)
	After: iscsi.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: lvm2-activation.service (origin-file)
	After: rbdmap.service (origin-file)
	After: system.slice (origin-file)
	After: fcoe.service (origin-file)
	After: iscsi-shutdown.service (origin-file)
	References: rbdmap.service (origin-file)
	References: lvm2-activation.service (origin-file)
	References: iscsi.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: iscsid.service (origin-file)
	References: iscsi-shutdown.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: fcoe.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 90e2835543e24dec804684daf79f258f
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: dbus.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: wpa_supplicant.service (destination-file)
	Before: systemd-logind.service (destination-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: dbus.service (origin-implicit)
	References: dbus.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-default)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: dbus.service (destination-file)
	RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 4096
	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: 65536
	LimitMEMLOCKSoft: 65536
	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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-update-utmp.service:
	Description: Update UTMP about System Boot/Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit Timestamp: n/a
	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: 8c078b4582ad4b0bb934a61e71e1d24a
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Sat 2021-08-07 12:28:08 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:08 CEST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: var.mount (origin-file 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: sysinit.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: var.mount (origin-file origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: auditd.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-file)
	References: var.mount (origin-file origin-path)
	References: auditd.service (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/log/wtmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	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
			PID: 751
			Start Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:1c.1-0000:02:00.0-net-wlp2s0.device:
	Description: Wireless 3165 (Dual Band Wireless AC 3165)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:08 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:08 CEST
	Active Exit 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: 887684415d4143569221d0bb703fa101
	Following Set Member: sys-subsystem-net-devices-wlp2s0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlp2s0
	Found: found-udev
-> Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: 4c51df0c388541f5b417e902420b5bce
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-nuc\x2dvg-root.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dALOXu863Nkxb9CrdfCCQXweR1V8P7cxQC.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-c63e1886\x2dd9a7\x2d45cd\x2db44f\x2da1cd10a3f1b8.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
	Found: found-udev
-> Unit ifupdown-pre.service:
	Description: Helper to synchronize boot up for ifupdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 84108f5082b84af39f75939dc82ac115
	Fragment Path: /lib/systemd/system/ifupdown-pre.service
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: networking.service (destination-file)
	Before: networking.service (destination-file)
	Before: network.target (origin-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: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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: 3min
	TimeoutStopSec: 3min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
			PID: 610
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit session-178.scope:
	Description: Session 178 of user axel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2021-08-08 12:29:08 CEST
	Inactive Exit Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Enter Timestamp: Sun 2021-08-08 12:29:08 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-178.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 7124bb7fe3df4039bfa32f6148c073f6
	Fragment Path: /run/systemd/transient/session-178.scope
	Condition Timestamp: Sun 2021-08-08 12:29:08 CEST
	Condition Result: yes
	Assert Timestamp: Sun 2021-08-08 12:29:08 CEST
	Assert Result: yes
	Requires: home.mount (origin-file)
	Requires: -.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: user-runtime-dir at 1000.service (origin-file)
	After: user-1000.slice (origin-file)
	After: -.mount (origin-file)
	After: user at 1000.service (origin-file)
	After: home.mount (origin-file)
	After: systemd-logind.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: user at 1000.service (origin-file)
	References: home.mount (origin-file)
	References: systemd-logind.service (origin-file)
	References: shutdown.target (origin-default)
	References: user-1000.slice (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: -.mount (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	RequiresMountsFor: /home/axel (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 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
	ManagedOOMMemoryPressureLimitPercent: 0%
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> 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: Sat 2021-08-07 12:28:06 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 5bdbb97e59454da2ad38a04495d9e080
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net succeeded
	Condition Timestamp: Sat 2021-08-07 12:28:06 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2021-08-07 12:28:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-modules-load.service (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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
	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: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
			PID: 591
			Start Timestamp: Sat 2021-08-07 12:28:06 CEST
			Exit Timestamp: Sat 2021-08-07 12:28:06 CEST
			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: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 8802
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-555f09fb\x2d0e07\x2d498c\x2da35a\x2daca59dc760bd.device:
	Description: /dev/disk/by-uuid/555f09fb-0e07-498c-a35a-aca59dc760bd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2021-08-07 12:28:07 CEST
	Inactive Exit Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Enter Timestamp: Sat 2021-08-07 12:28:07 CEST
	Active Exit 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: eab0156d11eb4f32bb18c4b655cb59ec
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-nuc\x2dvg-swap.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dLJIue3fvr1DWwnLPA6hq5nAq5IPhn2dASU27DhOlRlQYLLmY9r20x3uOF8Y0wEw6.device
	Following Set Member: dev-mapper-nuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnuc\x2d\x2dvg\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
	Found: found-udev
-------------- next part --------------
==> /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/timers.target.wants/apt-daily.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/exim4-base.timer <==

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

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

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

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

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

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

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

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

==> /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/console-setup.service <==

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/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/dbus-org.freedesktop.timesync1.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/syslog.service <==

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.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/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/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/sysstat.service.wants/sysstat-summary.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.wants/sysstat-collect.timer <==

==> /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/dbus-fi.w1.wpa_supplicant1.service <==

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

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

==> /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/sysstat-collect.timer.dsh-also <==
/etc/systemd/system/sysstat.service.wants/sysstat-collect.timer

==> /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/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/lvm2-lvmpolld.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/blk-availability.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/nuc--vg-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda2 during installation
UUID=3c376529-4815-46f2-9741-762f7e082e91 /boot           ext2    defaults        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=55A7-1048  /boot/efi       vfat    umask=0077      0       1
/dev/mapper/nuc--vg-home /home           ext4    defaults        0       2
/dev/mapper/nuc--vg-tmp /tmp            ext4    defaults        0       2
/dev/mapper/nuc--vg-var /var            ext4    defaults        0       2
/dev/mapper/nuc--vg-swap none            swap    sw              0       0


More information about the Pkg-systemd-maintainers mailing list