Bug#1029161: systemd: Inconsistent values for %j specifier across service and drop-in units

Mike mike.shaw.nz+debian at gmail.com
Wed Jan 18 17:21:24 GMT 2023


Package: systemd
Version: 247.3-7+deb11u1
Severity: normal
X-Debbugs-Cc: mike.shaw.nz+debian at gmail.com

Dear Maintainer,

Under certain circumstances I'm seeing inconsistent values for the %j specifier used in service and drop-in units.
To reproduce:

Create a systemd unit /lib/systemd/system/foo at .service as:

    [Unit]
    Description=good old foo

    [Service]
    Type=oneshot
    ExecStart=/bin/env echo "%%i=[%i]   %%j=[%j] (from %n (foo at .service))"

Create a drop-in unit /etc/systemd/system/foo at .service.d/additional.conf as:

    [Service]
    ExecStart=/bin/env echo "%%i=[%i]   %%j=[%j] (from %n (additional.conf))"

Reload the systemd units and run systemctl cat foo at .service.  The output shows the drop-in being correctly incorporated:

    # /lib/systemd/system/foo at .service
    [Unit]
    Description=good old foo

    [Service]
    Type=oneshot
    ExecStart=/bin/env echo "%%i=[%i]   %%j=[%j] (from %n (foo at .service))"

    # /etc/systemd/system/foo at .service.d/additional.conf
    [Service]
    ExecStart=/bin/env echo "%%i=[%i]   %%j=[%j] (from %n (additional.conf))"

Now create a symlink which contains a %j specifier:

    sudo ln -sv /lib/systemd/system/foo at .service /etc/systemd/system/foo-bar at .service

Reload the systemd units and run systemctl cat foo-bar at .service.  The output is identical to that of systemctl cat foo at .service
Now start the service with a %i specifer:

    systemctl start foo-bar at baz.service

The output is:

    ● foo at baz.service - good old foo
         Loaded: loaded (/lib/systemd/system/foo at .service; static)
         Drop-In: /etc/systemd/system/foo at .service.d
                 └─additional.conf
         Active: inactive (dead)

    Nov 01 12:10:31 Intel-NUC systemd[1]: Starting good old foo...
    Nov 01 12:10:31 Intel-NUC env[56108]: %i=[baz]   %j=[bar] (from foo-bar at baz.service (foo at .service))
    Nov 01 12:10:31 Intel-NUC env[56109]: %i=[baz]   %j=[foo] (from foo at baz.service (additional.conf))
    Nov 01 12:10:31 Intel-NUC systemd[1]: foo at baz.service: Succeeded.
    Nov 01 12:10:31 Intel-NUC systemd[1]: Finished good old foo.

This shows that - in a single invocation - the value for %i is constant but the value for %j changes from 'bar' to 'foo'.  I would have expected the value of %j to be 'bar' throughout.  This may not be a bug, but - IMHO - this changing of values is unintuitive and I have been unable to find documentation that states the expected behaviour in this situation.  Happy to accept that I have confused/abused systemd with my custom /etc/systemd/system/foo-bar at .service symlink.


-- Package-specific info:

-- System Information:
Debian Release: 11.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable'), (100, 'bullseye-fasttrack'), (100, 'bullseye-backports-staging')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-17-amd64 (SMP w/1 CPU thread)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB: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+deb11u1
ii  libc6            2.31-13+deb11u5
ii  libcap2          1:2.44-1
ii  libcrypt1        1:4.4.18-4
ii  libcryptsetup12  2:2.3.7-1+deb11u1
ii  libgcrypt20      1.8.7-6
ii  libgnutls30      3.7.1-5+deb11u2
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.1~deb11u1
ii  libmount1        2.36.1-8+deb11u1
ii  libpam0g         1.4.0-9+deb11u1
ii  libseccomp2      2.5.1-1+deb11u1
ii  libselinux1      3.1-3
ii  libsystemd0      247.3-7+deb11u1
ii  libzstd1         1.4.8+dfsg-2.1
ii  mount            2.36.1-8+deb11u1
ii  util-linux       2.36.1-8+deb11u1

Versions of packages systemd recommends:
ii  dbus                             1.12.24-0+deb11u1
ii  systemd-timesyncd [time-daemon]  247.3-7+deb11u1

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-7+deb11u1
ii  libpam-systemd   247.3-7+deb11u1
ii  udev             247.3-7+deb11u1

-- no debconf information
-------------- next part --------------
[EXTENDED]   /etc/systemd/system/foo at .service -> /etc/systemd/system/foo at .service.d/additional.conf
[EXTENDED]   /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-localed.service -> /usr/lib/systemd/system/systemd-localed.service.d/locale-gen.conf

3 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Wed 2023-01-18 15:21:12 GMT
Timestamp userspace: Wed 2023-01-18 15:21:15 GMT
Timestamp finish: Wed 2023-01-18 15:21:19 GMT
Timestamp security-start: Wed 2023-01-18 15:21:15 GMT
Timestamp security-finish: Wed 2023-01-18 15:21:15 GMT
Timestamp generators-start: Wed 2023-01-18 15:21:15 GMT
Timestamp generators-finish: Wed 2023-01-18 15:21:15 GMT
Timestamp units-load-start: Wed 2023-01-18 15:21:15 GMT
Timestamp units-load-finish: Wed 2023-01-18 15:21:15 GMT
-> Unit sys-devices-pci0000:00-0000:00:05.0-sound-card0-controlC0.device:
	Description: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 38f7a9f2161148e2b44aa54d6ab5d369
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:05.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:05.0/sound/card0/controlC0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e326fb30106d413195e9d828a7d9ef49
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.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 vboxadd.service:
	Description: vboxadd.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/vboxadd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 82560cd3feb846efad3f38f29725efd2
	Fragment Path: /lib/systemd/system/vboxadd.service
	Source Path: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file origin-default)
	Before: display-manager.service (origin-file)
	Before: vboxadd-service.service (destination-file)
	Before: graphical.target (origin-file)
	Before: shutdown.target (origin-file origin-default)
	Before: multi-user.target (origin-file destination-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: multi-user.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file origin-default)
	References: basic.target (origin-default)
	References: graphical.target (origin-file)
	References: display-manager.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: vboxadd-service.service (destination-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: no
	Type: oneshot
	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: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd start
	-> ExecStop:
		Command Line: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-sda1.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 032c59301a48435f941cf5174ec2f739
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441.device:
	Description: VBOX_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 57837248380840fdb65d907b2415e686
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 5677f81d19e748099cf3a40ea706083e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:05.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:05.0-sound-card0-controlC0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit fstrim.timer:
	Description: Discard unused blocks once a week
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 731779134fc044ee86dcd2ef4cb7e302
	Documentation: man:fstrim
	Fragment Path: /lib/systemd/system/fstrim.timer
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: fstrim.service (origin-implicit)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: fstrim.service (origin-implicit)
	References: timers.target (origin-default)
	References: -.mount (origin-path)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: fstrim.service (origin-implicit)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 systemd-ask-password-wall.path:
	Description: Forward Password Requests to Wall Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 880f5069603a4dc1b8cd468f99238f97
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (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-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-ask-password-wall.service (origin-implicit)
	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 blockdev at dev-sda5.target:
	Description: Block Device Preparation for /dev/sda5
	Instance: dev-sda5
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-proc-swap)
	Before: dev-sda5.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-proc-swap)
	Before: shutdown.target (origin-default)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-proc-swap)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-sda5.swap (destination-proc-swap)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit session-1.scope:
	Description: Session 1 of user mike
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-1.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: dd0c029d8d774baa9ccc4bbb3642f956
	Fragment Path: /run/systemd/transient/session-1.scope
	Condition Timestamp: Wed 2023-01-18 15:21:41 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:41 GMT
	Assert Result: yes
	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 at 1000.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: user-1000.slice (origin-file)
	After: -.mount (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: user-1000.slice (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	References: user at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	RequiresMountsFor: /home/mike (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-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 54e1d69dc14a4456802c7ba55dcd86e3
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	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 anacron.service:
	Description: Run anacron jobs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:34:23 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:34:23 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:34:23 GMT
	Active Exit Timestamp: Wed 2023-01-18 16:34:23 GMT
	Inactive Enter Timestamp: Wed 2023-01-18 16:34:23 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3b841e3e839f4f2bb656c4cf188f7e33
	Documentation: man:anacron
	Documentation: man:anacrontab
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true succeeded
	Condition Timestamp: Wed 2023-01-18 16:34:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:34:23 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: anacron.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: time-sync.target (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: anacron.timer (destination-implicit)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: time-sync.target (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: anacron.timer (destination-implicit)
	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: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGUSR1
	RestartKillSignal: SIGUSR1
	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/anacron
	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/anacron -d -q $ANACRON_ARGS
			PID: 14441
			Start Timestamp: Wed 2023-01-18 16:34:23 GMT
			Exit Timestamp: Wed 2023-01-18 16:34:23 GMT
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: da1c13ce3173410f9e76dbf333559535
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: e8560f4641614ba9af2a18a02c0a204f
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	WantedBy: keyboard-setup.service (destination-file)
	WantedBy: systemd-remount-fs.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: local-fs.target (destination-file)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: media-sf_Downloads.mount (destination-mountinfo-default)
	Before: media-sf_Downloads_1.mount (destination-mountinfo-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: media-sf_Downloads.mount (destination-mountinfo-default)
	ReferencedBy: media-sf_Downloads_1.mount (destination-mountinfo-default)
	ReferencedBy: keyboard-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-cdrom.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: ac42a63c229740bd87997e914607f76b
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit apt-daily-upgrade.service:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:19:23 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:19:23 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 16:19:23 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 535ec76810c84342a214db4cdf51d9a7
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true untested
	Condition Timestamp: Wed 2023-01-18 16:19:23 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:19:23 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: NetworkManager.service (origin-file)
	After: network.target (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: systemd-networkd.service (origin-file)
	After: connman.service (origin-file)
	After: sysinit.target (origin-default)
	After: apt-daily.service (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: NetworkManager.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: apt-daily.service (origin-file)
	References: connman.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	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
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit nordvpnd at ZZ.service:
	Description: instanced Nordvpn Daemon
	Instance: ZZ
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-nordvpnd.slice
	CGroup: /system.slice/system-nordvpnd.slice/nordvpnd at ZZ.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: b968eaa76d884707ac2205c15755e194
	Fragment Path: /etc/systemd/system/nordvpnd at .service
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-nordvpnd.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: nordvpn at ZZ.socket (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	ConsistsOf: nordvpnd at ZZ.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: system-nordvpnd.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: nordvpnd at ZZ.socket (destination-implicit)
	After: sysinit.target (origin-default)
	TriggeredBy: nordvpnd at ZZ.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: system-nordvpnd.slice (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: nordvpn at ZZ.socket (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: nordvpnd at ZZ.socket (destination-file destination-implicit)
	RequiresMountsFor: /run/nordvpn (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: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 364
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 5s
	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: 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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0770
	RuntimeDirectory: nordvpn
	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
	Group: nordvpn
	DynamicUser: no
	BindPaths: /run/nordvpn/ZZ:/run/nordvpn:rbind
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/nordvpnd
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 0f39d116497c46f18102fb8f33cddb8e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Wants: e2scrub_all.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: fstrim.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: anacron.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: e2scrub_all.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: anacron.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: man-db.timer (destination-default)
	After: fstrim.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: anacron.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: shutdown.target (origin-file)
	References: man-db.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: e2scrub_all.timer (origin-file)
	References: fstrim.timer (origin-file)
	References: logrotate.timer (origin-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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: 7c8dc0a6c5c442e29ce9e8636d7c6efa
	Documentation: man:rsyslogd(8)
	Documentation: man:rsyslog.conf(5)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: syslog.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: syslog.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: syslog.socket (destination-implicit)
	References: syslog.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.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: unknown
	OOMPolicy: stop
	Main PID: 365
	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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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: 39a5669d1b3c40ab91b2eaffe8f1b2d1
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	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: network.target (origin-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: dbus.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.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: 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: 395
	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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: fcd9dacd504849d1b9f242fc2a0e47f8
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: getty at tty1.service (destination-file)
	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 dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap:
	Description: /dev/disk/by-id/ata-VBOX_HARDDISK_VB04b4980f-1a416441-part5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3570e62a28fd4632b655ec756c21129d
	Following: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	Following Set Member: dev-sda5.swap
	Requires: system.slice (origin-file)
	Requires: dev-sda5.device (origin-proc-swap)
	Requires: -.mount (origin-path)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: dev-sda5.device (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	References: -.mount (origin-path)
	References: dev-sda5.device (origin-proc-swap)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	References: umount.target (origin-default)
	RequiresMountsFor: /dev/disk/by-id/ata-VBOX_HARDDISK_VB04b4980f-1a416441-part5 (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/ata-VBOX_HARDDISK_VB04b4980f-1a416441-part5
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /lib/systemd/system/rc-local.service
	DropIn Path: /usr/lib/systemd/system/rc-local.service.d/debian.conf
	ConditionFileIsExecutable: /etc/rc.local untested
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-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 untested
	ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f untested
	ConditionPathExists: /sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f untested
	ConditionVirtualization: no untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-random-seed.service (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-random-seed.service (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: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-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 untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsReadWrite: /proc/sys untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (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)
	References: systemd-journald.socket (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: 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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Requires: systemd-fsckd.socket (origin-file)
	Requires: system.slice (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 9ce8014060964b9fa50ae5484f0f6444
	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
	Source Path: /proc/self/mountinfo
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/fs/fuse/connections untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.slice (origin-file)
	Requires: modprobe at fuse.service (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	WantedBy: sys-module-fuse.device (destination-udev)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: modprobe at fuse.service (origin-file)
	References: -.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: modprobe at fuse.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: sys-module-fuse.device (destination-udev)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-random-seed.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d908e5fcd9294284a2a6e335c7640490
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: first-boot-complete.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: first-boot-complete.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: first-boot-complete.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-boot-system-token.service (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
	-> 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: 1132
	DevicePolicy: auto
	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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 85bc9bfa903d4118a7fb9b04242a2875
	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 plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: getty at tty1.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
-> Unit dev-snd-by\x2dpath-pci\x2d0000:00:05.0.device:
	Description: /dev/snd/by-path/pci-0000:00:05.0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 5ea28c882a7f4ef881e5fd2d86ff0fc2
	Following: sys-devices-pci0000:00-0000:00:05.0-sound-card0-controlC0.device
	Following Set Member: dev-snd-controlC0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-sound-card0-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:05.0/sound/card0/controlC0
	Found: found-udev
-> 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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/kmod-static-nodes.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f05609df18434b47a50044ca00c7d9dd
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/5.10.0-17-amd64/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: system.slice (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: 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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-sysusers.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fff082c4f6c64e9e8ff51367f845f83f
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-update-done.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 686162b9924f45a7919cc31bc3a921ab
	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 dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 6ed560aa19974e9c97d92bf43c02d7e7
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-cdrom.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 442baabb0e8a49878e9c736d0da1ffd2
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	Following Set Member: dev-sda5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit e2scrub_all.timer:
	Description: Periodic ext4 Online Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 19478547fd08438085df387b522599ea
	Fragment Path: /lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: e2scrub_all.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: e2scrub_all.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-path)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: e2scrub_all.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Sun *-*-* 03:10:00
-> Unit dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: e9010be67e2b47cc8f2ede6df6de8165
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit rescue.target:
	Alias: runlevel1.target
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: sysinit.target (origin-file)
	Requires: rescue.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: sysinit.target (origin-file origin-default)
	After: rescue.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	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 logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 04a0b06949a34b53b08b6f8bbaedcdb9
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: logrotate.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: logrotate.timer (destination-implicit)
	RequiresMountsFor: /var/log (origin-file)
	RequiresMountsFor: /tmp (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
	CPUAccounting: 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: 1132
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
-> Unit media-sf_Downloads.mount:
	Description: /media/sf_Downloads
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:18 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:18 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:18 GMT
	Active Exit Timestamp: n/a
	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/media-sf_Downloads.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fb7c564fc5184215a2fd205553c04340
	Source Path: /proc/self/mountinfo
	Requires: -.mount (origin-path)
	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: system.slice (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /media (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /media/sf_Downloads
	What: Downloads
	File System Type: vboxsf
	Options: rw,nodev,relatime
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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/ifupdown-pre.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 742e2c833f9a4f32b2993523c19d272a
	Fragment Path: /lib/systemd/system/ifupdown-pre.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: networking.service (destination-file)
	Before: network.target (origin-file)
	Before: networking.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-journald.socket (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'
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 74e9db40ad0548d28acabfa7d83e8e6e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-set.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	WantedBy: systemd-timesyncd.service (destination-file)
	WantedBy: time-sync.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: time-sync.target (destination-file destination-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: shutdown.target (origin-default)
	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 run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/run-user-1000.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2e500ca4398e45158572c69b1a6b0004
	Source Path: /proc/self/mountinfo
	Requires: -.mount (origin-path)
	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: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: swap.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: swap.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	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=100012k,nr_inodes=25003,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: 1132
	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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e08e396fa1c94b18b9e0cd2c81a74d32
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	After: plymouth-start.service (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: emergency.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: -.mount (origin-path)
	References: paths.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	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-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: multi-user.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-udevd.service (origin-file)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: systemd-sysctl.service (origin-file)
	After: systemd-sysusers.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-sysctl.service (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: -.mount (origin-path)
	References: network.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	RequiresMountsFor: /run/systemd/netif (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: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	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: msync clone get_mempolicy oldolduname ftruncate rt_sigqueueinfo set_thread_area sendmsg wait4 io_cancel mq_timedreceive_time64 geteuid32 cacheflush getgroups32 fchown lremovexattr rt_sigtimedwait vmsplice clock_nanosleep pread64 pwritev arch_prctl request_key pselect6 setresgid io_submit sigreturn ioprio_get fchown32 write sched_yield fallocate timer_create ftruncate64 getitimer creat getuid io_setup personality faccessat2 timer_getoverrun setns sysinfo bind epoll_ctl_old read prctl fadvise64_64 setgroups sigpending process_vm_readv chmod get_robust_list preadv setsockopt getcpu sched_rr_get_interval_time64 msgrcv utimensat_time64 openat2 epoll_wait link munlockall set_mempolicy writev set_robust_list pipe setfsuid getpid futex_time64 getpriority mknodat utimes rt_sigreturn splice getrusage futex timerfd_settime sched_setattr timer_gettime64 ioprio_set shutdown poll brk fstat64 oldlstat getuid32 rename clock_gettime geteuid rt_sigsuspend mlock2 vfork access lchown fstatfs ppoll_time64 shmctl migrate_pages epoll_create1 time mknod clone3 ugetrlimit sched_get_priority_min setsid timer_gettime keyctl exit_group linkat semtimedop_time64 clock_gettime64 getresgid signal getppid set_tls fchownat mprotect mmap ppoll clock_getres oldstat getdents64 memfd_create rseq process_vm_writev getsid io_getevents madvise epoll_wait_old getrandom setreuid32 recvmsg getegid32 faccessat msgget munlock sched_setparam nice close timer_settime64 setregid32 fchmodat epoll_create setgid32 mq_getsetattr setreuid listen getresgid32 futimesat umask getresuid32 setgroups32 sched_rr_get_interval io_pgetevents olduname symlinkat alarm pwrite64 timerfd_create renameat select add_key rt_sigtimedwait_time64 getsockopt sched_getparam setfsgid eventfd2 renameat2 statfs sched_setscheduler lchown32 execveat remap_file_pages mbind signalfd pause sendfile64 mkdirat pidfd_open dup3 sched_get_priority_max close_range mq_notify semtimedop fchdir _newselect readahead open truncate64 sigprocmask exit fcntl recvmmsg_time64 setuid32 symlink setregid fstatat64 fsync mq_timedsend_time64 tee lsetxattr tgkill eventfd getsockname sigaction llistxattr nanosleep inotify_init fadvise64 recvmmsg inotify_add_watch msgsnd fork send oldfstat sched_getaffinity fstatfs64 sigaltstack openat unlinkat recv unlink copy_file_range pwritev2 name_to_handle_at lseek epoll_ctl shmat utimensat uname getxattr setgid ioctl getrlimit pidfd_send_signal mkdir flistxattr readlinkat recvfrom sched_setaffinity readdir timer_settime swapcontext flock waitpid kill sched_getattr timerfd_settime64 mq_timedsend mlockall signalfd4 io_uring_register gettid munmap getcwd truncate sync_file_range2 sched_getscheduler lgetxattr move_pages getresuid setfsuid32 clock_nanosleep_time64 setresgid32 capget getdents readlink shmdt timer_delete getegid sync_file_range statx timerfd_gettime fchmod rt_tgsigqueueinfo _llseek sigsuspend chdir rt_sigaction setrlimit removexattr inotify_init1 shmget connect setxattr fsetxattr preadv2 utime setitimer rt_sigprocmask chown io_uring_enter epoll_pwait timerfd_gettime64 mq_open lstat fremovexattr fgetxattr setresuid get_thread_area socketpair kcmp setfsgid32 mmap2 setpriority accept msgctl socketcall io_destroy tkill chown32 membarrier stat64 setpgid sendto capset lstat64 mq_timedreceive statfs64 getpgid listxattr newfstatat mlock readv semget rt_sigpending inotify_rm_watch prlimit64 io_uring_setup setresuid32 set_tid_address rmdir sync waitid getpgrp io_pgetevents_time64 socket fstat mq_unlink semop sendfile gettimeofday setuid syncfs fcntl64 unshare accept4 dup2 getpeername pipe2 mremap clock_getres_time64 execve dup semctl stat getgid32 fdatasync times getgid restart_syscall pselect6_time64 getgroups userfaultfd ipc sendmmsg
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
-> 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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 917031e444be41e3be9281d2233e99e2
	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 console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-update-utmp.service (destination-file)
	Before: ssh.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 3f39db14000c4cf9920b209317e37f1a
	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
	Source Path: /proc/self/mountinfo
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file)
	References: -.mount (origin-path)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: c9f8ea60df7f462d98cd993cd0e16e9e
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-sda.device:
	Description: VBOX_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 7b11ff6d2cef40faa2fef1a21316e204
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2dc51c212e1f4a84a415d83d7a3f97ff
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: wpa_supplicant.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: wpa_supplicant.service (destination-file)
	Before: dbus.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: systemd-logind.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: dbus.service (origin-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: dbus.service (origin-implicit)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: systemd-logind.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: 1132
	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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: edb442bb3bac4168b50a6874bc92c4f5
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: ede651dcbd9e4bdeb94b2a2f51be6ea0
	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
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: -.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 42655f2ca9034b8dba00201acc12712d
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Wed 2023-01-18 15:21:41 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:41 GMT
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: user at 1000.service (destination-file)
	RequiredBy: session-3.scope (destination-file)
	RequiredBy: user-runtime-dir at 1000.service (destination-file)
	RequiredBy: session-1.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-1.scope (destination-file)
	Before: user at 1000.service (destination-file)
	Before: session-3.scope (destination-file)
	Before: shutdown.target (origin-default)
	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 at 1000.service (destination-file)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: session-1.scope (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: 2491
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 19a68391ec0e4bde84c5de0581d4fd82
	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
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/tracing untested
	ConditionVirtualization: !lxc untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-snd-controlC0.device:
	Description: /dev/snd/controlC0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 86685d1034774efcbf326dd811f0bb25
	Following: sys-devices-pci0000:00-0000:00:05.0-sound-card0-controlC0.device
	Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:05.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-sound-card0-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:05.0/sound/card0/controlC0
	Found: found-udev
-> Unit virtualbox-guest-utils.service:
	Description: Virtualbox guest utils
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:53 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:51 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:51 GMT
	Active Exit Timestamp: Wed 2023-01-18 16:20:52 GMT
	Inactive Enter Timestamp: Wed 2023-01-18 16:20:53 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: c597b2a0e18148df8430491e0581989f
	Fragment Path: /lib/systemd/system/virtualbox-guest-utils.service
	ConditionVirtualization: oracle untested
	Condition Timestamp: Wed 2023-01-18 16:20:51 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:51 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: systemd-timesyncd.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-timesyncd.service (origin-file)
	References: shutdown.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: 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: 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/virtualbox-guest-utils start
	-> ExecStop:
		Command Line: /etc/init.d/virtualbox-guest-utils 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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily-upgrade.service (destination-file)
	Before: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
-> Unit dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap:
	Description: /dev/disk/by-partuuid/ec51885c-05
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7bbe3092e4ca441f972c63825a0d729f
	Following: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	Following Set Member: dev-sda5.swap
	Requires: dev-sda5.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: dev-sda5.device (origin-proc-swap)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	After: system.slice (origin-file)
	References: umount.target (origin-default)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	References: -.mount (origin-path)
	References: dev-sda5.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	RequiresMountsFor: /dev/disk/by-partuuid/ec51885c-05 (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-partuuid/ec51885c-05
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 6872071c895247009b12759e0f26e114
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.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\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-default)
	After: dev-sda5.swap (destination-default)
	After: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-default)
	After: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (origin-default destination-default)
	After: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-default)
	References: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-default)
	ReferencedBy: dev-sda5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.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 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root untested
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-remount-fs.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: 1132
	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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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: e5b0388dd77240c2bd93caceb6640122
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: wpa_supplicant.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: user at 1000.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	After: dbus.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: dbus.socket (destination-implicit)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	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: 343
	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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: f2bdf557fd894c36800ea47fcda01dfc
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.path (destination-file)
	Before: rescue.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 9c1ec34d2ef8479da4ee9ec7b6929b56
	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
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: modprobe at configfs.service (origin-file)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: sys-module-configfs.device (destination-udev)
	Before: sysinit.target (origin-file)
	After: modprobe at configfs.service (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: -.slice (origin-file)
	References: sysinit.target (origin-file)
	References: modprobe at configfs.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: sys-module-configfs.device (destination-udev)
	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: 1132
	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: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d0782298170b4e3498ec6614f6420e98
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Wed 2023-01-18 15:21:19 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:19 GMT
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: display-manager.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Wants: nordvpnd.service (origin-file)
	Wants: nordvpnd at ZZ.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: rescue.service (origin-file)
	After: nordvpnd at ZZ.service (origin-default)
	After: multi-user.target (origin-file origin-default)
	After: nordvpnd.service (origin-default)
	After: vboxadd-service.service (destination-file)
	After: vboxadd.service (destination-file)
	After: display-manager.service (origin-file)
	After: rescue.target (origin-file)
	After: e2scrub_reap.service (origin-default)
	References: shutdown.target (origin-default)
	References: rescue.service (origin-file)
	References: rescue.target (origin-file)
	References: e2scrub_reap.service (origin-file origin-default)
	References: nordvpnd at ZZ.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: nordvpnd.service (origin-file origin-default)
	References: display-manager.service (origin-file)
	ReferencedBy: vboxadd.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: vboxadd-service.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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/apparmor.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: cafc6a1714f84c3c9e45335e823f2c9f
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work untested
	ConditionPathExists: !/rofs/etc/apparmor.d untested
	ConditionSecurity: apparmor untested
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: ifup at enp0s3.service (destination-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald-audit.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: ifup at enp0s3.service (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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2580d9d387dd4a1897de9c156bd93237
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Wants: time-set.target (origin-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: anacron.service (destination-file)
	Before: fstrim.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: e2scrub_all.timer (destination-default)
	Before: anacron.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: man-db.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 46d4376cb5e245938d28b6e9db275afb
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Wants: systemd-binfmt.service (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-boot-system-token.service (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	RequiredBy: fstrim.service (destination-default)
	RequiredBy: nordvpnd.socket (destination-default)
	RequiredBy: virtualbox-guest-utils.service (destination-default)
	RequiredBy: vboxadd.service (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: fstrim.timer (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: nordvpnd at ZZ.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: avahi-daemon.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: nordvpnd at ZZ.socket (destination-default)
	RequiredBy: anacron.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: anacron.timer (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: avahi-daemon.socket (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: nordvpnd.service (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: vboxadd-service.service (destination-default)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: rsyslog.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: virtualbox-guest-utils.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: vboxadd.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: fstrim.timer (destination-default)
	Before: anacron.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: cron.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: nordvpnd at ZZ.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: ssh.service (destination-default)
	Before: vboxadd-service.service (destination-default)
	Before: rsync.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: rc-local.service (destination-default)
	Before: avahi-daemon.socket (destination-default)
	Before: getty-static.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: anacron.timer (destination-default)
	Before: rescue.service (destination-file)
	Before: basic.target (destination-file destination-default)
	Before: nordvpnd.service (destination-default)
	Before: man-db.service (destination-default)
	Before: dbus.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: nordvpnd.socket (destination-default)
	Before: logrotate.timer (destination-default)
	Before: nordvpnd at ZZ.socket (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	After: dev-hugepages.mount (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: local-fs.target (origin-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: cryptsetup.target (origin-default)
	After: modprobe at fuse.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: emergency.service (origin-file)
	After: sys-kernel-tracing.mount (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: modprobe at drm.service (destination-file)
	After: modprobe at configfs.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: apparmor.service (destination-file)
	After: systemd-pstore.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: dev-mqueue.mount (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: emergency.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: swap.target (origin-file origin-default)
	References: systemd-timesyncd.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-pstore.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: sys-kernel-tracing.mount (origin-file)
	References: emergency.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: systemd-boot-system-token.service (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: apparmor.service (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: systemd-ask-password-console.path (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: emergency.target (origin-file)
	References: systemd-udevd.service (origin-file)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: vboxadd.service (destination-default)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: nordvpnd.service (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: nordvpnd.socket (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: virtualbox-guest-utils.service (destination-default)
	ReferencedBy: nordvpnd at ZZ.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: nordvpnd at ZZ.socket (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: vboxadd-service.service (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit e2scrub_reap.service:
	Description: Remove Stale Online ext4 Metadata Check Snapshots
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:21:18 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:18 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 8927a14ae5094130956caa16f03e67b5
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	RequiresMountsFor: / (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /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: 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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0.device:
	Description: VBOX_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: ac85622348124107b5d75e41a33f7265
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap:
	Description: /dev/disk/by-uuid/a501d6e4-0566-4fdb-9cea-24124b37d6ec
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 76fa0bd593dd4f8eaafacdfa2ce95fc6
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	Following Set Member: dev-sda5.swap
	Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Source Path: /etc/fstab
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: dev-sda5.device (origin-proc-swap)
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: swap.target (destination-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	Before: umount.target (origin-default)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target (origin-file)
	After: dev-sda5.device (origin-proc-swap)
	After: -.mount (origin-path)
	References: dev-sda5.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	ReferencedBy: swap.target (destination-file destination-default)
	RequiresMountsFor: /dev/disk/by-uuid/a501d6e4-0566-4fdb-9cea-24124b37d6ec (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/a501d6e4-0566-4fdb-9cea-24124b37d6ec
	From /proc/swaps: yes
	From fragment: yes
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:36:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:36:16 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:36:16 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: afb4f79bba194289832cac973780c7fb
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Wed 2023-01-18 15:36:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:36:16 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: time-set.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: shutdown.target (origin-file)
	References: time-set.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald-dev-log.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ab78027781cd420cbb740be4fd4715bd
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-tmpfiles-setup.service:
	Description: Create Volatile Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-tmpfiles-setup.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b40ecd954ae14c27b46b1e9bf4f5f866
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.service (origin-file)
	After: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-logind.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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:21 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:21 GMT
	Active Exit Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Enter Timestamp: Wed 2023-01-18 16:20:21 GMT
	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: 69021ae624744840add925032dd847b3
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Wed 2023-01-18 16:20:21 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:21 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: systemd-journald.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-journald.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: -.mount (origin-path)
	After: syslog.socket (origin-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	References: sysinit.target (origin-file)
	References: syslog.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-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-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: unknown
	OOMPolicy: stop
	Main PID: 2346
	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: sendto sched_rr_get_interval_time64 shutdown timerfd_settime64 close timerfd_gettime truncate sched_getattr dup2 fremovexattr pselect6 listxattr sigaltstack setresuid futex_time64 getpgid setgid oldolduname pwritev arch_prctl clock_nanosleep membarrier renameat2 getxattr setresgid32 name_to_handle_at signalfd io_getevents clone3 timer_gettime64 readlinkat timer_delete clock_gettime64 fchmodat personality llistxattr inotify_init1 get_thread_area waitpid setitimer clock_nanosleep_time64 setresuid32 tee oldlstat getrlimit ftruncate64 msgctl uname mmap truncate64 sigaction mq_timedsend access linkat rt_sigprocmask timer_settime64 readahead getrandom preadv getdents pwritev2 getresuid32 symlink io_cancel semtimedop mkdir getuid rt_sigpending fchown32 execve fchmod prlimit64 sendmsg kill sched_setattr lstat64 timerfd_gettime64 capget migrate_pages getresuid clock_gettime fork setpgid remap_file_pages timerfd_settime fstat sync fcntl setpriority epoll_ctl userfaultfd select gettimeofday setregid32 removexattr statfs msgrcv poll inotify_init sched_get_priority_max rt_sigreturn getpriority io_uring_register rename msync eventfd2 setuid32 link dup3 utimensat getgroups execveat syncfs accept4 getpid tgkill getgroups32 setxattr setgroups32 _llseek gettid umask readlink fchdir clone ioctl pwrite64 ppoll memfd_create wait4 fadvise64_64 getresgid32 sched_setscheduler capset munlock sigsuspend statx setgid32 lremovexattr sched_getparam semtimedop_time64 splice recvmsg connect rt_sigtimedwait_time64 getuid32 stat64 setuid recv shmget msgget fallocate set_tid_address pidfd_send_signal epoll_create1 pipe2 setns _newselect fstatat64 lchown32 restart_syscall sync_file_range2 ugetrlimit tkill kcmp set_thread_area swapcontext request_key getgid timer_gettime getegid setfsuid geteuid32 setsockopt mq_timedreceive sigprocmask dup newfstatat unlink fchown process_vm_writev flock getdents64 futex writev pipe rt_tgsigqueueinfo flistxattr fstatfs semctl getpeername io_submit fgetxattr setfsgid socketcall statfs64 sendmmsg write sendfile io_uring_setup mq_timedreceive_time64 lsetxattr lseek io_uring_enter futimesat set_tls pselect6_time64 io_setup setresgid copy_file_range mknodat readdir mremap setregid alarm vfork fsetxattr munmap msgsnd unlinkat epoll_pwait waitid sigpending socket close_range renameat getppid sched_setaffinity sync_file_range mknod timer_getoverrun rt_sigaction setfsuid32 ioprio_get utimensat_time64 utimes clock_getres_time64 setreuid get_robust_list rseq sysinfo openat inotify_add_watch chdir mlock fadvise64 getrusage ftruncate getcwd readv geteuid utime exit_group sendfile64 send timer_settime fdatasync ppoll_time64 semop move_pages timerfd_create mq_unlink chmod getgid32 fstatfs64 ioprio_set creat mq_getsetattr set_mempolicy recvmmsg faccessat olduname stat rt_sigsuspend timer_create epoll_ctl_old mkdirat lgetxattr exit madvise open getpgrp mmap2 signal sched_yield getcpu chown32 getitimer pidfd_open ipc sched_setparam setgroups epoll_create cacheflush eventfd faccessat2 bind mlockall clock_getres chown oldstat lchown time add_key munlockall getsockopt mbind epoll_wait_old symlinkat brk keyctl sched_rr_get_interval setreuid32 getsid getegid32 listen recvfrom sched_get_priority_min unshare mq_open io_destroy fcntl64 shmdt rmdir openat2 mq_notify fchownat epoll_wait shmctl read pause inotify_rm_watch sched_getaffinity rt_sigtimedwait vmsplice sigreturn times accept rt_sigqueueinfo setsid preadv2 signalfd4 fstat64 nanosleep semget get_mempolicy getsockname mprotect setfsgid32 mlock2 getresgid socketpair shmat nice io_pgetevents setrlimit mq_timedsend_time64 process_vm_readv recvmmsg_time64 prctl sched_getscheduler fsync set_robust_list io_pgetevents_time64 lstat pread64 oldfstat
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 11
	CPUAccounting: 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: 1132
	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 systemd-sysctl.service:
	Alias: procps.service
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-sysctl.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 653bc5b51ea743bcb3582e06eb0b1dbe
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: ifup at enp0s3.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: ifup at enp0s3.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: 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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 993dc830825b4c6989add754164427ce
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Condition Timestamp: Wed 2023-01-18 16:21:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:21:20 GMT
	Assert Result: yes
	Wants: networking.service (origin-file)
	WantedBy: nordvpnd at ZZ.service (destination-file)
	WantedBy: nordvpnd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nordvpnd at ZZ.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: nordvpnd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rc-local.service (destination-file)
	After: networking.service (destination-file)
	After: network.target (origin-file)
	After: ifup at enp0s3.service (destination-file)
	References: network.target (origin-file)
	References: networking.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: nordvpnd.service (destination-file)
	ReferencedBy: nordvpnd at ZZ.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 2d203eb0f57e429884f79866c765299a
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-fsckd.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d6a491519e7f432aac36daf69188c8f5
	Documentation: man:systemd-fsckd.service(8)
	Documentation: man:systemd-fsck at .service(8)
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.socket
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: systemd-fsckd.service (origin-implicit)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsckd.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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (destination-file)
	Before: emergency.target (destination-file)
	Before: rescue.service (origin-file)
	After: syslog.socket (destination-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: system.slice (origin-file)
	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: 1132
	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: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: c3c60dad966a4d9a84db44173d25f805
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.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)
	TriggeredBy: man-db.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	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
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
		Command Line: /usr/bin/mandb --quiet
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 6096e9fa87094986a34b7b3d2afb0030
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	Following Set Member: dev-sda5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: plymouth-start.service (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: systemd-vconsole-setup.service (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: emergency.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald-audit.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6cd145f86f4f464c9df78db005c5f100
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ untested
	ConditionSecurity: audit untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (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: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: apparmor.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: 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: 1132
	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: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/syslog.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f579c4c014ee42f084cc298cc51d8304
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: 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)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: rsyslog.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: emergency.service (origin-file)
	References: -.mount (origin-path)
	References: rsyslog.service (origin-implicit)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: rsyslog.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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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-user-sessions.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8e9b71e871fd44848061eb4cd6e0a792
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-1000.slice (destination-file)
	Before: multi-user.target (destination-default)
	Before: user at 1000.service (destination-file)
	Before: session-1.scope (destination-file)
	Before: session-3.scope (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	After: nss-user-lookup.target (origin-file)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: home.mount (origin-file)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	References: basic.target (origin-default)
	References: home.mount (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: user-1000.slice (destination-file)
	ReferencedBy: user at 1000.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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: 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: 0d184f6e8b7a458ab89898a7daf38d3b
	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 untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-getty.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (origin-file destination-default)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: rc-local.service (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: getty-pre.target (origin-file)
	After: system-getty.slice (origin-file)
	After: sysinit.target (origin-default)
	References: rc-local.service (origin-file)
	References: rescue.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: getty-pre.target (origin-file)
	References: sysinit.target (origin-default)
	References: getty.target (origin-file)
	References: basic.target (origin-default)
	References: system-getty.slice (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (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: 436
	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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: eea3bc6524f54ffca6b16bda2ee1637f
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Wants: avahi-daemon.socket (origin-file)
	Wants: nordvpnd at ZZ.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: nordvpnd.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: dbus.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: avahi-daemon.socket (origin-default destination-default)
	After: systemd-journald-audit.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: dbus.socket (origin-default destination-default)
	After: systemd-journald.socket (destination-file)
	After: systemd-udevd-control.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: nordvpnd at ZZ.socket (origin-default destination-default)
	After: syslog.socket (destination-file)
	After: nordvpnd.socket (origin-default destination-default)
	After: systemd-journald-dev-log.socket (destination-file)
	References: dbus.socket (origin-file origin-default)
	References: systemd-udevd-control.socket (origin-file)
	References: nordvpnd at ZZ.socket (origin-file origin-default)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: avahi-daemon.socket (origin-file origin-default)
	References: nordvpnd.socket (origin-file origin-default)
	References: systemd-initctl.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: nordvpnd.socket (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: nordvpnd at ZZ.socket (destination-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit home.mount:
	Description: home.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily-upgrade.service (destination-file)
	Before: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 775b66c043c9474a9c3d4ddb41c5dea9
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	Following Set Member: dev-sda5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit systemd-timesyncd.service:
	Alias: dbus-org.freedesktop.timesync1.service
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:53 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:52 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:53 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/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: 8cf1ab172ec7404c84244cc7c41c1abe
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Condition Timestamp: Wed 2023-01-18 16:20:52 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:52 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Wants: time-set.target (origin-file)
	Wants: time-sync.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: vboxadd-service.service (destination-file)
	ConflictedBy: virtualbox-guest-utils.service (destination-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: time-sync.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: time-set.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: virtualbox-guest-utils.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: vboxadd-service.service (destination-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /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: unknown
	OOMPolicy: stop
	Main PID: 3889
	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: get_mempolicy mlock2 llistxattr listen alarm ugetrlimit statx getgid truncate setfsuid io_pgetevents stat waitid rt_sigtimedwait_time64 fgetxattr pselect6 io_uring_register ioprio_set ppoll_time64 setrlimit mq_notify rt_sigqueueinfo pidfd_send_signal getresuid ioprio_get preadv signalfd4 chmod getcwd rt_sigsuspend getrandom sendfile64 msgget unshare clone getresuid32 shmctl sched_getparam io_pgetevents_time64 timer_settime64 accept ftruncate64 munlock uname setregid32 io_uring_setup recvmmsg kill eventfd setfsuid32 epoll_ctl sched_setattr mq_open fadvise64_64 sched_setaffinity fchown close_range process_vm_readv migrate_pages setpriority clock_adjtime64 umask fstat semtimedop poll chown32 rmdir nice lstat removexattr name_to_handle_at readdir mmap2 times oldfstat clock_nanosleep sched_get_priority_min pipe timer_settime clock_settime64 set_robust_list rt_sigreturn memfd_create pwrite64 socketpair sigpending getresgid32 flistxattr membarrier readlinkat madvise io_getevents linkat semget adjtimex getuid32 dup2 eventfd2 statfs flock getppid select setxattr getgroups32 getgroups sendmsg readv socket gettid readlink accept4 waitpid sigprocmask set_mempolicy mq_getsetattr splice statfs64 geteuid msgrcv sched_setparam fchownat oldolduname set_tls link getpeername epoll_create1 oldlstat setgid exit_group timer_getoverrun setns clock_settime preadv2 msync ftruncate fremovexattr setgroups32 ipc epoll_pwait pwritev2 utimensat_time64 bind setuid restart_syscall pidfd_open futex_time64 io_setup lgetxattr setresgid32 setitimer mq_timedreceive_time64 fchdir mq_timedsend_time64 gettimeofday futex sigreturn pause timer_gettime mknodat send fork fchmod mlockall unlinkat pselect6_time64 setresgid getcpu capget setsockopt setregid getresgid dup io_uring_enter pread64 rt_tgsigqueueinfo execve renameat getrusage setuid32 sched_setscheduler signalfd exit getpid timerfd_settime64 clock_nanosleep_time64 stat64 read prlimit64 creat close _llseek semctl timerfd_create setgroups fdatasync sync_file_range fcntl timerfd_settime tkill setsid chown getpgrp mremap fallocate keyctl rt_sigaction renameat2 recv getdents clock_getres setfsgid symlink socketcall inotify_init fsetxattr munlockall mlock geteuid32 getegid32 getuid inotify_add_watch recvfrom timerfd_gettime64 lseek getitimer futimesat sched_getscheduler mkdirat sendto sendmmsg newfstatat clock_gettime64 munmap add_key sched_getattr lchown32 recvmsg getpriority mknod write unlink getsockname shmdt fadvise64 access move_pages set_thread_area recvmmsg_time64 clock_adjtime openat inotify_init1 setfsgid32 mkdir mbind copy_file_range userfaultfd tgkill nanosleep lstat64 get_robust_list oldstat cacheflush ppoll sched_rr_get_interval_time64 tee msgctl msgsnd remap_file_pages sigaction listxattr fchown32 utime rt_sigtimedwait semop faccessat2 semtimedop_time64 fsync symlinkat getegid execveat setreuid32 _newselect swapcontext chdir epoll_create shmget setresuid mq_timedreceive signal sched_getaffinity rseq ioctl mmap sync_file_range2 request_key faccessat lremovexattr rename readahead fstatat64 clock_gettime shmat setpgid epoll_wait_old lsetxattr wait4 getsid sigsuspend prctl setgid32 kcmp personality vmsplice epoll_wait sync clock_getres_time64 truncate64 brk getdents64 sched_yield timerfd_gettime lchown mq_timedsend pipe2 capset io_cancel getsockopt io_submit timer_delete mq_unlink getpgid get_thread_area setresuid32 getxattr vfork fstatfs process_vm_writev clone3 sysinfo rt_sigprocmask writev fstatfs64 arch_prctl inotify_rm_watch getrlimit timer_create open fcntl64 openat2 fchmodat dup3 sendfile sigaltstack connect sched_rr_get_interval io_destroy set_tid_address settimeofday setreuid mprotect timer_gettime64 getgid32 olduname sched_get_priority_max pwritev utimes shutdown syncfs time epoll_ctl_old utimensat fstat64 rt_sigpending
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	Status Text: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpartuuid-ec51885c\x2d01.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: fcc6acc87dbd48a4aa451d2df17d1b35
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 787ef4cab71f4dc5b7f4a35157283e4b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: -.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-clean.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: networking.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: ifup at enp0s3.service (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: media-sf_Downloads.mount (destination-mountinfo-default)
	After: systemd-remount-fs.service (destination-file)
	After: media-sf_Downloads_1.mount (destination-mountinfo-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: local-fs-pre.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	References: emergency.target (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: media-sf_Downloads_1.mount (destination-mountinfo-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: media-sf_Downloads.mount (destination-mountinfo-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 4e353c9e74c44e5cb347a48b7d07f493
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	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: systemd-logind.service (destination-file)
	Before: slices.target (origin-file)
	Before: user-1000.slice (destination-implicit)
	Before: shutdown.target (origin-default)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: shutdown.target (origin-default)
	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 systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:54 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd-control.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 858e4230f5f04d4bbb033a9b5d265144
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udev-trigger.service (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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/networking.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2de66b96cc244bd7aa8f89c34a934385
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: ifupdown-pre.service (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-online.target (origin-file)
	Before: network.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: apparmor.service (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: ifupdown-pre.service (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: network.target (origin-file)
	References: network-pre.target (origin-file)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-file)
	References: apparmor.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: ifupdown-pre.service (origin-file)
	References: systemd-sysctl.service (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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: da908db6596447c3847c632672e846f8
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Wed 2023-01-18 15:21:19 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:19 GMT
	Assert Result: yes
	Requires: -.mount (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-journald.socket (origin-file)
	After: rescue.target (origin-file)
	After: systemd-update-utmp.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: graphical.target (origin-file)
	After: multi-user.target (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: graphical.target (origin-file)
	References: -.mount (origin-path)
	References: rescue.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: shutdown.target (origin-file)
	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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target (origin-default)
	Before: cron.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: systemd-user-sessions.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 modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 40fd5194014f436ab71f00faa61f9a4f
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-logind.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: sysinit.target (origin-file)
	After: 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: 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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 16:20:54 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:54 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:54 GMT
	Active Exit Timestamp: Wed 2023-01-18 16:20:54 GMT
	Inactive Enter Timestamp: Wed 2023-01-18 16:20:54 GMT
	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: 43991525c4b442b1ab5e606fdb22e670
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2023-01-18 16:20:54 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:54 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	WantedBy: ifupdown-pre.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: ifupdown-pre.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: unknown
	OOMPolicy: stop
	Main PID: 3956
	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
	-> ExecReload:
		Command Line: udevadm control --reload --timeout 0
	Status Text: Processing with 10 children at max
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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 first-boot-complete.target:
	Description: First Boot Complete
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/first-boot-complete.target
	ConditionFirstBoot: yes untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: no
	WantedBy: systemd-random-seed.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-machine-id-commit.service (destination-file)
	After: systemd-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 ifup at enp0s3.service:
	Description: ifup for enp0s3
	Instance: enp0s3
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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/ifup at enp0s3.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7ef02b7c4d0a466bb5f0f8a47663695a
	Fragment Path: /lib/systemd/system/ifup at .service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	BindsTo: sys-subsystem-net-devices-enp0s3.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: sys-subsystem-net-devices-enp0s3.device (origin-file)
	After: system.slice (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: apparmor.service (origin-file)
	References: local-fs.target (origin-file)
	References: network-pre.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sys-subsystem-net-devices-enp0s3.device (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: apparmor.service (origin-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: simple
	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
	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 -ec 'ifup --allow=hotplug enp0s3; ifquery --state enp0s3'
	-> ExecStop:
		Command Line: /sbin/ifdown enp0s3
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap:
	Description: /dev/disk/by-path/pci-0000:00:0d.0-ata-1-part5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e48e52278e974c6ab4aa3947e475dc16
	Following: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	Following Set Member: dev-sda5.swap
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: dev-sda5.device (origin-proc-swap)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: dev-sda5.device (origin-proc-swap)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	References: dev-sda5.device (origin-proc-swap)
	References: swap.target (origin-default)
	References: -.mount (origin-path)
	RequiresMountsFor: /dev/disk/by-path/pci-0000:00:0d.0-ata-1-part5 (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-path/pci-0000:00:0d.0-ata-1-part5
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: first-boot-complete.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: first-boot-complete.target (origin-file)
	References: shutdown.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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/usr/bin/dbus-broker untested
	ConditionPathExists: !/usr/bin/dbus-daemon untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: a70ae5d721a24e6b850406c779a05f82
	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 nordvpnd.service:
	Description: NordVPN Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nordvpnd.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9cbcc35460e94e2b82ca6a2a055a0454
	Fragment Path: /lib/systemd/system/nordvpnd.service
	Condition Timestamp: Wed 2023-01-18 16:21:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:21:20 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	Requires: nordvpnd.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	ConsistsOf: nordvpnd.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: nordvpnd.socket (destination-implicit)
	After: -.mount (origin-path)
	TriggeredBy: nordvpnd.socket (destination-implicit)
	References: network-online.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: nordvpnd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: nordvpnd.socket (destination-file destination-implicit)
	RequiresMountsFor: /run/nordvpn (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: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 9541
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 5s
	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: 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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0750
	RuntimeDirectory: nordvpn
	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
	Group: nordvpn
	DynamicUser: no
	LockPersonality: no
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /usr/sbin/nordvpnd
			PID: 9541
			Start Timestamp: Wed 2023-01-18 16:21:20 GMT
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-remount-fs.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 608de889964a4511953d82c06755f3ca
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-remount-fs.service
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-random-seed.service (destination-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-fsck-root.service (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: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: local-fs.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-remount-fs
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f2f1a5e7ebed428a8b4955e13a58332a
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: media-sf_Downloads_1.mount (destination-file)
	Before: rsync.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: dev-sda5.swap (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: dbus.service (destination-file)
	Before: anacron.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-file)
	Before: rc-local.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: nordvpnd at ZZ.service (destination-file)
	Before: ifup at enp0s3.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	Before: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: ssh.service (destination-file)
	Before: media-sf_Downloads.mount (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: user at 1000.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: networking.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: cron.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: vboxadd-service.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: vboxadd.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: virtualbox-guest-utils.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: modprobe at configfs.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: fstrim.service (destination-file)
	Before: sockets.target (origin-file)
	Before: dev-hugepages.mount (destination-file)
	Before: nordvpnd.service (destination-file)
	Before: man-db.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	After: -.mount (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: -.mount (origin-path)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: vboxadd.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: vboxadd-service.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: modprobe at configfs.service (destination-file)
	ReferencedBy: media-sf_Downloads.mount (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: dev-sda5.swap (destination-file)
	ReferencedBy: nordvpnd.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: virtualbox-guest-utils.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: media-sf_Downloads_1.mount (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: nordvpnd at ZZ.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	RequiresMountsFor: /run/systemd/journal/stdout (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: virtualbox-guest-utils.service (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: nordvpnd at ZZ.service (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: vboxadd-service.service (destination-file destination-default)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: blockdev at dev-sda5.target (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: anacron.service (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: nordvpnd.socket (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: nordvpnd at ZZ.socket (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: networking.service (destination-file)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: anacron.timer (destination-default)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: avahi-daemon.socket (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: session-3.scope (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: systemd-boot-system-token.service (destination-file)
	ConflictedBy: nordvpnd.service (destination-default)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: ifup at enp0s3.service (destination-file)
	ConflictedBy: blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target (destination-default)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: vboxadd.service (destination-file destination-default)
	ConflictedBy: fstrim.service (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: session-1.scope (destination-default)
	ConflictedBy: system-nordvpnd.slice (destination-default)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: fstrim.timer (destination-default)
	ConflictedBy: first-boot-complete.target (destination-default)
	ConflictedBy: avahi-daemon.service (destination-default)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: man-db.timer (destination-default)
	After: basic.target (destination-default)
	After: system-modprobe.slice (destination-default)
	After: systemd-ask-password-wall.service (destination-default)
	After: rsync.service (destination-default)
	After: nordvpnd.service (destination-default)
	After: systemd-boot-system-token.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: graphical.target (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: anacron.service (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: blockdev at dev-sda5.target (destination-default)
	After: fstrim.timer (destination-default)
	After: getty at tty1.service (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target (destination-default)
	After: blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target (destination-default)
	After: cron.service (destination-default)
	After: apt-daily.timer (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: user.slice (destination-default)
	After: session-1.scope (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: systemd-pstore.service (destination-file)
	After: man-db.timer (destination-default)
	After: local-fs-pre.target (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: rsyslog.service (destination-default)
	After: systemd-hwdb-update.service (destination-file)
	After: man-db.service (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: rescue.target (destination-default)
	After: sockets.target (destination-default)
	After: networking.service (destination-file)
	After: network.target (destination-default)
	After: anacron.timer (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: e2scrub_all.service (destination-default)
	After: system-getty.slice (destination-default)
	After: time-sync.target (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: virtualbox-guest-utils.service (destination-default)
	After: sound.target (destination-default)
	After: systemd-networkd.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: nordvpnd at ZZ.service (destination-default)
	After: fstrim.service (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: first-boot-complete.target (destination-default)
	After: network-pre.target (destination-default)
	After: cryptsetup.target (destination-default)
	After: swap.target (destination-default)
	After: systemd-machine-id-commit.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: vboxadd-service.service (destination-file destination-default)
	After: user at 1000.service (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: syslog.socket (destination-file)
	After: logrotate.service (destination-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: logrotate.timer (destination-default)
	After: rc-local.service (destination-default)
	After: dbus.service (destination-default)
	After: session-3.scope (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: getty-pre.target (destination-default)
	After: getty-static.service (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: ifup at enp0s3.service (destination-file)
	After: e2scrub_reap.service (destination-default)
	After: sysinit.target (destination-default)
	After: rescue.service (destination-file)
	After: systemd-user-sessions.service (destination-default)
	After: system-nordvpnd.slice (destination-default)
	After: user-1000.slice (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: slices.target (destination-default)
	After: emergency.target (destination-default)
	After: multi-user.target (destination-default)
	After: emergency.service (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: getty.target (destination-default)
	After: systemd-logind.service (destination-default)
	After: avahi-daemon.service (destination-default)
	After: time-set.target (destination-default)
	After: avahi-daemon.socket (destination-default)
	After: ssh.service (destination-default)
	After: apt-daily.service (destination-default)
	After: dbus.socket (destination-default)
	After: vboxadd.service (destination-file destination-default)
	After: nordvpnd.socket (destination-default)
	After: nordvpnd at ZZ.socket (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: network-online.target (destination-default)
	After: paths.target (destination-default)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: fstrim.timer (destination-default)
	ReferencedBy: session-3.scope (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: vboxadd-service.service (destination-file destination-default)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: blockdev at dev-sda5.target (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: nordvpnd.service (destination-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: nordvpnd.socket (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: nordvpnd at ZZ.service (destination-default)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: nordvpnd at ZZ.socket (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: vboxadd.service (destination-file destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: session-1.scope (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: first-boot-complete.target (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: system-nordvpnd.slice (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: virtualbox-guest-utils.service (destination-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit media-sf_Downloads_1.mount:
	Description: /media/sf_Downloads_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:51 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:51 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:51 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/media-sf_Downloads_1.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d744137bcfbb428cb57551a631e01d54
	Source Path: /proc/self/mountinfo
	Requires: -.mount (origin-path)
	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: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	RequiresMountsFor: /media (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /media/sf_Downloads_1
	What: Downloads
	File System Type: vboxsf
	Options: rw,nodev,relatime
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-default)
	ConflictedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-default)
	ConflictedBy: media-sf_Downloads.mount (destination-mountinfo-default)
	ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-default)
	ConflictedBy: dev-sda5.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-default)
	ConflictedBy: media-sf_Downloads_1.mount (destination-mountinfo-default)
	After: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-default)
	After: dev-sda5.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-default)
	After: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-default)
	After: media-sf_Downloads.mount (destination-mountinfo-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-default)
	After: media-sf_Downloads_1.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-default)
	ReferencedBy: media-sf_Downloads_1.mount (destination-mountinfo-default)
	ReferencedBy: media-sf_Downloads.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-default)
	ReferencedBy: dev-sda5.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (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: Wed 2023-01-18 15:40:35 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:40:35 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:40:35 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: dddf99695c9c49c1b5acf33243d29c1e
	Documentation: man:fstrim(8)
	Fragment Path: /lib/systemd/system/fstrim.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Wed 2023-01-18 15:40:35 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:40:35 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: fstrim.timer (destination-implicit)
	After: basic.target (origin-default)
	TriggeredBy: fstrim.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	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: io_uring_register prctl fdatasync recvmmsg fstat64 _llseek semget fadvise64 getgid set_tid_address getrusage getitimer splice inotify_init1 sched_get_priority_min flistxattr setgid inotify_add_watch fremovexattr sched_getaffinity futimesat sync_file_range getcwd setfsgid32 getdents64 fchdir munlock oldlstat waitpid unshare sendfile64 chown setregid kill waitid setitimer rt_sigpending setpriority timer_settime64 setfsuid sigaction pause setgroups mq_timedsend memfd_create fchown32 listen vmsplice setresgid io_pgetevents sendmsg dup move_pages setgroups32 syncfs swapcontext rt_sigprocmask timer_settime epoll_create readv removexattr nanosleep membarrier sched_setaffinity timer_gettime mkdir clone3 socketpair getresuid ioctl mmap2 get_mempolicy setns preadv msgget close lstat64 signalfd4 sched_getparam clone getppid fork rename io_pgetevents_time64 sched_getscheduler getuid32 flock statx getgid32 statfs64 mkdirat sync_file_range2 epoll_wait getresuid32 getdents fchownat recvmsg sync shutdown unlink rt_sigsuspend poll get_robust_list signalfd times faccessat fchmod msync clock_gettime listxattr oldolduname getresgid timerfd_settime clock_getres_time64 sendto getcpu get_thread_area setxattr ppoll_time64 shmget inotify_rm_watch process_vm_writev kcmp creat timerfd_gettime64 io_uring_setup tgkill io_getevents getrlimit clock_nanosleep sendfile pselect6 getpeername sched_setparam setsockopt userfaultfd chmod ioprio_set set_thread_area msgrcv pwritev2 getpriority getgroups32 pread64 semctl timerfd_create fgetxattr utimensat_time64 wait4 accept sendmmsg statfs truncate geteuid madvise sched_yield pselect6_time64 shmctl close_range getegid32 llistxattr getsid pwritev bind getpgrp exit_group mprotect fsetxattr rt_sigaction migrate_pages timer_delete setuid pipe socketcall lremovexattr setresuid faccessat2 getgroups io_destroy sched_setscheduler lchown32 fstatat64 getpgid getegid setregid32 rt_tgsigqueueinfo clock_getres mmap exit tkill semtimedop_time64 olduname mq_open msgctl fstat restart_syscall ppoll setreuid fchown connect fallocate rseq linkat mknodat mbind symlink pidfd_open pipe2 clock_gettime64 rt_sigtimedwait mq_timedreceive_time64 sigpending setuid32 newfstatat oldstat io_setup mknod link shmdt cacheflush getxattr prlimit64 io_submit io_cancel ipc fsync renameat sched_setattr epoll_wait_old shmat getrandom alarm munlockall add_key fadvise64_64 timer_getoverrun rmdir mlock2 mq_timedreceive lgetxattr epoll_create1 _newselect time tee renameat2 getresgid32 sigaltstack symlinkat set_mempolicy set_robust_list chdir setreuid32 unlinkat signal oldfstat select access chown32 socket truncate64 brk timerfd_settime64 eventfd inotify_init getsockopt rt_sigqueueinfo readdir eventfd2 fstatfs64 read stat pidfd_send_signal copy_file_range remap_file_pages semop execve setrlimit recv mq_unlink setpgid utime sched_getattr personality timer_gettime64 semtimedop lsetxattr readlinkat epoll_ctl timerfd_gettime open msgsnd setfsgid mq_getsetattr sigreturn pwrite64 lchown openat accept4 sched_rr_get_interval getsockname lseek dup3 setgid32 ugetrlimit keyctl sysinfo capset readahead mlock mq_timedsend_time64 clock_nanosleep_time64 readlink sched_get_priority_max request_key epoll_ctl_old umask gettimeofday name_to_handle_at epoll_pwait ioprio_get fchmodat preadv2 ftruncate64 fcntl vfork recvmmsg_time64 futex futex_time64 recvfrom fstatfs utimes uname utimensat execveat timer_create fcntl64 process_vm_readv setresuid32 geteuid32 setresgid32 sigsuspend mlockall setsid send munmap rt_sigreturn ftruncate capget mremap stat64 getuid setfsuid32 dup2 lstat nice writev write gettid mq_notify openat2 set_tls sigprocmask sched_rr_get_interval_time64 io_uring_enter getpid rt_sigtimedwait_time64 arch_prctl
	SystemCallErrorNumber: kill
	-> ExecStart:
		Command Line: /sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit ssh.service:
	Alias: sshd.service
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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: 07e65d0a106949c2abc7e53b94b820d2
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: auditd.service (origin-file)
	After: -.mount (origin-path)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: auditd.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	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: unknown
	OOMPolicy: stop
	Main PID: 437
	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
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
	-> ExecReload:
		Command Line: /usr/sbin/sshd -t
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.device:
	Description: VBOX_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 1bd6fc8e36474b0e9ef77ba21655a39e
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit systemd-udev-trigger.service:
	Description: Coldplug All udev Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-udev-trigger.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ba8887da399b464cacaf8e0aae8b89f4
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: ifupdown-pre.service (destination-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-kernel.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: ifupdown-pre.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: 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
		Command Line: udevadm trigger --type=devices --action=add
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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: 439b143203204cc880b4631dbe221792
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: remote-fs.target (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: basic.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: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 342
	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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-update-utmp.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6d74df9940c84247a762043f65cbd8d8
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: auditd.service (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: auditd.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: 416a3790999541ac8e805d4873b4bfd1
	Documentation: man:mq_overview(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /proc/sys/fs/mqueue untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: -.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: -.slice (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/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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit session-3.scope:
	Description: Session 3 of user mike
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:22:25 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:22:25 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:22:25 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-3.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 7ebb9430fc9740cbbe01ca69160502e7
	Fragment Path: /run/systemd/transient/session-3.scope
	Condition Timestamp: Wed 2023-01-18 15:22:25 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:22:25 GMT
	Assert Result: yes
	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: systemd-user-sessions.service (origin-file)
	After: -.mount (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: user at 1000.service (origin-file)
	After: user-1000.slice (origin-file)
	After: systemd-logind.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: user at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: user-1000.slice (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	RequiresMountsFor: /home/mike (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 sys-subsystem-net-devices-enp0s3.device:
	Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 3a324b79365e45a7b024a86adf2445fc
	Following Set Member: sys-devices-pci0000:00-0000:00:03.0-net-enp0s3.device
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	BoundBy: ifup at enp0s3.service (destination-file)
	Before: ifup at enp0s3.service (destination-file)
	ReferencedBy: ifup at enp0s3.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:03.0/net/enp0s3
	Found: found-udev
-> Unit modprobe at configfs.service:
	Description: Load Kernel Module configfs
	Instance: configfs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: beb2ceb28f404bc5a74831d12cd903d5
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-kernel-config.mount (destination-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system-modprobe.slice (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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit 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: 5f3fdaa96631426a8ec8f109c4de5ba6
	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: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	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: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: getty-static.service (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	References: getty-static.service (origin-file origin-default)
	References: getty at tty1.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit multi-user.target:
	Alias: runlevel4.target
	Alias: runlevel3.target
	Alias: runlevel2.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b56b312d57c14b7fa3731449cf363461
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Wed 2023-01-18 15:21:19 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:19 GMT
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: dbus.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: anacron.service (origin-file)
	Wants: rsync.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: vboxadd-service.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: ssh.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: wpa_supplicant.service (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: vboxadd.service (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: virtualbox-guest-utils.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: rescue.service (origin-file)
	After: anacron.service (origin-default)
	After: cron.service (origin-default)
	After: systemd-logind.service (origin-default)
	After: virtualbox-guest-utils.service (origin-default)
	After: wpa_supplicant.service (origin-default)
	After: ssh.service (origin-default)
	After: rsyslog.service (origin-default)
	After: avahi-daemon.service (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: vboxadd-service.service (origin-default destination-file)
	After: rescue.target (origin-file)
	After: getty.target (origin-default)
	After: rsync.service (origin-default)
	After: vboxadd.service (origin-default destination-file)
	After: dbus.service (origin-default)
	After: basic.target (origin-file origin-default)
	References: virtualbox-guest-utils.service (origin-file origin-default)
	References: vboxadd.service (origin-file origin-default)
	References: anacron.service (origin-file origin-default)
	References: vboxadd-service.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: cron.service (origin-file origin-default)
	References: console-setup.service (origin-file)
	References: ssh.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: avahi-daemon.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: rescue.service (origin-file)
	References: rsync.service (origin-file origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: dbus.service (origin-file origin-default)
	References: rsyslog.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: wpa_supplicant.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: networking.service (origin-file)
	References: getty.target (origin-file origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: vboxadd-service.service (destination-file)
	ReferencedBy: vboxadd.service (destination-file)
	ReferencedBy: systemd-networkd.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 apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:53 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 51c4c327a23d48ddb01655ed7da7ebee
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: apt-daily.service (origin-implicit)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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 dev-sda5.swap:
	Description: /dev/sda5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-sda5.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3f218b9a7ae9460690c1fe0e4f2b9815
	Following: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	Requires: dev-sda5.device (origin-proc-swap)
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: dev-sda5.device (origin-proc-swap)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	After: system.slice (origin-file)
	References: dev-sda5.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: -.mount (origin-path)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	RequiresMountsFor: /dev/sda5 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/sda5
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: f7a743d93b5d4e4f9cbc66ce20120994
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Wed 2023-01-18 15:21:41 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:41 GMT
	Assert Result: yes
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	WantedBy: session-1.scope (destination-file)
	WantedBy: session-3.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-1.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-3.scope (destination-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-1000.slice (origin-file)
	References: dbus.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: user-1000.slice (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: session-3.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: unknown
	OOMPolicy: continue
	Main PID: 633
	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
	Status Text: Startup finished in 81ms.
	CPUAccounting: 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 dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart1.device:
	Description: VBOX_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 00142746eac4460d87307f927e662172
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d01.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda1
	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: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 691674d58b45474f9da85371f82c31ec
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: timers.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: logrotate.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: logrotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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-sr0.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 03832b8f80d442a4bb98d907eb73cc73
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /lib/systemd/system/rsync.service
	ConditionPathExists: /etc/rsyncd.conf untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (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: 1132
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda.device:
	Description: VBOX_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: b31c0096a1ad4125bdd84d9a03186a9a
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit anacron.timer:
	Description: Trigger anacron every hour
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:34:23 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: eb32f49d16664749b7b5439f6183cf93
	Fragment Path: /lib/systemd/system/anacron.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: anacron.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: anacron.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: anacron.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: anacron.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	FixedRandomDelay: no
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 07..23:30:00
-> Unit system-nordvpnd.slice:
	Description: system-nordvpnd.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-nordvpnd.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: 65080ce578dc486485d5956b89600a71
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: nordvpnd at ZZ.service (destination-file)
	RequiredBy: nordvpnd at ZZ.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nordvpnd at ZZ.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: nordvpnd at ZZ.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: nordvpnd at ZZ.service (destination-file)
	ReferencedBy: nordvpnd at ZZ.socket (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-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
	ConditionPathExists: |/etc/udev/hwdb.bin untested
	ConditionPathExists: |!/lib/udev/hwdb.bin untested
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-udevd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udevd.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: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit nordvpnd at ZZ.socket:
	Description: Instanced Nordvpn Daemon Socket
	Instance: ZZ
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-nordvpnd.slice
	CGroup: /system.slice/system-nordvpnd.slice/nordvpnd at ZZ.socket
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 9535c1e265cb410a864466588fcfae04
	Fragment Path: /etc/systemd/system/nordvpnd at .socket
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: system-nordvpnd.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	PartOf: nordvpnd at ZZ.service (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	Before: nordvpnd at ZZ.service (origin-implicit)
	After: system-nordvpnd.slice (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: nordvpnd at ZZ.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: system-nordvpnd.slice (origin-file)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: nordvpnd at ZZ.service (origin-file origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/nordvpn/ZZ/nordvpnd.sock (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: 0770
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: yes
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: nordvpnd at ZZ.socket
	SELinuxContextFromNet: no
	FlushPending: no
	SocketUser: n/a
	SocketGroup: nordvpn
	ListenStream: /run/nordvpn/ZZ/nordvpnd.sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:03.0-net-enp0s3.device:
	Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: cbe0cb0b99ef4bbdb1aff9fb789dbd60
	Following Set Member: sys-subsystem-net-devices-enp0s3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/enp0s3
	Found: found-udev
-> Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-initctl.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 42640a4daf814290bb10a2b6501e33ed
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (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-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-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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit avahi-daemon.service:
	Alias: dbus-org.freedesktop.Avahi.service
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9e7e3facbac046e890f6ec3233e99145
	Fragment Path: /lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: avahi-daemon.socket (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: avahi-daemon.socket (destination-implicit)
	TriggeredBy: avahi-daemon.socket (destination-implicit)
	References: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: avahi-daemon.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: avahi-daemon.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: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 339
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Avahi
	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: /usr/sbin/avahi-daemon -s
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	Status Text: avahi-daemon 0.8 starting up.
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-sda2.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 64677f781a7641f7b149913e7286a02b
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit avahi-daemon.socket:
	Description: Avahi mDNS/DNS-SD Stack Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e466b710369b4934a2d1c8b28ca0f0b4
	Fragment Path: /lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: avahi-daemon.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: avahi-daemon.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: sockets.target (origin-default)
	References: avahi-daemon.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.service (destination-file)
	RequiresMountsFor: /run/avahi-daemon/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: avahi-daemon.socket
	SELinuxContextFromNet: no
	FlushPending: no
	ListenStream: /run/avahi-daemon/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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit user-runtime-dir at 1000.service:
	Description: User Runtime Directory /run/user/1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:41 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:41 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/user-runtime-dir at 1000.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: d64bc94fc3f2419e9aca290addb0e8aa
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Wed 2023-01-18 15:21:41 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:41 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-1.scope (destination-file)
	WantedBy: session-3.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: session-3.scope (destination-file)
	Before: session-1.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: user-1000.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dbus.service (origin-file)
	After: sysinit.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: user-1000.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: dbus.service (origin-file)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-3.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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 9f54fb3e60124fc288ada71ef5f0f705
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit system-modprobe.slice:
	Description: system-modprobe.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	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: e8933a97e60f4b9c99577ac73d5e6794
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: modprobe at fuse.service (destination-file)
	RequiredBy: modprobe at drm.service (destination-file)
	RequiredBy: modprobe at configfs.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: modprobe at configfs.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: modprobe at fuse.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: modprobe at fuse.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: modprobe at configfs.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 dev-disk-by\x2dpartuuid-ec51885c\x2d05.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 521f19de7f2042348fa767d46278a1cb
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit blockdev at dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/a501d6e4-0566-4fdb-9cea-24124b37d6ec
	Instance: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Wed 2023-01-18 15:22:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:22:20 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:22:20 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: f8afff4512e84ae89547a62fd66646a9
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_all.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionACPower: true untested
	Condition Timestamp: Wed 2023-01-18 15:22:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:22:20 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: e2scrub_all.timer (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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: sysinit.target (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 5e308e0898734f16a13b5744ac88b549
	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 slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7d1342f0d2c24be7b05bd81f919dd413
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Wants: system.slice (origin-file)
	Wants: -.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 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: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 436c40a1965b4969b4b4de4c76f1aa85
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: apt-daily.timer (origin-file)
	After: sysinit.target (origin-default)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily.timer (origin-file)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: 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: -.mount (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: init.scope (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: system.slice (destination-implicit)
	WantedBy: slices.target (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: system.slice (destination-implicit)
	Before: slices.target (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: init.scope (destination-file)
	Before: -.mount (destination-file)
	Before: user.slice (destination-implicit)
	Before: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: init.scope (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: dev-mqueue.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 sys-devices-platform-serial8250-tty-ttyS3.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: c9a2758906814868af17820046ac6ec7
	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 systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:54 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd-kernel.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b98d67a487a94262a6137e020c36596b
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udev-trigger.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: 1132
	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: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: c83cd740e9f04456bed92de5f8686c8f
	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 systemd-update-done.service:
	Description: systemd-update-done.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: systemd-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 dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 26b60127de5a4dd58deb61134a32fb8c
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit systemd-logind.service:
	Alias: dbus-org.freedesktop.login1.service
	Description: User Login Management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit Timestamp: n/a
	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: def953f5d0374390b366ac62204ed099
	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 untested
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: modprobe at drm.service (origin-file)
	Wants: user.slice (origin-file)
	Wants: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: session-1.scope (destination-file)
	Before: session-3.scope (destination-file)
	After: modprobe at drm.service (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-remount-fs.service (origin-file)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: user.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: modprobe at drm.service (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: dbus.socket (origin-file)
	References: user.slice (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: session-3.scope (destination-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (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: unknown
	OOMPolicy: stop
	Main PID: 383
	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: fremovexattr rt_sigtimedwait geteuid32 statfs munmap faccessat open sched_get_priority_max lremovexattr shmat getrlimit epoll_create1 clock_nanosleep_time64 msgctl munlockall msync clock_getres_time64 shutdown getgid32 shmctl get_thread_area setgroups32 sigsuspend epoll_wait_old arch_prctl link rt_tgsigqueueinfo sendmmsg unshare fdatasync sched_rr_get_interval_time64 getegid fchdir signal rename times setuid32 semtimedop_time64 sched_getparam sendfile64 utimensat_time64 mbind pidfd_send_signal setfsgid32 gettid renameat2 msgget semop fadvise64 statfs64 pidfd_open timer_getoverrun lchown32 utime readv mq_notify sched_getattr preadv setfsuid32 removexattr getpgrp read sync_file_range2 dup2 getegid32 sigprocmask getitimer ppoll_time64 getrusage dup3 _llseek shmget getuid32 poll creat epoll_ctl socketpair unlink fstat64 mmap fgetxattr set_mempolicy inotify_rm_watch preadv2 execve rt_sigqueueinfo setresgid32 set_thread_area timer_delete flock epoll_create mremap process_vm_writev pselect6_time64 readahead signalfd eventfd2 write socket flistxattr setresgid epoll_ctl_old fchmodat chown32 eventfd mq_timedreceive get_robust_list sysinfo gettimeofday openat timer_settime64 rt_sigtimedwait_time64 openat2 nice userfaultfd sendmsg lchown uname epoll_wait exit mq_timedsend_time64 brk renameat getpeername nanosleep lstat name_to_handle_at pipe2 msgsnd migrate_pages getpid umask sched_setparam oldlstat io_destroy mq_timedreceive_time64 memfd_create mprotect sched_setaffinity setreuid32 ftruncate64 recvmsg fstat timerfd_gettime64 setxattr clone getuid wait4 fchmod send stat64 lseek setregid utimes getresgid fallocate setreuid truncate rmdir connect getdents64 clock_gettime timer_gettime64 getppid lsetxattr mq_timedsend fcntl dup setresuid32 vmsplice timerfd_settime close_range io_pgetevents_time64 syncfs oldolduname sched_setscheduler msgrcv timer_create alarm ioprio_set writev llistxattr rt_sigreturn tgkill chdir fadvise64_64 io_uring_register restart_syscall readdir getresgid32 recvfrom mlockall rt_sigaction signalfd4 io_setup sigreturn getdents rt_sigpending ipc linkat munlock timer_settime getsid unlinkat pwritev2 inotify_init1 timerfd_gettime symlink keyctl swapcontext set_tid_address rt_sigprocmask clone3 clock_nanosleep listxattr timer_gettime lstat64 madvise getxattr getrandom pread64 inotify_init mmap2 select pselect6 recvmmsg sched_yield mq_open setgroups pipe tee fork tkill io_cancel pause waitid prlimit64 futimesat setns olduname timerfd_create pwrite64 socketcall capset getresuid32 getresuid getcwd recvmmsg_time64 accept4 utimensat mkdirat faccessat2 ioprio_get sched_getaffinity request_key sync_file_range kill add_key membarrier fchown splice semctl oldfstat fstatat64 geteuid setregid32 getgroups fstatfs setitimer mlock lgetxattr getgid listen truncate64 sched_getscheduler copy_file_range cacheflush prctl fstatfs64 setpriority kcmp readlinkat futex remap_file_pages setsockopt setrlimit get_mempolicy getpriority getpgid setgid setfsgid oldstat readlink fsync close set_robust_list sigpending inotify_add_watch capget move_pages personality futex_time64 vfork sched_get_priority_min mlock2 mknod bind _newselect clock_getres statx time shmdt chown set_tls fsetxattr ppoll epoll_pwait sched_setattr getsockopt fchown32 semtimedop setgid32 sched_rr_get_interval setresuid mq_getsetattr io_uring_setup fcntl64 mknodat ioctl recv mkdir accept mq_unlink sigaction getcpu fchownat setpgid symlinkat io_pgetevents getsockname getgroups32 setsid waitpid exit_group setuid sync stat sigaltstack rseq rt_sigsuspend ugetrlimit execveat chmod access process_vm_readv pwritev io_getevents timerfd_settime64 semget setfsuid sendfile io_submit io_uring_enter newfstatat sendto ftruncate clock_gettime64
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	File Descriptor Store Current: 0
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	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 proc-sys-fs-binfmt_misc.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e39d3bc6e8da4ddaa4727e379c54e428
	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 untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	After: -.mount (origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: waiting
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup realized mask: 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: ifupdown-pre.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: nordvpnd.service (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: media-sf_Downloads.mount (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: fstrim.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: media-sf_Downloads_1.mount (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: systemd-boot-system-token.service (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: networking.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: ifup at enp0s3.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: anacron.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: virtualbox-guest-utils.service (destination-file)
	RequiredBy: vboxadd.service (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-file)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: avahi-daemon.socket (destination-file)
	RequiredBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: vboxadd-service.service (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: system-nordvpnd.slice (destination-implicit)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: nordvpnd.socket (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: dev-sda5.swap (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: wpa_supplicant.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: networking.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: cron.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: virtualbox-guest-utils.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: ssh.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: systemd-sysusers.service (destination-file)
	Before: vboxadd.service (destination-file)
	Before: nordvpnd.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: syslog.socket (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: apparmor.service (destination-file)
	Before: emergency.service (destination-file)
	Before: system-nordvpnd.slice (destination-implicit)
	Before: systemd-logind.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	Before: logrotate.service (destination-file)
	Before: slices.target (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: media-sf_Downloads_1.mount (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: ifup at enp0s3.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: fstrim.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: dbus.socket (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: anacron.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-file)
	Before: dbus.service (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: nordvpnd.socket (destination-file)
	Before: rsyslog.service (destination-file)
	Before: vboxadd-service.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: media-sf_Downloads.mount (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: dev-sda5.swap (destination-file)
	Before: rsync.service (destination-file)
	Before: rescue.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: apt-daily.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: vboxadd.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-file)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-file)
	ReferencedBy: fstrim.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: system-nordvpnd.slice (destination-implicit)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: media-sf_Downloads_1.mount (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: media-sf_Downloads.mount (destination-file)
	ReferencedBy: nordvpnd.socket (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: virtualbox-guest-utils.service (destination-file)
	ReferencedBy: vboxadd-service.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: dev-sda5.swap (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: nordvpnd.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: systemd-pstore.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 keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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/keyboard-setup.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 91179d40ce0f459b843244fab0fd5c99
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs-pre.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: 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
	CPUAccounting: 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: 1132
	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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-pstore(8)
	Fragment Path: /lib/systemd/system/systemd-pstore.service
	ConditionVirtualization: !container untested
	ConditionDirectoryNotEmpty: /sys/fs/pstore untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: no
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit tmp.mount:
	Description: tmp.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: basic.target (destination-file)
	Before: basic.target (destination-file)
	ReferencedBy: basic.target (destination-file)
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 61ec358ff9a247f9b9c77d162b4333ff
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-file)
	Requires: -.mount (origin-path)
	Wants: timers.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: slices.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: tmp.mount (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: fstrim.service (destination-default)
	Before: dbus.service (destination-default)
	Before: virtualbox-guest-utils.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: nordvpnd.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: cron.service (destination-default)
	Before: rsync.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: nordvpnd at ZZ.service (destination-default)
	Before: vboxadd.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: vboxadd-service.service (destination-default)
	Before: anacron.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: rsyslog.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: man-db.service (destination-default)
	Before: ssh.service (destination-default)
	Before: rc-local.service (destination-default)
	After: sysinit.target (origin-file origin-default)
	After: -.mount (origin-path)
	After: paths.target (origin-file origin-default)
	After: slices.target (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	After: tmp.mount (origin-file)
	References: paths.target (origin-file origin-default)
	References: slices.target (origin-file origin-default)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-file origin-default)
	References: timers.target (origin-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: vboxadd.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: nordvpnd at ZZ.service (destination-default)
	ReferencedBy: vboxadd-service.service (destination-default)
	ReferencedBy: fstrim.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: nordvpnd.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: virtualbox-guest-utils.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	RequiresMountsFor: /var (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:17 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:17 GMT
	Active Exit 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: 97cc7cd4255e4115b5e40bb7e2616548
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Wed 2023-01-18 15:21:17 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:17 GMT
	Assert Result: yes
	WantedBy: wpa_supplicant.service (destination-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: networking.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: rc-local.service (destination-file)
	Before: ssh.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rsync.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: network-online.target (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	After: ifup at enp0s3.service (destination-file)
	After: wpa_supplicant.service (destination-file)
	After: networking.service (destination-file)
	After: network-pre.target (origin-file)
	After: ifupdown-pre.service (destination-file)
	After: systemd-networkd.service (destination-file)
	References: shutdown.target (origin-default)
	References: network-pre.target (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap:
	Description: /dev/disk/by-path/pci-0000:00:0d.0-ata-1.0-part5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b34e375eafbd45d29d4d643376711f57
	Following: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap
	Following Set Member: dev-sda5.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: dev-sda5.device (origin-proc-swap)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: dev-sda5.device (origin-proc-swap)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: blockdev at dev-sda5.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: dev-sda5.device (origin-proc-swap)
	References: blockdev at dev-sda5.target (origin-proc-swap)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	RequiresMountsFor: /dev/disk/by-path/pci-0000:00:0d.0-ata-1.0-part5 (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-path/pci-0000:00:0d.0-ata-1.0-part5
	From /proc/swaps: yes
	From fragment: no
	Extrinsic: no
	Device Node: /dev/sda5
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.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: -.mount (origin-path)
	Requires: -.slice (origin-file)
	Before: systemd-binfmt.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	After: -.mount (origin-path)
	After: -.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: -.slice (origin-file)
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: a8a844a89b4c4a309643d49bbd961ba0
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d02.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-dvd.device:
	Description: VBOX_CD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 415d4b7035174c79ab736751b5211f2a
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host2-target2:0:0-2:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host2/target2:0:0/2:0:0:0/block/sr0
	Found: found-udev
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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: network.target (destination-file)
	Before: networking.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: ifup at enp0s3.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: network.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: ifup at enp0s3.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (destination-file)
	After: sysinit.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	After: getty at tty1.service (destination-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: multi-user.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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 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: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: sysinit.target (origin-default)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 02cb41e93a3241a195c6926f05835efd
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d02.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 1ada056fb27243b18be067a7a1e82d47
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d02.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: a2f5a18f28e54cc681ff4bf8db3e1907
	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 remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d77e78836881431cb839d5386c332d57
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	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)
	After: remote-fs-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: f4160ee097f6480c80f2b2402dcec270
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	Following Set Member: dev-sda5.device
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit nordvpnd.socket:
	Description: NordVPN Daemon Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:21:20 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:21:20 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nordvpnd.socket
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2e8765a8fd594a11bce59e4174001a25
	Fragment Path: /lib/systemd/system/nordvpnd.socket
	Condition Timestamp: Wed 2023-01-18 16:21:20 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:21:20 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	PartOf: nordvpnd.service (origin-file)
	RequiredBy: nordvpnd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nordvpnd.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	Triggers: nordvpnd.service (origin-implicit)
	References: -.mount (origin-path)
	References: nordvpnd.service (origin-file origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: nordvpnd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/nordvpn/nordvpnd.sock (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: 0770
	DirectoryMode: 0750
	KeepAlive: no
	NoDelay: yes
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: nordvpnd.socket
	SELinuxContextFromNet: no
	FlushPending: no
	SocketUser: n/a
	SocketGroup: nordvpn
	ListenStream: /run/nordvpn/nordvpnd.sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	ProtectProc: default
	ProcSubset: all
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpartuuid-ec51885c\x2d02.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 1da47411a7b649388e2abaa9059712e3
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit nordvpn at ZZ.socket:
	Description: nordvpn at ZZ.socket
	Instance: ZZ
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	RequiredBy: nordvpnd at ZZ.service (destination-file)
	ReferencedBy: nordvpnd at ZZ.service (destination-file)
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit Timestamp: n/a
	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/console-setup.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 460b3f52af264325ab82cec9fb73138f
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: kbd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: console-screen.service (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: kbd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: console-screen.service (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-sda5.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 1ccd1fb1e969486796adbf50364239e0
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	RequiredBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-proc-swap)
	RequiredBy: dev-sda5.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-proc-swap)
	Before: dev-sda5.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-proc-swap)
	ReferencedBy: dev-sda5.swap (destination-proc-swap)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev,found-swap
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.device:
	Description: VBOX_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: b8a9f53764d9467189d776903ac07c19
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d05.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart2.device:
	Description: VBOX_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: ea014f353e67425bbe1321a3688b4cc6
	Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec51885c\x2d02.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host1/target1:0:0/1:0:0:0/block/sda/sda2
	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: Wed 2023-01-18 16:20:53 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:52 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 16:20:53 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 7804c2b5a9464fab8eb89a84aae7371b
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Condition Timestamp: Wed 2023-01-18 16:20:52 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:52 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	After: connman.service (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: apt-daily.timer (destination-implicit)
	After: network-online.target (origin-file)
	After: systemd-networkd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: NetworkManager.service (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: connman.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: NetworkManager.service (origin-file)
	References: systemd-networkd.service (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
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
	CPUAccounting: yes
	IOAccounting: no
	BlockIOAccounting: no
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: no
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /init.scope
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Documentation: man:systemd(1)
	Requires: -.slice (origin-file)
	After: -.slice (origin-file)
	References: -.slice (origin-file)
	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: 1132
	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 -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /-.mount
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	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-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-path)
	RequiredBy: dev-mqueue.mount (destination-path)
	RequiredBy: media-sf_Downloads.mount (destination-path)
	RequiredBy: nordvpnd at ZZ.socket (destination-path)
	RequiredBy: media-sf_Downloads_1.mount (destination-path)
	RequiredBy: systemd-initctl.socket (destination-path)
	RequiredBy: logrotate.timer (destination-path)
	RequiredBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-path)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-path)
	RequiredBy: nordvpnd.socket (destination-path)
	RequiredBy: apparmor.service (destination-path)
	RequiredBy: man-db.timer (destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-path)
	RequiredBy: dev-hugepages.mount (destination-path)
	RequiredBy: systemd-random-seed.service (destination-path)
	RequiredBy: session-1.scope (destination-file)
	RequiredBy: e2scrub_all.timer (destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-path)
	RequiredBy: dev-sda5.swap (destination-path)
	RequiredBy: ssh.service (destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: basic.target (destination-path)
	RequiredBy: systemd-pstore.service (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	RequiredBy: apt-daily.timer (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	RequiredBy: anacron.timer (destination-path)
	RequiredBy: dbus.socket (destination-path)
	RequiredBy: systemd-fsckd.socket (destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-path)
	RequiredBy: session-3.scope (destination-file)
	RequiredBy: nordvpnd.service (destination-path)
	RequiredBy: sys-kernel-config.mount (destination-path)
	RequiredBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-path)
	RequiredBy: sys-kernel-tracing.mount (destination-path)
	RequiredBy: sys-kernel-debug.mount (destination-path)
	RequiredBy: systemd-update-utmp.service (destination-path)
	RequiredBy: fstrim.timer (destination-path)
	RequiredBy: systemd-networkd.service (destination-path)
	RequiredBy: e2scrub_reap.service (destination-path)
	RequiredBy: sys-fs-fuse-connections.mount (destination-path)
	RequiredBy: nordvpnd at ZZ.service (destination-path)
	RequiredBy: systemd-journal-flush.service (destination-path)
	RequiredBy: console-setup.service (destination-path)
	RequiredBy: systemd-logind.service (destination-path)
	RequiredBy: syslog.socket (destination-path)
	RequiredBy: systemd-journald.socket (destination-path)
	RequiredBy: avahi-daemon.socket (destination-path)
	RequiredBy: run-user-1000.mount (destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-path)
	RequiredBy: systemd-journald.service (destination-path)
	RequiredBy: systemd-timesyncd.service (destination-path)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-path)
	Before: systemd-networkd.service (destination-path)
	Before: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-path)
	Before: apt-daily-upgrade.timer (destination-path)
	Before: dev-mqueue.mount (destination-path)
	Before: dbus.socket (destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: systemd-journald.socket (destination-path)
	Before: logrotate.service (destination-path)
	Before: systemd-logind.service (destination-path)
	Before: apparmor.service (destination-path)
	Before: man-db.timer (destination-path)
	Before: syslog.socket (destination-path)
	Before: console-setup.service (destination-path)
	Before: systemd-initctl.socket (destination-path)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-path)
	Before: systemd-pstore.service (destination-path)
	Before: dev-sda5.swap (destination-path)
	Before: sys-kernel-debug.mount (destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-path)
	Before: fstrim.timer (destination-path)
	Before: systemd-random-seed.service (destination-path)
	Before: sys-kernel-config.mount (destination-path)
	Before: apt-daily.timer (destination-path)
	Before: e2scrub_reap.service (destination-path)
	Before: nordvpnd.service (destination-path)
	Before: avahi-daemon.socket (destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-path)
	Before: session-3.scope (destination-file)
	Before: basic.target (destination-path)
	Before: media-sf_Downloads_1.mount (destination-path)
	Before: run-user-1000.mount (destination-path)
	Before: nordvpnd.socket (destination-path)
	Before: systemd-journal-flush.service (destination-path)
	Before: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-path)
	Before: nordvpnd at ZZ.service (destination-path)
	Before: systemd-journald-dev-log.socket (destination-path)
	Before: systemd-fsckd.socket (destination-path)
	Before: ssh.service (destination-path)
	Before: systemd-ask-password-wall.path (destination-path)
	Before: sys-kernel-tracing.mount (destination-path)
	Before: e2scrub_all.timer (destination-path)
	Before: systemd-ask-password-console.path (destination-path)
	Before: anacron.timer (destination-path)
	Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-path)
	Before: systemd-journald.service (destination-path)
	Before: logrotate.timer (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	Before: session-1.scope (destination-file)
	Before: dev-hugepages.mount (destination-path)
	Before: media-sf_Downloads.mount (destination-path)
	Before: systemd-udevd-control.socket (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: nordvpnd at ZZ.socket (destination-path)
	Before: sys-fs-fuse-connections.mount (destination-path)
	After: blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target (origin-file)
	After: -.slice (origin-file)
	References: blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target (origin-file)
	References: -.slice (origin-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB04b4980f\x2d1a416441\x2dpart5.swap (destination-path)
	ReferencedBy: dev-hugepages.mount (destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: session-3.scope (destination-file)
	ReferencedBy: nordvpnd.socket (destination-path)
	ReferencedBy: e2scrub_reap.service (destination-path)
	ReferencedBy: dev-sda5.swap (destination-path)
	ReferencedBy: ssh.service (destination-path)
	ReferencedBy: logrotate.timer (destination-path)
	ReferencedBy: console-setup.service (destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-path)
	ReferencedBy: systemd-random-seed.service (destination-path)
	ReferencedBy: systemd-initctl.socket (destination-path)
	ReferencedBy: run-user-1000.mount (destination-path)
	ReferencedBy: dbus.socket (destination-path)
	ReferencedBy: anacron.timer (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	ReferencedBy: fstrim.timer (destination-path)
	ReferencedBy: syslog.socket (destination-path)
	ReferencedBy: session-1.scope (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-path)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1\x2dpart5.swap (destination-path)
	ReferencedBy: systemd-pstore.service (destination-path)
	ReferencedBy: e2scrub_all.timer (destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-path)
	ReferencedBy: dev-disk-by\x2dpartuuid-ec51885c\x2d05.swap (destination-path)
	ReferencedBy: dev-mqueue.mount (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: media-sf_Downloads.mount (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: nordvpnd.service (destination-path)
	ReferencedBy: nordvpnd at ZZ.socket (destination-path)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:0d.0\x2data\x2d1.0\x2dpart5.swap (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-path)
	ReferencedBy: systemd-journald.service (destination-path)
	ReferencedBy: dev-disk-by\x2duuid-a501d6e4\x2d0566\x2d4fdb\x2d9cea\x2d24124b37d6ec.swap (destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: man-db.timer (destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-path)
	ReferencedBy: systemd-networkd.service (destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-path)
	ReferencedBy: apt-daily.timer (destination-path)
	ReferencedBy: media-sf_Downloads_1.mount (destination-path)
	ReferencedBy: apparmor.service (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	ReferencedBy: systemd-journald.socket (destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
	ReferencedBy: sys-kernel-tracing.mount (destination-path)
	ReferencedBy: nordvpnd at ZZ.service (destination-path)
	RequiresMountsFor: /dev/disk/by-uuid/3c194051-d419-4b33-b057-badfb0240c92 (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/sda1
	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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: graphical.target (destination-file)
	Before: graphical.target (destination-file)
	After: vboxadd.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: vboxadd.service (destination-file)
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: 7ae19f2766c14e8d86890b7bb923b300
	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 sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:16 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: d57d9867e7a94e2e8c8ce911ceb46391
	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 modprobe at fuse.service:
	Description: Load Kernel Module fuse
	Instance: fuse
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 30814419850e4550b80a1a9738bdc838
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system-modprobe.slice (origin-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	After: system-modprobe.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system-modprobe.slice (origin-file)
	References: systemd-journald.socket (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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:50 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:16 GMT
	Active Exit 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: da94dab533d64a9bbf9f51b1350ef172
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Wed 2023-01-18 15:21:16 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:16 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: man-db.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-path)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: man-db.service (origin-implicit)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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 blockdev at dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92.target:
	Description: Block Device Preparation for /dev/disk/by-uuid/3c194051-d419-4b33-b057-badfb0240c92
	Instance: dev-disk-by\x2duuid-3c194051\x2dd419\x2d4b33\x2db057\x2dbadfb0240c92
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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 systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	WantedBy: systemd-networkd.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-networkd.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-networkd.service (origin-implicit)
	ReferencedBy: systemd-networkd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: dead
	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: 1132
	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: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d47dddbfafc048f391e7f901b4266ff8
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: kmod-static-nodes.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: 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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit getty-pre.target:
	Description: Login Prompts (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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-modules-load.service:
	Alias: kmod.service
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 15:21:15 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Enter Timestamp: Wed 2023-01-18 15:21:15 GMT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-modules-load.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 85b4ee8c94a747f79ca08d383e53a88b
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Wed 2023-01-18 15:21:15 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:15 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: networking.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: networking.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: 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
	CPUAccounting: 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit vboxadd-service.service:
	Description: vboxadd-service.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Wed 2023-01-18 15:21:19 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 15:21:19 GMT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2023-01-18 15:21:19 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 91f851d9ac644c21a7eef55071c9b6a0
	Fragment Path: /lib/systemd/system/vboxadd-service.service
	Source Path: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd-service
	Condition Timestamp: Wed 2023-01-18 15:21:19 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 15:21:19 GMT
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file origin-default)
	Conflicts: systemd-timesyncd.service (origin-file)
	Before: graphical.target (origin-file)
	Before: shutdown.target (origin-file origin-default)
	Before: multi-user.target (origin-file destination-default)
	After: system.slice (origin-file)
	After: vboxadd.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: vboxadd.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: graphical.target (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-file origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	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: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd-service start
	-> ExecStop:
		Command Line: /opt/VBoxGuestAdditions-6.1.36/init/vboxadd-service 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2023-01-18 16:20:22 GMT
	Inactive Exit Timestamp: Wed 2023-01-18 16:20:21 GMT
	Active Enter Timestamp: Wed 2023-01-18 16:20:22 GMT
	Active Exit Timestamp: Wed 2023-01-18 16:20:21 GMT
	Inactive Enter Timestamp: Wed 2023-01-18 16:20:21 GMT
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journal-flush.service
	CGroup realized: yes
	CGroup realized mask: memory pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e534da2a3d56447cbfd7b2c607d75f69
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Wed 2023-01-18 16:20:21 GMT
	Condition Result: yes
	Assert Timestamp: Wed 2023-01-18 16:20:21 GMT
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.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
	-> 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: 1132
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	ManagedOOMSwap: auto
	ManagedOOMMemoryPressure: auto
	ManagedOOMMemoryPressureLimitPercent: 0%
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /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/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.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/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/default.target.wants/e2scrub_reap.service

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.timesync1.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/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.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/virtualbox-guest-utils.service <==

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/e2scrub_reap.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/virtualbox-guest-utils.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/virtualbox-guest-utils.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.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>
# / was on /dev/sda1 during installation
UUID=3c194051-d419-4b33-b057-badfb0240c92 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=a501d6e4-0566-4fdb-9cea-24124b37d6ec none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


More information about the Pkg-systemd-maintainers mailing list